Skip to content

Commit

Permalink
Updated links in material.md to IntroRSP branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmullaney committed Mar 25, 2024
1 parent 72baeee commit 1717b68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/material.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Each session consists of four parts. The first part is a slides-based presentati
All the material used during each session is freely available online via the links below. While anyone can *view* the jupyter notebooks on GitHub, they can only be *executed* from within the [Rubin Science Platform](https://data.lsst.cloud/) (RSP) since that is where the required python modules and data repositories reside. As such, anyone who wishes to execute the notebooks will need to have data access rights to log into the RSP. Please also note the the notebooks are also currently set up to use the DP0.2 dataset, although reconfiguring them to use a different dataset would only require a straightforward change of the `repo` an `collection` parameters at the start.

* Presentation: [Google Slides](https://docs.google.com/presentation/d/1TU5R4Tk8KbkuEGj4Qqk2ok00PMuIUihu32k874-ca9c/edit?usp=sharing)
* Tutorial 1: [Jupyter Notebook](https://github.com/lsst-uk/rsp-uk-notebooks/blob/main/Intro_to_RSP/IntroToRSPSession1.ipynb)
* Tutorial 2: [Jupyter Notebook](https://github.com/lsst-uk/rsp-uk-notebooks/blob/main/Intro_to_RSP/IntroToRSPSession2.ipynb)
* Tutorial 3: [Jupyter Notebook](https://github.com/lsst-uk/rsp-uk-notebooks/blob/main/Intro_to_RSP/IntroToRSPSession3.ipynb)
* Tutorial 1: [Jupyter Notebook](https://github.com/lsst-uk/rsp-uk-notebooks/blob/IntroRSP/Intro_to_RSP/IntroToRSPSession1.ipynb)
* Tutorial 2: [Jupyter Notebook](https://github.com/lsst-uk/rsp-uk-notebooks/blob/IntroRSP/Intro_to_RSP/IntroToRSPSession2.ipynb)
* Tutorial 3: [Jupyter Notebook](https://github.com/lsst-uk/rsp-uk-notebooks/blob/IntroRSP/Intro_to_RSP/IntroToRSPSession3.ipynb)

Further, while not explicitly used during the sessions, an additional notebook is provided that lists what will likely be most popular datasets, and how to retrieve them via the Data Butler:

* Key dataset types: [Jupyter Notebook](https://github.com/lsst-uk/rsp-uk-notebooks/blob/main/Intro_to_RSP/KeyDatasets.ipynb)
* Key dataset types: [Jupyter Notebook](https://github.com/lsst-uk/rsp-uk-notebooks/blob/IntroRSP/Intro_to_RSP/KeyDatasets.ipynb)

By popular request, here is a link to a page that lists what data are available via LSST's Table Access Protocol service (aka schemas).

Expand Down

0 comments on commit 1717b68

Please sign in to comment.