Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading