-
Notifications
You must be signed in to change notification settings - Fork 6
adding titles to TOC and landing pages for everything other than Euclid #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jkrick
wants to merge
15
commits into
Caltech-IPAC:main
Choose a base branch
from
jkrick:toc_update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a225ef2
adding shorttitle and landing page for spherex
jkrick 9e246be
Revert tutorials to ignore short_title changes
jkrick c0ff292
adding wise landing page
jkrick 4380ac4
adding landing page for simulated data
jkrick bde38e5
adding landing page for techniques and tools
jkrick aa557d1
ruthlessly reducing length of notebook description sentences in prep…
jkrick 8ad5379
updating toc.yml to have landing pages and reduce layers
jkrick 9719b26
fixing paths in landing pages
jkrick 84b4357
TMP: REMOVE BEFORE MERGE
bsipocz c65b080
updating toc with titles
jkrick 117f9c0
applying Troys review comment
jkrick 842f31a
fixing spherex links with underscores
jkrick 07f42d9
adding spherex titles to toc
jkrick 3f5fc44
Fix syntax
bsipocz ac28408
removing short titles from landing pages
jkrick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # Simulated Data Tutorial Notebooks | ||
|
|
||
| IRSA hosts a diverse collection of simulated astronomical datasets spanning multiple missions and science domains; designed to support survey planning, algorithm development, and scientific exploration. | ||
| Because this collection is heterogeneous in coverage, structure, and intended use, simulated products are released with detailed documentation and tailored access methods. | ||
| These tutorials are designed to help users get started with accessing, visualizing, and analyzing simulated datasets hosted at IRSA. | ||
|
|
||
| - [Roman HLSS Number Density](roman_simulations/roman_hlss_number_density.md) - Illustrates how to query the catalog and derive galaxy number density. | ||
|
|
||
| - [OpenUniverse2024 Roman coadds](openuniversesims/openuniverse2024_roman_simulated_wideareasurvey.md) - Accesses OpenUniverse2024 wide-area simulated survey data. | ||
|
|
||
| - [OpenUniverse2024 Visualization](firefly/OpenUniverse2024Preview_Firefly.md) - Uses Firefly to get an overview of survey structure and visualize content. | ||
|
|
||
| - [OpenUniverse2024 Time Domain](openuniversesims/openuniverse2024_roman_simulated_timedomainsurvey.md) - Demonstrates how to access and analyze time-domain survey. | ||
|
|
||
| - [CosmoDC2 Data Access](cosmodc2/cosmoDC2_TAP_access.md) - Demonstrates how to access, query, and visualize the catalog. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # Spherex Tutorial Notebooks | ||
| SPHEREx (Spectro-Photometer for the History of the Universe, Epoch of Reionization, and Ices Explorer) is a NASA space mission designed to perform the first all-sky spectral survey in the near-infrared. | ||
| SPHEREx observes the sky from roughly 0.75–5.0 µm using a single instrument that provides low-resolution spectroscopy (R ≈ 40–150) in hundreds of spectral channels for every point on the sky. | ||
| Its science goals span cosmology, galaxy evolution, and the interstellar medium, enabling measurements of large-scale structure, the cosmic history of star formation, and the distribution of key molecules and ices in the Milky Way and nearby galaxies. | ||
|
|
||
| SPHEREx IRSA data releases include weekly [Quick Release spectral image products](https://caltech-ipac.github.io/spherex-archive-documentation/spherex-data-products/) (multi-extension FITS files containing calibrated near-infrared surface brightness, variance, flags, modeled backgrounds, PSFs, and wavelength WCS) along with ancillary calibration and metadata files such as gain matrices, dark current maps, solid angle pixel maps, and detailed spectral WCS products for each detector. | ||
|
|
||
| - [Data Overview](spherex_intro.md) - Introduces available data including how to identify which files and formats are appropriate for different use cases. | ||
|
|
||
| - [Spectral Image Cutouts](spherex_cutouts.md) - Demonstrates how to generate and work with spatial and spectral cutouts. | ||
|
|
||
| - [PSF Models](spherex_psf.md) - Explains how SPHEREx point spread function (PSF) information is organized and accessed. | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Techniques & Tools Tutorial Notebooks | ||
|
|
||
| This section gathers tutorials that go beyond mission specific data access and analysis to explore broader methods, workflows, and utilities applicable across missions and datasets. | ||
| This collection includes guidance on cloud-based data access, use of powerful big data tools such as lsdb, interactive visualization tools, and computational techniques like parallel image convolution. | ||
|
|
||
| - [Cloud Access](cloud_access/cloud-access-intro.md) — Introduces how to access and work with data served by IRSA from AWS S3 cloud storage. | ||
|
|
||
| - [LSDB HATS](parquet-catalog-demos/irsa-hats-with-lsdb.md) - Uses LSDB and HATs framework for advanced cross-matching and query strategies | ||
|
|
||
| - [SED visualization](firefly/SEDs_in_Firefly.md) - Demonstrates how to explore and interactively visualize SEDs using Firefly on multi-wavelength datasets. | ||
|
|
||
| - [Parallelization](parallelize/Parallelize_Convolution.md) - Demonstrates parallelization techniques to speed up operations on large astronomical images. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # WISE Tutorial Notebooks | ||
|
|
||
| The Wide-field Infrared Survey Explorer ([WISE](https://irsa.ipac.caltech.edu/Missions/wise.html)) is a NASA infrared space telescope launched in December 2009 that performed a sensitive all-sky survey at 3.4, 4.6, 12, and 22 µm, cataloging hundreds of millions of stars, galaxies, and Solar System objects and enabling discoveries of cool brown dwarfs and luminous infrared galaxies. | ||
| After exhausting its cryogen, the mission was repurposed as NEOWISE in 2013 to detect and characterize near-Earth asteroids and comets using the remaining infrared channels. | ||
|
|
||
|
|
||
| WISE and NEOWISE data are released publicly through the NASA/IPAC Infrared Science Archive (IRSA), including calibrated images, source catalogs, and single-exposure source tables that together enable multi-epoch photometry, light curves, and motion studies for a wide range of astrophysical and Solar System applications. | ||
| Successive NEOWISE data releases (with annual updates) provide users with increasingly deep coverage and time-domain information across the infrared sky. | ||
|
|
||
| - [ALLWISE Images](irsa-sia-examples/sia_allwise_atlas.md) - Retrieves coadded images and makes coordinate-based cutouts. | ||
|
|
||
| - [ALLWISE Catalog](parquet-catalog-demos/wise-allwise-catalog-demo.md) - Explores mid-infrared source properties by querying, filtering, and working with the catalog. | ||
|
|
||
| - [NEOWISE visualization](firefly/NEOWISE_light_curve_demo.md) - Visualizes and analyzes light curves of Solar System objects using Firefly. | ||
|
|
||
| - [NEOWISE source table](parquet-catalog-demos/neowise-source-table-strategies.md) - Outlines efficient strategies for accessing and handling large tables | ||
|
|
||
| - [NEOWISE source table light curves](parquet-catalog-demos/neowise-source-table-lightcurves.md) - Builds multi-epoch photometric light curves for given coordinates. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.