lsst.pipe.tasks g253578fa50+e0a50b457a
Loading...
Searching...
No Matches
lsst.pipe.tasks.postprocess.will Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.will:
lsst.pipe.tasks.postprocess.for lsst.pipe.tasks.postprocess.for lsst.pipe.tasks.postprocess.for lsst.pipe.tasks.postprocess.for lsst.pipe.tasks.postprocess.for lsst.pipe.tasks.postprocess.for lsst.pipe.tasks.postprocess.for

Static Public Attributes

 flux_psf
 
 fluxerr_psf
 
 flux_model
 
 fluxerr_model
 
 table
 
 band
 
 psf_sn = flux_psf/fluxerr_psf
 
 flux_ratio = np.array(flux_psf / flux_model)
 
 good = small & (psf_sn > self.good_sn_min)
 
 flux_ratio_err
 
tuple extendedness = (1 - flux_ratio) + self.fluxerr_coefficent*flux_ratio_err
 
 stretch = self.fluxerr_stretch
 
 column_out = self.output_column.format(band=output_band)
 
 funcs :
 
 sourceId :
 
Index x :
 
slot_Centroid_x y :
 
slot_Centroid_y psfFlux :
 
LocalNanojansky args :
 
LocalNanojanskyErr args :
 
 psfFluxErr :
 
 flags :
 

Detailed Description

Definition at line 876 of file postprocess.py.

Member Data Documentation

◆ args [1/2]

LocalNanojansky lsst.pipe.tasks.postprocess.for.args :
staticinherited

Definition at line 648 of file postprocess.py.

◆ args [2/2]

LocalNanojanskyErr lsst.pipe.tasks.postprocess.for.args :
staticinherited

Definition at line 655 of file postprocess.py.

◆ band

lsst.pipe.tasks.postprocess.will.band
static

Definition at line 1283 of file postprocess.py.

◆ column_out

lsst.pipe.tasks.postprocess.will.column_out = self.output_column.format(band=output_band)
static

Definition at line 1306 of file postprocess.py.

◆ extendedness

lsst.pipe.tasks.postprocess.will.extendedness = (1 - flux_ratio) + self.fluxerr_coefficent*flux_ratio_err
static

Definition at line 1298 of file postprocess.py.

◆ flags

lsst.pipe.tasks.postprocess.for.flags :
staticinherited

Definition at line 660 of file postprocess.py.

◆ flux_model

lsst.pipe.tasks.postprocess.will.flux_model
static

Definition at line 1282 of file postprocess.py.

◆ flux_psf

lsst.pipe.tasks.postprocess.will.flux_psf
static

Definition at line 1282 of file postprocess.py.

◆ flux_ratio

lsst.pipe.tasks.postprocess.will.flux_ratio = np.array(flux_psf / flux_model)
static

Definition at line 1286 of file postprocess.py.

◆ flux_ratio_err

lsst.pipe.tasks.postprocess.will.flux_ratio_err
static
Initial value:
= np.sqrt(
(fluxerr_psf/flux_model)**2 + (fluxerr_model*fluxerr_psf/flux_model**2)**2
)

Definition at line 1295 of file postprocess.py.

◆ fluxerr_model

lsst.pipe.tasks.postprocess.will.fluxerr_model
static

Definition at line 1282 of file postprocess.py.

◆ fluxerr_psf

lsst.pipe.tasks.postprocess.will.fluxerr_psf
static

Definition at line 1282 of file postprocess.py.

◆ funcs

lsst.pipe.tasks.postprocess.for.funcs :
staticinherited

Definition at line 637 of file postprocess.py.

◆ good

lsst.pipe.tasks.postprocess.will.good = small & (psf_sn > self.good_sn_min)
static

Definition at line 1289 of file postprocess.py.

◆ psf_sn

lsst.pipe.tasks.postprocess.will.psf_sn = flux_psf/fluxerr_psf
static

Definition at line 1285 of file postprocess.py.

◆ psfFlux

slot_Centroid_y lsst.pipe.tasks.postprocess.for.psfFlux :
staticinherited

Definition at line 646 of file postprocess.py.

◆ psfFluxErr

lsst.pipe.tasks.postprocess.for.psfFluxErr :
staticinherited

Definition at line 653 of file postprocess.py.

◆ sourceId

lsst.pipe.tasks.postprocess.for.sourceId :
staticinherited

Definition at line 638 of file postprocess.py.

◆ stretch

lsst.pipe.tasks.postprocess.will.stretch = self.fluxerr_stretch
static

Definition at line 1302 of file postprocess.py.

◆ table

lsst.pipe.tasks.postprocess.will.table
static

Definition at line 1283 of file postprocess.py.

◆ x

Index lsst.pipe.tasks.postprocess.for.x :
staticinherited

Definition at line 640 of file postprocess.py.

◆ y

slot_Centroid_x lsst.pipe.tasks.postprocess.for.y :
staticinherited

Definition at line 643 of file postprocess.py.


The documentation for this class was generated from the following file: