Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-31119: add Ap9Flux and fix nan cols #372

Merged
merged 2 commits into from
Jul 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 13 additions & 3 deletions policy/Object.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,24 @@ funcs:
# Not in DPDD. Used for QA
Ap25Flux:
functor: NanoJansky
dataset: forced
dataset: forced_src
args: base_CircularApertureFlux_25_0_instFlux
Ap25FluxErr:
functor: NanoJanskyErr
dataset: forced
dataset: forced_src
args:
- base_CircularApertureFlux_25_0_instFlux
- base_CircularApertureFlux_25_0_instFluxErr
Ap9Flux:
functor: NanoJansky
dataset: forced_src
args: base_CircularApertureFlux_9_0_instFlux
Ap9FluxErr:
functor: NanoJanskyErr
dataset: forced_src
args:
- base_CircularApertureFlux_9_0_instFlux
- base_CircularApertureFlux_9_0_instFluxErr
# DM-22246: Change Ap surface brightness to fluxes in DPDD
# i.e. remove apNann, apMeanSb, apMeanSbSigma
# DM-22247: Replace Extendedness with a view or paragraph in docs on how to compute
Expand Down Expand Up @@ -314,7 +324,7 @@ funcs:
# Not in DPDD
Blendedness:
functor: Column
args: base_Blendedness_abs_flux
args: base_Blendedness_abs
dataset: meas
# DM-22249: Make FWHM a view of IxxPsf IxyPsf IyyPsf
# Or remove ixxPsf, IxyPsf, IyyPsf.
Expand Down