Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:6
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
This ticket is the first of two which aim to replicate the two gen2 pipe_analysis plots created to help track sky objects: one plot showing the distribution of sky objects in tract/patch space (this ticket), and a second showing their recovered flux in two histograms (see referenced tickets below).
After setting up the analysis_drp repo using setup -j -r analysis_drp, running the following command produces the figure attached to this ticket:
pipetask --long-log run --register-dataset-types \
-b /repo/main \
-i HSC/runs/RC2/w_2021_30/DM-31182 \
--output-run u/lskelvin/coaddQAPlots \
-p $ANALYSIS_DRP_DIR/pipelines/coaddQAPlots.yaml \
-d "skymap='hsc_rings_v1' AND instrument='HSC' AND tract=9615"
(for reference, the pipe_analysis gen2 version of this figure is also attached).