Skip to content

Commit 972d930

Browse files
committed
Addressing last items from the review
1 parent cc4e231 commit 972d930

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

toc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ project:
3232
- file: tutorials/parquet-catalog-demos/neowise-source-table-lightcurves.md
3333
- title: Spitzer
3434
children:
35-
- title: Spitzer Enhanced Imaging Products (SEIP)
36-
children:
37-
- file: tutorials/irsa-sia-examples/siav2_seip.md
35+
- file: tutorials/irsa-sia-examples/siav2_seip.md
3836
- title: 2MASS
3937
children:
4038
- file: tutorials/irsa-sia-examples/sia_2mass_allsky.md

tutorials/parquet-catalog-demos/neowise-source-table-lightcurves.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
An executed version of this notebook can be seen on
15-
[IRSA's website](https://irsa.ipac.caltech.edu/docs/notebooks/neowise-source-table-lightcurves.html).
14+
# Make Light Curves from NEOWISE Single-exposure Source Table
1615

1716
+++
1817

19-
# Make Light Curves from NEOWISE Single-exposure Source Table
18+
An executed version of this notebook can be seen on
19+
[IRSA's website](https://irsa.ipac.caltech.edu/docs/notebooks/neowise-source-table-lightcurves.html).
2020

2121
+++
2222

tutorials/parquet-catalog-demos/neowise-source-table-strategies.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ kernelspec:
1111
name: python3
1212
---
1313

14-
An executed version of this notebook can be seen on
15-
[IRSA's website](https://irsa.ipac.caltech.edu/docs/notebooks/neowise-source-table-strategies.html).
14+
# Strategies to Efficiently Work with NEOWISE Single-exposure Source Table in Parquet
1615

1716
+++
1817

19-
# Strategies to Efficiently Work with NEOWISE Single-exposure Source Table in Parquet
18+
An executed version of this notebook can be seen on
19+
[IRSA's website](https://irsa.ipac.caltech.edu/docs/notebooks/neowise-source-table-strategies.html).
2020

2121
+++
2222

23+
2324
This notebook discusses strategies for working with the Apache Parquet version of the
2425
[NEOWISE](https://irsa.ipac.caltech.edu/Missions/wise.html) Single-exposure Source Table
2526
and provides the basic code needed for each approach.

0 commit comments

Comments
 (0)