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?)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Fred Moolekamp [ fred3m ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | Jeffrey Carlin [ jcarlin ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Epic Link |
|
|
Story Points | 2 |
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