lsst.pipe.tasks g15e86a050b+636d6f7ad6
Loading...
Searching...
No Matches
lsst.pipe.tasks.rewrite_images._rewrite_cell_coadd Namespace Reference

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
 

Variable Documentation

◆ alt_bg

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.

◆ alt_bg_diff

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.

◆ alt_bg_result

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.

◆ future_cell_coadd

lsst.pipe.tasks.rewrite_images._rewrite_cell_coadd.future_cell_coadd

Definition at line 237 of file _rewrite_cell_coadd.py.

◆ is_subtracted

lsst.pipe.tasks.rewrite_images._rewrite_cell_coadd.is_subtracted

Definition at line 231 of file _rewrite_cell_coadd.py.