Skip to content

Commit f44273a

Browse files
committed
add dpsubtype to sia
1 parent 58dad5d commit f44273a

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

DP1/200_Data_Products/202_Images/202_1_Deep_coadds.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@
463463
"\n",
464464
"To return `deep_coadd` images from a SIA query, set:\n",
465465
"\n",
466-
"* Calibration level 3.\n",
466+
"* `calib_level` = 3\n",
467+
"* `dpsubtype` = 'lsst.deep_coadd'\n",
467468
"\n",
468469
"See Section 2.1.2. for how to retrieve images via the Butler using the `lsst_band`, `lsst_tract`, and `lsst_patch` columns in the SIA results table."
469470
]

DP1/200_Data_Products/202_Images/202_2_Visit_images.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,10 @@
515515
"\n",
516516
"To return only `visit_images` from a SIA query, set:\n",
517517
"\n",
518-
"* Calibration level 2.\n",
518+
"* `calib_level` = 2\n",
519+
"* `dpsubtype` = 'lsst.visit_image'\n",
520+
"\n",
521+
"Since 'lsst.visit_image' is the only data product subtype included for calibration level 2, SIA queries only need to specifify one or the other.\n",
519522
"\n",
520523
"See Section 2.1.2. for how to retrieve images via the butler using the `lsst_visit` and `lsst_detector` columns in the SIA results table."
521524
]

DP1/200_Data_Products/202_Images/202_3_Difference_images.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,8 @@
515515
"\n",
516516
"To return `difference_images` from a SIA query, set:\n",
517517
"\n",
518-
"* Calibration level 3.\n",
518+
"* `calib_level` = 3\n",
519+
"* `dpsubtype` = 'lsst.difference_image'\n",
519520
"\n",
520521
"See Section 2.1.2. for how to retrieve images via the Butler using the `lsst_visit` and `lsst_detector` columns in the SIA results table."
521522
]

DP1/200_Data_Products/202_Images/202_4_Template_images.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,8 @@
464464
"\n",
465465
"To return `template_coadd` images from a SIA query, set:\n",
466466
"\n",
467-
"* Calibration level 3.\n",
467+
"* `calib_level` = 3\n",
468+
"* `dpsubtype` = 'lsst.template_coadd'\n",
468469
"\n",
469470
"See Section 2.1.2. for how to retrieve images via the butler using the `lsst_band`, `lsst_tract`, and `lsst_patch` columns in the SIA results table."
470471
]

0 commit comments

Comments
 (0)