Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deploy_to_fornax_manifest.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ tutorials/spherex/spherex_mosaic.md
tutorials/techniques-and-tools/cloud-access-intro.md
tutorials/techniques-and-tools/Parallelize_Convolution.md
tutorials/techniques-and-tools/irsa-hats-with-lsdb.md
tutorials/techniques-and-tools/MOST_queries.md
tutorials/techniques-and-tools/SEDs_in_Firefly.md
tutorials/wise/NEOWISE_light_curve_demo.md
tutorials/wise/neowise-source-table-lightcurves.md
Expand Down
4 changes: 4 additions & 0 deletions notebook_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@
file: tutorials/techniques-and-tools/irsa-hats-with-lsdb.md
section: Techniques and Tools
description: Use LSDB for user-friendly cross matching and querying of HATS Collections.
- title: Moving Object Searches
file: tutorials/techniques-and-tools/MOST_queries.md
section: Techniques and Tools
description: Run MOST queries to find images of moving objects, retrieve cutouts, and stack exposures to boost detection.
- title: NEOWISE Solar System Objects
file: tutorials/wise/NEOWISE_light_curve_demo.md
section: WISE
Expand Down
10 changes: 5 additions & 5 deletions toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ project:
children:
- title: Roman HLSS Number Density
file: tutorials/simulated-data/roman_hlss_number_density.md
- title: OpenUniverse2024 Roman coadds
- title: OpenUniverse2024 Roman Coadds
file: tutorials/simulated-data/OpenUniverse2024/openuniverse2024_roman_simulated_wideareasurvey.md
- title: OpenUniverse2024 Visualization
file: tutorials/simulated-data/OpenUniverse2024/OpenUniverse2024Preview_Firefly.md
Expand All @@ -86,9 +86,9 @@ project:
file: tutorials/techniques-and-tools/cloud-access-intro.md
- title: LSDB HATS
file: tutorials/techniques-and-tools/irsa-hats-with-lsdb.md
- title: SED visualization
file: tutorials/techniques-and-tools/SEDs_in_Firefly.md
- title: Moving Object Searches
file: tutorials/techniques-and-tools/MOST_queries.md
- title: Parallelization
file: tutorials/techniques-and-tools/Parallelize_Convolution.md
- title: Moving object searches
file: tutorials/techniques-and-tools/MOST_queries.md
- title: SED Visualization
file: tutorials/techniques-and-tools/SEDs_in_Firefly.md
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ install_command =
# lsdb has tighter minimum dependencies, deal with it here for now, long term handle it from the notebook metadata
# We need to do this here before the dependencies are installed to work around deps conflicts
# SED fitting notebook uses numpy 2.0+ functionality, ignore it from the oldest job
oldestdeps: bash -c "echo tutorials/techniques-and-tools/irsa-hats-with-lsdb >> ignore_testing; echo tutorials/simulated-data/OpenUniverse2024/openuniverse2024_SED_fit.md >> ignore_testing; sed -i -e 's|lsdb|\#lsdb|g' tutorial_requirements.txt && python -I -m pip install $@"
# MOST notebook requires astropy>=7.0.2 (for https://github.com/astropy/astropy/pull/17611), so ignore it in oldestdeps job
oldestdeps: bash -c "echo tutorials/techniques-and-tools/irsa-hats-with-lsdb >> ignore_testing; echo tutorials/simulated-data/OpenUniverse2024/openuniverse2024_SED_fit.md >> ignore_testing; echo tutorials/techniques-and-tools/MOST_queries.md >> ignore_testing; sed -i -e 's|lsdb|\#lsdb|g' tutorial_requirements.txt && python -I -m pip install $@"

# Adding back the default install command; commented out version for clear cases, more complex one if we need to add more conditional skips
# !oldestdeps: python -I -m pip install {opts} {packages}
Expand Down
Loading
Loading