Skip to content

Commit

Permalink
rename nbs to api/casjobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ttdu committed Apr 15, 2024
1 parent 15048ac commit dd3176c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions notebooks/HSC/SWEEPS_HSCV3P1/sweeps_hscv3p1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Hubble Source Catalog SWEEPS Proper Motion Notebook\n",
"# Hubble Source Catalog SWEEPS Proper Motion (CasJobs Version)\n",
"### 2019 - 2022, Steve Lubow, Rick White, Trenton McKinney\n",
"\n",
"This notebook shows how to access the new proper motions available for the [SWEEPS][1] field in version 3.1 of the [Hubble Source Catalog][2]. Data tables in [MAST CasJobs][3] are queried from Python using the [mastcasjobs][4] module. Additional information is available on the [SWEEPS Proper Motions help page][5].\n",
Expand Down Expand Up @@ -2089,7 +2089,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
18 changes: 16 additions & 2 deletions notebooks/HSC/SWEEPS_HSCV3P1_API/sweeps_hscv3p1_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Hubble Source Catalog SWEEPS Proper Motion Notebook\n",
"# Hubble Source Catalog SWEEPS Proper Motion (API Version)\n",
"### 2019 - 2022, Steve Lubow, Rick White, Trenton McKinney\n",
"\n",
"A [new MAST interface][1] supports queries to the current and previous versions of the [Hubble Source Catalog][2]. It allows searches of the summary table (with multi-filter mean photometry) and the detailed table (with all the multi-epoch measurements). It also has an associated [API][3], which is used in this notebook.\n",
Expand Down Expand Up @@ -952,8 +952,22 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit dd3176c

Please sign in to comment.