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/spherex_data_access.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ IRSA provides layered access to these data to support a variety of use cases and
5
5
These layers include:
6
6
7
7
***Browsable Directories:** SPHEREx on-premises data products are laid out in directories that can be navigated with standard web browsers.
8
-
***Application Program Interfaces:** IRSA provides SPHEREx data access APIs that are compliant with International Virtual Observatory Alliance (IVOA) standards.
8
+
***Application Program Interfaces:** IRSA provides SPHEREx data access APIs, most of which are compliant with International Virtual Observatory Alliance (IVOA) standards.
9
9
***Python Packages:** SPHEREx data at IRSA are accessible via the Python packages pyvo and astroquery
10
10
***SPHEREx Data Explorer:** IRSA provides a web-based Graphical User Interface (GUI) that makes it easy to search for, visualize, and download SPHEREx data.
11
11
@@ -35,6 +35,8 @@ The content of each subdirectory is described in greater detail in the Data Prod
35
35
36
36
## Application Program Interfaces (APIs)
37
37
38
+
### SPHEREx Spectral Image MEFs and Calibration Files are available through the IVOA Simple Image Access Protocol
39
+
38
40
IRSA provides API access to SPHEREx Spectral Images through version 2 of the VO Simple Image Access (SIA2) protocol.
39
41
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
42
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.
@@ -47,7 +49,7 @@ Due to the nature of the ingestion process, new SPHEREx data will first be avail
47
49
Availability via SIA2 and Python libraries like Astroquery and PyVO will lag on the order of a day.
48
50
:::
49
51
50
-
IRSA's generric SIA2 endpoint is:
52
+
IRSA's generic SIA2 endpoint is:
51
53
52
54
`https://irsa.ipac.caltech.edu/SIA?`
53
55
@@ -63,9 +65,21 @@ Users must add a `COLLECTION` parameter to this endpoint to specify which datase
63
65
You can use `wget` or `curl` to submit SIA2 queries from the command line.
See the section on Python packages to learn how to use Python wrappers around IRSA’s SIA2 service.
71
+
72
+
### Cutouts of SPHEREx Spectral Image MEFs
73
+
74
+
SPHEREx Spectral Image MEFs are available on premises at IPAC and on the cloud.
75
+
76
+
If you have identified the access URL for an on-premises Spectral Image, you can request a cutout of this MEF by appending a query string containing the center and size parameters. The parameters are described in more detail here:
77
+
78
+
`https://irsa.ipac.caltech.edu/ibe/cutouts.html`
79
+
80
+
**Example:**
67
81
68
-
See the next section to learn how to use Python wrappers around IRSA’s SIA2 service.
Copy file name to clipboardExpand all lines: documentation/spherex_data_products.md
+128-4Lines changed: 128 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@ This summary includes filenaming conventions, for which we adopt the following d
7
7
-`Planning Period` designates the survey plan uploaded to the spacecraft, e.g. `2025W18_2B`.
8
8
Each planning period covers approximately 3.5 days of operation.
9
9
10
-
-`Observation ID` includes the survey planning period and the large and small slew counters, e.g. `2025W18_2B_0001_1`.
10
+
-`Observation ID` includes the survey planning period and the large
11
+
and small slew counters, e.g. `2025W18_2B_0001_1`. Each large slew
12
+
has a maximum of 4 small slews, so the allowed small slew counter
13
+
range is 1 to 4. Some large slews will have less than 4 small
14
+
slews.
11
15
12
16
-`Detector` is an integer from 1 through 6.
13
17
@@ -19,8 +23,11 @@ Each planning period covers approximately 3.5 days of operation.
19
23
## Main Science Data Product: Spectral Image Multi-Extension FITS Files (MEF)
20
24
21
25
The main Quick Release data product is the Level 2 Spectral Image MEF.
22
-
There are 6 Spectral MEFs (one for each detector) for each sky pointing.
23
-
Each Spectral MEF is approximately 70 MB and contains 6 extensions:
26
+
There are 6 Spectral MEFs (one for each detector) for each sky
27
+
pointing. Because data quality assessments are evaluated per spectral
28
+
image band, some observations will not include all 6 bands in the
29
+
archive. Each Spectral MEF is approximately 70 MB and contains 6
30
+
extensions:
24
31
25
32
HDU 1: IMAGE
26
33
: Calibrated surface brightness flux density in units of MJy/sr, stored as a 2040 x 2040 image.
@@ -40,7 +47,7 @@ HDU 1: IMAGE
40
47
41
48
HDU 2: FLAGS
42
49
: Bitmap of per-pixel status and processing flags, stored as a 2040 x 2040 image.
43
-
The definition of the flags are provided in Table 8 of the [SPHEREx Explanatory Supplement](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/SPHEREx_Expsupp_QR.pdf).
50
+
The definition of the flags are provided in Table 10 of the [SPHEREx Explanatory Supplement](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/SPHEREx_Expsupp_QR.pdf).
44
51
45
52
HDU 3: VARIANCE
46
53
: Variance of calibrated surface brightness flux in units of (MJy/sr)^2, stored as a 2,040 x 2,040 image.
0 commit comments