Skip to content

Commit 86a9fdf

Browse files
updating melissa comments
1 parent f49295c commit 86a9fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DP1/100_How_to_Use_RSP_Tools/103_Image_access_and_display/103_4_Cutout_exposures.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
"source": [
710710
"## 4. Masked image cutouts\n",
711711
"\n",
712-
"As mentioned earlier, there are three types of cutout services. Demonstrated above in Section 3 is the `cutout-sync-exposure` service that returns an `ExposureF` type image with all LSST image extensions. The `cutout-sync-maskedimage` service that returns an `MaskedImageF` type containing the LSST image, variance, and bitmask. But, unlike `ExposureF`, the `MaskedImageF` is missing the full range of metadata that may be needed to perform science on the images, including the WCS model and bounding box, the photometric calibration and physical filter used, optical models including the PSF and aperture correction map, telemetry and detector. \n",
712+
"As mentioned earlier, there are three types of cutout services. Demonstrated above in Section 3 is the `cutout-sync-exposure` service that returns an `ExposureF` type image with all LSST image extensions. The `cutout-sync-maskedimage` service that returns an `MaskedImageF` type containing the LSST image, variance, and bitmask. But, unlike `ExposureF`, the `MaskedImageF` is missing the full range of metadata that may be needed to perform science on the images, including the WCS model and bounding box, the photometric calibration and physical filter used, optical models including the PSF and aperture correction map, the visit info and detector used. \n",
713713
"\n"
714714
]
715715
},

0 commit comments

Comments
 (0)