Skip to content

Commit

Permalink
Merge branch 'tickets/DM-32666'
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Nov 24, 2021
2 parents 7be1346 + 468632f commit 74bdbb4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions policy/Source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,23 @@ funcs:
# apNann: Replaced by raw Aperture instFluxes in flags section below
# apMeanSb: Replaced by raw Aperture instFluxes in flags section below
# apMeanSbErr: Replaced by raw Aperture instFluxes in flags section below

# DPDD does not include gaussianFluxes, however they are used for
# the single frame extendedness column which is used for QA.
gaussianFlux:
functor: LocalNanojansky
args:
- base_GaussianFlux_instFlux
- base_GaussianFlux_instFluxErr
- base_LocalPhotoCalib
- base_LocalPhotoCalibErr
gaussianFluxErr:
functor: LocalNanojanskyErr
args:
- base_GaussianFlux_instFlux
- base_GaussianFlux_instFluxErr
- base_LocalPhotoCalib
- base_LocalPhotoCalibErr
extendedness:
functor: Column
args: base_ClassificationExtendedness_value
Expand Down Expand Up @@ -332,6 +349,7 @@ flags:
- base_PsfFlux_flag_apCorr
- base_PsfFlux_flag_edge
- base_PsfFlux_flag_noGoodPixels
- base_GaussianFlux_flag
- base_SdssCentroid_flag
- base_SdssCentroid_flag_almostNoSecondDerivative
- base_SdssCentroid_flag_badError
Expand Down Expand Up @@ -380,6 +398,7 @@ flag_rename_rules:
- ['base_SdssCentroid', 'centroid']
- ['base_Variance', 'variance']
- ['base_Psf', 'psf']
- ['base_GaussianFlux', 'gaussianFlux']
- ['base_CircularApertureFlux', 'apFlux']
- ['base_FootprintArea', 'footprintArea']
- ['base_Jacobian', 'jacobian']
Expand Down

0 comments on commit 74bdbb4

Please sign in to comment.