You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/index.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,15 @@
2
2
3
3
4
4
## Document Purpose and Scope
5
-
The purpose of this document is to facilitate science with SPHEREx data by providing users with an overview of the SPHEREx data that are available at the NASA/IPAC Infrared Science Archive (IRSA) at Caltech, as well as instructions for accessing and downloading these data. We also provide tips for exploring the data and getting help with any questions you may have. This User Guide will evolve as the SPHEREx project delivers new data products and tools to IRSA to make available to the public.
5
+
The purpose of this document is to facilitate science with SPHEREx data by providing users with an overview of the SPHEREx data that are available at the NASA/IPAC Infrared Science Archive (IRSA) at Caltech, as well as instructions for accessing and downloading these data.
6
+
We also provide tips for exploring the data and getting help with any questions you may have.
7
+
This User Guide will evolve as the SPHEREx project delivers new data products and tools to IRSA to make available to the public.
6
8
7
9
## SPHEREx Overview
8
10
9
-
SPHEREx is a NASA Astrophysics Medium Explorer mission that launched in March 2025. During its planned two-year mission, SPHEREx will obtain 0.75-5 micron spectroscopy over the entire sky, with deeper data in the SPHEREx Deep Fields. SPHEREx data will be used to:
11
+
SPHEREx is a NASA Astrophysics Medium Explorer mission that launched in March 2025.
12
+
During its planned two-year mission, SPHEREx will obtain 0.75-5 micron spectroscopy over the entire sky, with deeper data in the SPHEREx Deep Fields.
13
+
SPHEREx data will be used to:
10
14
11
15
***constrain the physics of inflation** by measuring its imprints on the three-dimensional large-scale distribution of matter,
12
16
***trace the history of galactic light production** through a deep multi-band measurement of large-scale clustering,
@@ -23,4 +27,4 @@ More information is available in the "Mission Overview" section of the SPHEREx E
Copy file name to clipboardExpand all lines: documentation/spherex_data_access.md
+26-10Lines changed: 26 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# SPHEREx Data Access
2
2
3
-
IRSA serves SPHEREx data on premises at IPAC. IRSA provides layered access to these data to support a variety of use cases and users. These layers include:
3
+
IRSA serves SPHEREx data on premises at IPAC.
4
+
IRSA provides layered access to these data to support a variety of use cases and users.
5
+
These layers include:
4
6
5
7
***Browsable Directories:** SPHEREx on-premises data products are laid out in directories that can be navigated with standard web browsers.
6
8
***Application Program Interfaces:** IRSA provides SPHEREx data access APIs that are compliant with International Virtual Observatory Alliance (IVOA) standards.
@@ -10,7 +12,8 @@ IRSA serves SPHEREx data on premises at IPAC. IRSA provides layered access to th
10
12
Each of these data access layers is described in greater detail in the subsections below.
11
13
12
14
## Browsable Directories
13
-
SPHEREx data products are laid out in directories that can be navigated with standard web browsers. This is convenient for users to get a quick sense of the types of data products that are available, to quickly download some examples by clicking through the directory tree, and to script bulk downloads using wget or curl.
15
+
SPHEREx data products are laid out in directories that can be navigated with standard web browsers.
16
+
This is convenient for users to get a quick sense of the types of data products that are available, to quickly download some examples by clicking through the directory tree, and to script bulk downloads using wget or curl.
14
17
15
18
The root of the SPHEREx data quick release data directories is:
16
19
https://irsa.ipac.caltech.edu/ibe/data/spherex/qr
@@ -27,28 +30,38 @@ The public data products are organized into subdirectories based on the followin
The content of each subdirectory is described in greater detail in the Data Products section of this user guide and in the [SPHEREx Explanatory Supplement](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/SPHEREx_Expsupp_QR_v1.0.pdf).
33
+
The content of each subdirectory is described in greater detail in the Data Products section of this user guide and in the [SPHEREx Explanatory Supplement](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/SPHEREx_Expsupp_QR.pdf).
31
34
32
35
33
36
## Application Program Interfaces (APIs)
34
37
35
-
IRSA provides API access to SPHEREx Spectral Images through version 2 of the VO Simple Image Access (SIA2) protocol. SIA2 allows users to query for a list of images that satisfy constraints based on position(s) on the sky, band, time, ID, and instrument. The list returned by the service includes data access URLs, which can be used to retrieve some or all of the images in the list using wget or curl. A brief summary of SIA2 for accessing SPHEREx data for IRSA is given below. Additional [documentation on IRSA’s SIA2 service](https://irsa.ipac.caltech.edu/ibe/sia.html) can be found on the IRSA website:
38
+
IRSA provides API access to SPHEREx Spectral Images through version 2 of the VO Simple Image Access (SIA2) protocol.
39
+
SIA2 allows users to query for a list of images that satisfy constraints based on position(s) on the sky, band, time, ID, and instrument.
40
+
The list returned by the service includes data access URLs, which can be used to retrieve some or all of the images in the list using wget or curl.
41
+
A brief summary of SIA2 for accessing SPHEREx data for IRSA is given below.
42
+
Additional [documentation on IRSA’s SIA2 service](https://irsa.ipac.caltech.edu/ibe/sia.html) can be found on the IRSA website:
36
43
37
-
Note: SPHEREx data are ingested on a weekly basis. Due to the nature of the ingestion process, new SPHEREx data will first be available in the browsable directories and in the SPHEREx Data Explorer GUI. Availability via SIA2 and Python libraries like Astroquery and PyVO will lag on the order of a day.
44
+
:::{note}
45
+
SPHEREx data are ingested on a weekly basis.
46
+
Due to the nature of the ingestion process, new SPHEREx data will first be available in the browsable directories and in the SPHEREx Data Explorer GUI.
47
+
Availability via SIA2 and Python libraries like Astroquery and PyVO will lag on the order of a day.
48
+
:::
38
49
39
50
IRSA's generric SIA2 endpoint is:
40
51
41
52
`https://irsa.ipac.caltech.edu/SIA?`
42
53
43
-
Users must add a `COLLECTION` parameter to this endpoint to specify which dataset to search. There are three SPHEREx-related SIA2 collections:
54
+
Users must add a `COLLECTION` parameter to this endpoint to specify which dataset to search.
55
+
There are three SPHEREx-related SIA2 collections:
44
56
45
57
* SPHEREx Quick Release Spectral Image MEFs that are part of the SPHEREx **Wide Survey** can be accessed with: `COLLECTION=spherex_qr`
46
58
47
59
* SPHEREx Quick Release Spectral Image MEFs that are part of the SPHEREx **Deep Survey** can be accessed with: `COLLECTION=spherex_qr_deep`
48
60
49
61
* SPHEREx Quick Release **Calibration files** can be accessed with: `COLLECTION=spherex_qr_cal`
50
62
51
-
You can use `wget` or `curl` to submit SIA2 queries from the command line. For example:
63
+
You can use `wget` or `curl` to submit SIA2 queries from the command line.
@@ -58,10 +71,13 @@ See the next section to learn how to use Python wrappers around IRSA’s SIA2 se
58
71
59
72
If you would like to take advantage of IRSA’s SIA2 service for querying SPHEREx images, but prefer to use Python rather than the command line, you may be interested in using one of two Python libraries:
60
73
61
-
***PyVO** -- This module lets you find and retrieve astronomical data available from archives that support standard IVOA protocols.
62
-
***Astroquery** -- This module provides access to IRSA's public astrophysics data from projects such as SPHEREx, Euclid, Spitzer, WISE/NEOWISE, SOFIA, IRTF, 2MASS, Herschel, IRAS, and ZTF.
74
+
[PyVO](https://github.com/astropy/pyvo)
75
+
: This module lets you find and retrieve astronomical data available from archives that support standard IVOA protocols.
63
76
64
-
Examples of data queries using both of these libraries can be found in [IRSA’s Python Notebook Tutorial Repository](https://caltech-ipac.github.io/irsa-tutorials/):
: This module provides access to IRSA's public astrophysics data from projects such as SPHEREx, Euclid, Spitzer, WISE/NEOWISE, SOFIA, IRTF, 2MASS, Herschel, IRAS, and ZTF.
79
+
80
+
Examples of data queries using both of these libraries can be found in [IRSA’s Python Notebook Tutorial Repository](https://caltech-ipac.github.io/irsa-tutorials/).
0 commit comments