|
lsst.pipe.tasks g15e86a050b+8f561eb149
|
Classes | |
| class | RewriteCellCoaddConnections |
Variables | |
| alt_bg_diff = future_cell_coadd.to_legacy_exposure(copy=True) | |
| alt_bg_result = self.alternate_background_fit.run(alt_bg_diff, stats=False) | |
| alt_bg = field_from_legacy_background(alt_bg_result.background, unit=astropy.units.nJy) | |
| is_subtracted | |
| future_cell_coadd | |
| lsst.pipe.tasks.rewrite_images._rewrite_cell_coadd.alt_bg = field_from_legacy_background(alt_bg_result.background, unit=astropy.units.nJy) |
Definition at line 208 of file _rewrite_cell_coadd.py.
| lsst.pipe.tasks.rewrite_images._rewrite_cell_coadd.alt_bg_diff = future_cell_coadd.to_legacy_exposure(copy=True) |
Definition at line 201 of file _rewrite_cell_coadd.py.
| lsst.pipe.tasks.rewrite_images._rewrite_cell_coadd.alt_bg_result = self.alternate_background_fit.run(alt_bg_diff, stats=False) |
Definition at line 204 of file _rewrite_cell_coadd.py.
| lsst.pipe.tasks.rewrite_images._rewrite_cell_coadd.future_cell_coadd |
Definition at line 237 of file _rewrite_cell_coadd.py.
| lsst.pipe.tasks.rewrite_images._rewrite_cell_coadd.is_subtracted |
Definition at line 231 of file _rewrite_cell_coadd.py.