Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: faro
-
Labels:
-
Epic Link:
-
Team:DM Science
-
Urgent?:No
Description
After we updated the rc2_subset nightly CI processing to inherit directly from obs_subaru's DRP.yaml pipeline, some metrics are no longer appearing on the verify_drp_metrics dashboard. Figure out why PA1_g, PA1_y, PF1_g, PF1_y, Star_PhotRep2, and Star_PhotRep3 are no longer showing measurements on the dashboard.
These metrics are missing because there are not enough objects satisfying the default criteria. By default, the photometric repeatability metrics require nMinPhotRepeat=50 stars between 200 < SNR < Inf, with >2 stars in the matched group. For g-band, there are only 39 stars satisfying these criteria (it increases to 60 stars for SNR > 100.)
The solution will be to (a) lower the SNR threshold for verify_drp_metrics, and (b) reduce the minimum number of objects required to report a result.
Try snrMin = 100, nMinPhotRepeat = 20.
For the star_photRep ones, the SNR thresholds are fixed. In those cases, we will simply need to configure nMinPhotRepeat.