Skip to content

Commit 801412c

Browse files
committed
Only listing SSA collections
1 parent ec2e832 commit 801412c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/spitzer/plot_Spitzer_IRS_spectra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ warnings.filterwarnings(
7777
Before querying for spectra, it is often useful to see which spectral collections are available through SSA. IRSA hosts spectra from multiple missions and instruments, each grouped into collections.
7878

7979
```{code-cell} ipython3
80-
Irsa.list_collections()
80+
Irsa.list_collections(servicetype='ssa')
8181
```
8282

8383
Each entry corresponds to a distinct spectral data collection (for example, Spitzer IRS enhanced products). You can use these collection names with query_ssa(collection=...) to control which archive holdings are searched. Users interested in other instruments or wavelength ranges are encouraged to explore this list and substitute a different collection name below.

0 commit comments

Comments
 (0)