BackgroundConfig ================ .. currentmodule:: lsst.pipe.tasks.background .. autoclass:: BackgroundConfig :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~BackgroundConfig.algorithm ~BackgroundConfig.history ~BackgroundConfig.mask ~BackgroundConfig.statistic ~BackgroundConfig.xBinSize ~BackgroundConfig.yBinSize .. rubric:: Methods Summary .. autosummary:: ~BackgroundConfig.compare ~BackgroundConfig.formatHistory ~BackgroundConfig.freeze ~BackgroundConfig.items ~BackgroundConfig.keys ~BackgroundConfig.load ~BackgroundConfig.loadFromStream ~BackgroundConfig.loadFromString ~BackgroundConfig.names ~BackgroundConfig.save ~BackgroundConfig.saveToStream ~BackgroundConfig.saveToString ~BackgroundConfig.setDefaults ~BackgroundConfig.toDict ~BackgroundConfig.update ~BackgroundConfig.validate ~BackgroundConfig.values .. rubric:: Attributes Documentation .. autoattribute:: algorithm .. autoattribute:: history .. autoattribute:: mask .. autoattribute:: statistic .. autoattribute:: xBinSize .. autoattribute:: yBinSize .. rubric:: Methods Documentation .. automethod:: compare .. automethod:: formatHistory .. automethod:: freeze .. automethod:: items .. automethod:: keys .. automethod:: load .. automethod:: loadFromStream .. automethod:: loadFromString .. automethod:: names .. automethod:: save .. automethod:: saveToStream .. automethod:: saveToString .. automethod:: setDefaults .. automethod:: toDict .. automethod:: update .. automethod:: validate .. automethod:: values