Skip to content

Commit

Permalink
restructure HSC
Browse files Browse the repository at this point in the history
  • Loading branch information
ttdu committed Apr 24, 2024
1 parent ca9f1b4 commit 913a585
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 38 deletions.
22 changes: 14 additions & 8 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ parts:

- caption: HSC
chapters:
- file: notebooks/HSC/HCV_API/HCV_API_demo.ipynb
- file: notebooks/HSC/HCV_CASJOBS/HCV_casjobs_demo.ipynb
- file: notebooks/HSC/HSCV3_API/hscv3_api.ipynb
- file: notebooks/HSC/HSCV3_SMC_API/hscv3_smc_api.ipynb
- file: notebooks/HSC/HSC_TAP/HSC_TAP.ipynb
- file: notebooks/HSC/SWEEPS_HSCV3P1/sweeps_hscv3p1.ipynb
- file: notebooks/HSC/SWEEPS_HSCV3P1_API/sweeps_hscv3p1_api.ipynb
- file: notebooks/HSC/queries.md
sections:
- file: notebooks/HSC/HSCV3_API/hscv3_api.ipynb
- file: notebooks/HSC/HSCV3_SMC_API/hscv3_smc_api.ipynb
- file: notebooks/HSC/HSC_TAP/HSC_TAP.ipynb
- file: notebooks/HSC/SWEEPS.md
sections:
- file: notebooks/HSC/SWEEPS_HSCV3P1/sweeps_hscv3p1.ipynb
- file: notebooks/HSC/SWEEPS_HSCV3P1_API/sweeps_hscv3p1_api.ipynb
- file: notebooks/HSC/HCV.md
sections:
- file: notebooks/HSC/HCV_API/HCV_API_demo.ipynb
- file: notebooks/HSC/HCV_CASJOBS/HCV_casjobs_demo.ipynb

- caption: IUE
chapters:
Expand Down Expand Up @@ -79,10 +85,10 @@ parts:
sections:
- file: notebooks/multi_mission/beginner_search/beginner_search.ipynb
- file: notebooks/multi_mission/beginner_zcut/beginner_zcut.ipynb
- file: notebooks/multi_mission/display_footprint/display_footprints.ipynb
- file: notebooks/multi_mission/large_downloads/large_downloads.ipynb
- file: notebooks/multi_mission/historic_quasar_observations/historic_quasar_observations.ipynb
- file: notebooks/multi_mission/wildcard_searches/wildcard_searches.ipynb
- file: notebooks/multi_mission/display_footprint/display_footprints.ipynb

- caption: PanSTARRS
chapters:
Expand Down
2 changes: 2 additions & 0 deletions notebooks/HSC/HCV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Hubble Catalog of Variables (HCV) Queries
The [Hubble Catalog of Variables](https://archive.stsci.edu/hlsp/hcv) is the first full, homogeneous, catalog of variable sources found in the Hubble Source Catalog (HSC). The HCV contains 84,428 variable stars, out of the 3.7 million searched for variability.
30 changes: 0 additions & 30 deletions notebooks/HSC/README.md

This file was deleted.

3 changes: 3 additions & 0 deletions notebooks/HSC/SWEEPS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SWEEPS Queries

The HSC provides proper motions for over 400,000 stars in the Sagittarius Window Eclipsing Extrasolar Planet Search (SWEEPS) HST field. This data is straightforward to query, using either the API or CasJobs.
3 changes: 3 additions & 0 deletions notebooks/HSC/queries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Intro HSC Queries

These Notebooks show queries that can be performed on the [Hubble Source Catalog](https://archive.stsci.edu/hst/hsc/) using our API and MAST's [Table Access Protocol (TAP) Service](https://mast.stsci.edu/vo-tap/).

0 comments on commit 913a585

Please sign in to comment.