Skip to content

Commit

Permalink
updates for book
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricia Larsen committed Jul 24, 2024
1 parent 2cbd9fb commit a77543e
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 13 deletions.
12 changes: 10 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# SRV DP0.2

```{contents}
```
Owners: **PatriciaLarsen [@plarsen](https://github.com/LSSTDESC/DC2-analysis/issues/new?body=@patricialarsen)**
Last Verifed to Run: **2024-06-04** (by @plarsen)

DP0.2 is a Rubin Observatory LSST data preview, based on images from the DC2 data challenge by LSST-DESC (https://arxiv.org/abs/2010.05926). This was processed using version 23 of the [LSST Science Pipelines](https://pipelines.lsst.io/) on the wide-fast-deep (WFD) field with a baseline cadence. You can find a huge amount of information on the DP0.2 data [here](https://dp0-2.lsst.io/)

For the contexts of these tutorials we're showing how to use the DP0.2 data available on NERSC. This is for the most part catalog-level data stored in flat files, most often in parquet format. If you would like to use the full set of DP0.2 data available, you can do so by becoming a DP0.2 delegate and accessing the data on the RSP. Delegate applications are currently open to all data rights holders, and you can follow the instructions [here](https://dp0.lsst.io/delegate-resources/index.html).


```{tableofcontents}
```
2 changes: 1 addition & 1 deletion tutorials/tutorial1_reading_objects.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# DP0.2 Object Catalog tutorial -- Part I: GCR access\n",
"# GCR access\n",
"\n",
"Owners: **PatriciaLarsen [@plarsen](https://github.com/LSSTDESC/DC2-analysis/issues/new?body=@patricialarsen)** \n",
"Last Verifed to Run: **2024-06-04** (by @plarsen)\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial2_alternate_reads.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# DP0.2 Object Catalog tutorial -- Part II: Beyond-GCR access\n",
"# Beyond-GCR access\n",
"\n",
"Owners: **PatriciaLarsen [@plarsen](https://github.com/LSSTDESC/DC2-analysis/issues/new?body=@patricialarsen)** \n",
"Last Verifed to Run: **2024-06-04** (by @plarsen)\n",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial3_Rubin_analysistools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tags": []
},
"source": [
"# DP0.2 Object Catalog tutorial -- Part III: Using Rubin analysis tools\n",
"# Using Rubin analysis tools\n",
"\n",
"Owners: **PatriciaLarsen [@plarsen](https://github.com/LSSTDESC/DC2-analysis/issues/new?body=@patricialarsen)** \n",
"Last Verifed to Run: **2024-06-04** (by @plarsen)\n",
Expand Down
15 changes: 11 additions & 4 deletions tutorials/tutorial4_using_DESCQA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# DP0.2 Object Catalog tutorial -- Part IV: Running DESCQA\n",
"# Running DESCQA\n",
"\n",
"Owners: **PatriciaLarsen [@plarsen](https://github.com/LSSTDESC/DC2-analysis/issues/new?body=@patricialarsen)** \n",
"Last Verifed to Run: **2024-06-04** (by @plarsen)\n",
Expand All @@ -19,13 +19,20 @@
"These are not guaranteed to be a complete set, if there's anything you'd like in the test suite which isn't implemented please ping the SRV group (current convenors Patricia and Yao) to add it to our list. "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"test_direc/SRV_tests.png\" width=900 height=900 />"
]
},
{
"cell_type": "markdown",
"metadata": {
"tags": []
},
"source": [
"<img src=\"test_direc/SRV_tests.png\" width=900 height=900 />\n"
"![](test_direc/SRV_tests.png\")"
]
},
{
Expand Down Expand Up @@ -85,11 +92,11 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from utils import * # this is fairly minimal, imports and select_subset, interpret_results functions hidden for tidiness"
"from utils.utils import * # this is fairly minimal, imports and select_subset, interpret_results functions hidden for tidiness"
]
},
{
Expand Down
4 changes: 1 addition & 3 deletions tutorials/tutorial5_DC2_comparison.ipynb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": []
}
],
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial7_SRV_releases.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# DP0.2 Object Catalog tutorial -- Part VII: SRV releases\n",
"# SRV releases\n",
"\n",
"Owners: **PatriciaLarsen [@plarsen](https://github.com/LSSTDESC/DC2-analysis/issues/new?body=@patricialarsen)** \n",
"Last Verifed to Run: **2024-06-04** (by @plarsen)\n",
Expand Down
File renamed without changes.

0 comments on commit a77543e

Please sign in to comment.