Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: DM
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
Many flags and relevant columns are not currently being propagated to the Object tables. Update the relevant YAML definition (e.g., https://github.com/lsst/obs_subaru/blob/master/policy/Object.yaml#L318-L320) to include the desired columns.
Columns to add:
detect_isIsolated,
detect_isDeblendedModelSource,
detect_isDeblendedSource,
detect_fromBlend
merge_peak_sky
(more to be added in comments?)
I'm not sure what the full scope is for these tables, but it may also be useful to have the merge_measurement_band flags as well. These tell you which band was used for the "forced" measurements.
While someone is in there, I also noticed that calib_psf_used appears in two places (I can't say for sure if that was oversight or deliberate...if it comes from ref I think it'll only be appropriate for the "reference" band, but it looks like all bands get an entry in the objectTable_tract tables...paging Yusra AlSayyad ):
https://github.com/lsst/obs_subaru/blob/master/policy/Object.yaml#L321
https://github.com/lsst/obs_subaru/blob/master/policy/Object.yaml#L354