Skip to content

Commit 9efccb4

Browse files
authored
Merge pull request #113 from lsst/tickets/SP-2869
SP-2869: NB (and docs) unpopulated image mask planes
2 parents 22f56fa + 619a448 commit 9efccb4

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

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

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"Data Release: [Data Preview 1](https://dp1.lsst.io/)\\\n",
2525
"Container Size: large \\\n",
2626
"LSST Science Pipelines version: r29.2. \\\n",
27-
"Last verified to run: 2025-12-08 \\\n",
27+
"Last verified to run: 2026-01-28 \\\n",
2828
"Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks) \\\n",
2929
"DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20\\) "
3030
]
@@ -312,10 +312,8 @@
312312
"| **INTRP** | Retain | Interpolated pixel (typically over `BAD`, `SAT`, or `CR`). Safe to retain for most analyses. |\n",
313313
"| **SUSPECT** | Conditional | Near-saturation or uncertain response. Keep or reject depending on science goals. |\n",
314314
"| **EDGE / SENSOR_EDGE** | Exclude | Marks detector edges; can propagate into coadds. |\n",
315-
"| **NO_DATA** | Exclude | Region with no valid data (chip gap, missing coverage, failed amplifier). |\n",
316315
"| **CROSSTALK** | Retain | Electronic signal induced by a bright source in a neighboring amplifier. |\n",
317-
"| **ITL_DIP** | Exclude | \"ITL dip\" artifact: dark vertical trails from bright sources on ITL CCDs. |\n",
318-
"| **VIGNETTED** | Conditional | Lower-quality data due to vignetting; may be included if weighted properly. |"
316+
"| **ITL_DIP** | Exclude | \"ITL dip\" artifact: dark vertical trails from bright sources on ITL CCDs. |"
319317
]
320318
},
321319
{
@@ -360,6 +358,28 @@
360358
"> **Table 4:** Key mask planes in `deep_coadd`."
361359
]
362360
},
361+
{
362+
"cell_type": "markdown",
363+
"id": "49802322-2987-489a-b0c6-956d821a4a75",
364+
"metadata": {},
365+
"source": [
366+
"### 2.3. Mask planes not populated in DP1\n",
367+
"\n",
368+
"In DP1, several mask planes defined by the LSST Science Pipelines are not populated in either `visit_image` or `deep_coadd` products.\n",
369+
"This is expected and reflects DP1-specific processing, camera geometry, and pipeline configuration, and may differ in future data releases.\n",
370+
"\n",
371+
"#### 2.3.1 Visit images\n",
372+
"The following planes are not set in DP1 `visit_image`s:\n",
373+
"\n",
374+
"`CLIPPED`, `DETECTED_NEGATIVE`, `INEXACT_PSF`, `INJECTED`, `INJECTED_TEMPLATE`, `NO_DATA`,\n",
375+
"`REJECTED`, `SAT_TEMPLATE`, `SENSOR_EDGE`, `STREAK`, `UNMASKEDNAN`, `VIGNETTED`.\n",
376+
"\n",
377+
"#### 2.3.2 Deep coadd images\n",
378+
"The following planes are not set in DP1 `deep_coadd`s:\n",
379+
"\n",
380+
"`BAD`, `CROSSTALK`, `DETECTED_NEGATIVE`, `ITL_DIP`, `NOT_DEBLENDED`, `STREAK`, `SUSPECT`, `UNMASKEDNAN`, `VIGNETTED`."
381+
]
382+
},
363383
{
364384
"cell_type": "markdown",
365385
"id": "f062ce6d-9d48-46f0-8c10-5c9004658f61",

0 commit comments

Comments
 (0)