.. Review the README on instructions to contribute. .. Review the style guide to keep a consistent approach to the documentation. .. Static objects, such as figures, should be stored in the _static directory. Review the _static/README on instructions to contribute. .. Do not remove the comments that describe each section. They are included to provide guidance to contributors. .. Do not remove other content provided in the templates, such as a section. Instead, comment out the content and include comments to explain the situation. For example: - If a section within the template is not needed, comment out the section title and label reference. Do not delete the expected section title, reference or related comments provided from the template. - If a file cannot include a title (surrounded by ampersands (#)), comment out the title from the template and include a comment explaining why this is implemented (in addition to applying the ``title`` directive). .. This is the label that can be used for cross referencing this file. .. Recommended title label format is "Directory Name"-"Title Name" -- Spaces should be replaced by hyphens. .. _Tutorials-Examples-DP0-2-Rendered-Tutorial-Notebooks: .. Each section should include a label for cross referencing to a given area. .. Recommended format for all labels is "Title Name"-"Section Name" -- Spaces should be replaced by hyphens. .. To reference a label that isn't associated with an reST object such as a title or figure, you must include the link and explicit title using the syntax :ref:`link text `. .. A warning will alert you of identical labels during the linkcheck process. ########################### Rendered tutorial notebooks ########################### +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | Title | Brief Description | +======================================================================================================================================+===================================================================================+ | NB 01. `Introduction to DP02 `_ | Use the Jupyter Notebooks and Rubin python packages to access LSST data products. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 02. `Catalog Queries with TAP `_ | Explore the DP0.2 catalogs via TAP and execute complex queries to retrieve data. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 03a. `Image Display and Manipulation `_ | Learn how to display and manipulate images using the LSST Science Pipelines. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 03b. `Image Display with Firefly `_ | Use the Firefly interactive interface for image data. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 03c. `Survey Property Maps `_ | Use the tools to visualize full-area survey property maps. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 04a. `Introduction to the Butler `_ | Use the Butler to query DP0 images and catalogs. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 04b. `Intermediate Butler Queries `_ | Learn to discover data and apply query constraints with the Butler. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 05. `Introduction to Source Detection `_ | Manipulate images; measure sources; and extract, plot, and use object footprints. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 06a. `Interactive Image Visualization `_ | Image visualizations with the HoloViews and Bokeh open-source python libraries. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 06b. `Interactive Catalog Visualization `_ | Visualizations for large datasets with HoloViews, Bokeh, and Datashader. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 07a. `DiaObject Samples `_ | Identify a sample of time-variable objects of interest. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 07b. `Variable Star Lightcurves `_ | Use the DP0.2 catalogs to identify variable stars and plot their lightcurves. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 08. `Truth Tables `_ | Explore, retrieve, and compare data from the truth and measurement tables. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 09a. `Custom Coadd `_ | Create a custom "deepCoadd" using only a subset of the input visits. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 09b. `Custom Coadd Sources `_ | Detect and measure sources in a custom "deepCoadd" image. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 10. `Deblender Data Products `_ | Explore the footprints of parent and child objects. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 11. Working with User Packages | An example of how to install and set up user packages. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 12a. `PSF Data Products `_ | A demonstration of how to access calexp and deepCoadd PSF properties. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 12b. `PSF Science Demo `_ | Demonstration of the use of measured PSF properties in weak lensing analysis. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 13a. `Image Cutout SciDemo `_ | Demonstration of the use of the image cutout tool with a few science applications.| +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | NB 14. `Injecting Synthetic Sources `_ | Inject artificial stars and galaxies into images. | +--------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ More tutorials coming soon!