|
lsst.pipe.tasks g2c8cee2ce7+cc5eabfb3a
|
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 220 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 213 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 216 of file _rewrite_cell_coadd.py.
| lsst.pipe.tasks.rewrite_images._rewrite_cell_coadd.future_cell_coadd |
Definition at line 249 of file _rewrite_cell_coadd.py.
| lsst.pipe.tasks.rewrite_images._rewrite_cell_coadd.is_subtracted |
Definition at line 243 of file _rewrite_cell_coadd.py.