From 3e634a798442548cf80af035115331de27ef2ef7 Mon Sep 17 00:00:00 2001 From: MelissaGraham Date: Fri, 24 Jul 2026 16:47:31 +0000 Subject: [PATCH] take out mentions of nonexistent sections --- .../103_1_Butler_image_access.ipynb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/DP2/100_How_to_use_RSP_tools/103_Image_access_and_display/103_1_Butler_image_access.ipynb b/DP2/100_How_to_use_RSP_tools/103_Image_access_and_display/103_1_Butler_image_access.ipynb index 5bd66bc3..ac593e20 100644 --- a/DP2/100_How_to_use_RSP_tools/103_Image_access_and_display/103_1_Butler_image_access.ipynb +++ b/DP2/100_How_to_use_RSP_tools/103_Image_access_and_display/103_1_Butler_image_access.ipynb @@ -140,18 +140,14 @@ "\n", "The most common Butler image queries constrain the band (filter), sky location (coordinate), and/or time of observation.\n", "\n", - "The five types of images available are:\n", + "The five types of images are:\n", "* `deep_coadd` : stacks of multiple visit images\n", "* `template_coadd` : stacks of the third best-seeing images\n", "* `visit_image` : processed and calibrated image from one visit, by detector\n", "* `difference_image` : the result of subtracting a template from a visit image\n", "* `raw` : the exposure from camera readout\n", "\n", - "To search and retrieve the deep or template coadds is the same query format, so only `deep_coadd` images are used as an example in Section 3.1.\n", - "\n", - "To search and retrieve the visit or difference images is the same query format, so only `visit_images` are used as an example in Section 3.2.\n", - "\n", - "The queries for `raw` images are demonstrated in the 200-level tutorial on `raw` images.\n", + "**For Early DP2 only deep coadd images are available.**\n", "\n", "### 3.1. Deep coadd images\n", "\n",