|
24 | 24 | "Data Release: [Data Preview 1](https://dp1.lsst.io/)\\\n", |
25 | 25 | "Container Size: large \\\n", |
26 | 26 | "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", |
28 | 28 | "Repository: [github.com/lsst/tutorial-notebooks](https://github.com/lsst/tutorial-notebooks) \\\n", |
29 | 29 | "DOI: [10.11578/rubin/dc.20250909.20](https://doi.org/10.11578/rubin/dc.20250909.20\\) " |
30 | 30 | ] |
|
312 | 312 | "| **INTRP** | Retain | Interpolated pixel (typically over `BAD`, `SAT`, or `CR`). Safe to retain for most analyses. |\n", |
313 | 313 | "| **SUSPECT** | Conditional | Near-saturation or uncertain response. Keep or reject depending on science goals. |\n", |
314 | 314 | "| **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", |
316 | 315 | "| **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. |" |
319 | 317 | ] |
320 | 318 | }, |
321 | 319 | { |
|
360 | 358 | "> **Table 4:** Key mask planes in `deep_coadd`." |
361 | 359 | ] |
362 | 360 | }, |
| 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 | + }, |
363 | 383 | { |
364 | 384 | "cell_type": "markdown", |
365 | 385 | "id": "f062ce6d-9d48-46f0-8c10-5c9004658f61", |
|
0 commit comments