rubin-dp0 / tutorial-notebooks

Tutorial Jupyter Notebooks for Data Preview 0, created and maintained by the Rubin Observatory Community Science Team.
Apache License 2.0
34 stars 17 forks source link

tickets/PREOPS-1644 #112

Closed MelissaGraham closed 1 year ago

MelissaGraham commented 1 year ago

Section 1 -- added function cutout_calexp.

Section 4 -- original contents are now in 4.2 (cutout_coadd), and the new 4.1 demonstrates cutout_calexp.

Updated "Last verified to run" date. Cleared outputs and saved.

MelissaGraham commented 1 year ago

Good ideas!

I did add the first:

Notice: In order to make a cutout of a calexp, the RA, Dec, visit, and detector must all be specified (recall that visit uniquely identifies band, so band does not need to be explicitly identified). This is different from making a cutout with a deepCoadd (Section 4.2 below), which only requires RA, Dec, and band. This is because there are multiple calexp images for a given coordinate and band, but only one deepCoadd per band.

And instead of changing everything to do the second, I added Section 7. Exercises for the learner, and added it to the suggestions :)

Thanks for the review!