Skip to content

Commit 1457319

Browse files
Merge pull request #325 from jaladh-singhal/ztf-lightcurves
Create tutorial to get ZTF light curves from HATS catalog
2 parents 084df1b + 0dd309f commit 1457319

5 files changed

Lines changed: 488 additions & 1 deletion

File tree

deploy_to_fornax_manifest.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ tutorials/wise/neowise-source-table-lightcurves.md
4545
tutorials/wise/neowise-source-table-strategies.md
4646
tutorials/wise/sia_allwise_atlas.md
4747
tutorials/wise/wise-allwise-catalog-demo.md
48+
tutorials/ztf/ztf_lightcurves.md
4849
tutorial_requirements.txt

notebook_metadata.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,7 @@
138138
file: tutorials/wise/wise-allwise-catalog-demo.md
139139
section: WISE
140140
description: Query the Parquet copy of the AllWISE Source Catalog.
141+
- title: ZTF DR24 Light Curves
142+
file: tutorials/ztf/ztf_lightcurves.md
143+
section: ZTF
144+
description: Retrieve ZTF DR24 light curves from HATS catalogs using LSDB, by object ID or sky region.

toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ project:
6060
- title: Spitzer
6161
children:
6262
- file: tutorials/spitzer/plot_Spitzer_IRS_spectra.md
63+
- title: ZTF
64+
children:
65+
- title: DR24 Light Curves (HATS)
66+
file: tutorials/ztf/ztf_lightcurves.md
6367
- title: Simulated Data
6468
file: tutorials/simulated-data/simulated.md
6569
children:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install_command =
5353
# We need to do this here before the dependencies are installed to work around deps conflicts
5454
# SED fitting notebook uses numpy 2.0+ functionality, ignore it from the oldest job
5555
# MOST notebook requires astropy>=7.0.2 (for https://github.com/astropy/astropy/pull/17611), so ignore it in oldestdeps job
56-
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 $@"
56+
oldestdeps: bash -c "echo tutorials/techniques-and-tools/irsa-hats-with-lsdb >> ignore_testing; echo tutorials/ztf/ztf_lightcurves >> 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 $@"
5757

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

0 commit comments

Comments
 (0)