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: tutorials/spherex/spherex_sdt/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# __Source Discovery Tool__
1
+
# SPHEREx Source Discovery Tool
2
2
3
3
## Overview
4
4
@@ -24,7 +24,7 @@ The notebook [](sdt_irsa.md) demonstrates how to use it.
24
24
25
25
## Setup
26
26
27
-
####On local machine
27
+
### On local machine
28
28
29
29
All necessary packages and tools (SExtractor) are included in the `conda-sdt_env.yml` file.
30
30
@@ -48,7 +48,7 @@ jupyter-lab
48
48
49
49
or select the environment `sdt_env` in your Jupyter Notebook using the dropdown on the upper left.
50
50
51
-
####On Fornax
51
+
### On Fornax
52
52
53
53
Installing the conda environment on the [Fornax NASA science platform](https://science.nasa.gov/astrophysics/programs/physics-of-the-cosmos/community/the-fornax-initiative/) needs slightly different steps. These can be reviewed in [this documentation](https://docs.fornax.sciencecloud.nasa.gov/compute-environments/#create-new-env).
Copy file name to clipboardExpand all lines: tutorials/spherex/spherex_sdt/sdt_irsa.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jupyter:
12
12
name: std_conda
13
13
---
14
14
15
-
# __SPHEREx Source Discovery Tool IRSA Demo__
15
+
# SPHEREx Source Discovery Tool IRSA Demo
16
16
17
17
The SPHEREx Source Discovery Tool is the Python package `spx_sdt` (included in this directory), which is used to discover and extract sources from SPHEREx Spectral Images and visualize their spectra.
18
18
This notebook demonstrates how to use it.
@@ -28,7 +28,7 @@ This notebook demonstrates how to use it.
28
28
* Select sources interactively and extract their SPHEREx spectra
29
29
30
30
31
-
###2. SPHEREx Overview
31
+
## 2. SPHEREx Overview
32
32
33
33
SPHEREx is a NASA Astrophysics Medium Explorer mission that launched in March 2025.
34
34
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.
@@ -140,7 +140,7 @@ conf.remote_timeout = 120
140
140
output_notebook(resources=INLINE)
141
141
```
142
142
143
-
## 5. Initialize ephemeral query parameters
143
+
## 5. Initialize Ephemeral Query Parameters
144
144
145
145
```{attention}
146
146
The query parameters below are valid as of **February 2026**, but will need to be updated as the mission proceeds.
@@ -163,7 +163,7 @@ sapm_s3 = [
163
163
]
164
164
```
165
165
166
-
## 6. Search for SPHEREx spectral images
166
+
## 6. Search for SPHEREx Spectral Images
167
167
168
168
169
169
We search first search for all the available SPHEREx images around a given position on the sky.
## 10. Run <code>SExtractor</code> on the subtracted color image
476
+
## 10. Run <code>SExtractor</code> on the Subtracted Color Image
477
477
478
478
A use case could be to search for red sources such as galaxies with an Active Galactic Nucleus (AGN), which are manifested by red mid-infrared colors. Such red sources can be identified on the subtracted image.
In the following, we show two ways to visualize the extracted sources on the images and how to interactively select interesting sources. (Note that you can always select the source automatically in Python using, for example, `astropy` tables instead of doing it interactively.)
## 12. Perform aperture photometry on selected sources
621
+
## 12. Perform Aperture Photometry on Selected Sources
622
622
623
623
Finally, we compute the SPHEREx spectra for selected sources. This includes downloading all the available SPHEREx spectral image cutouts for the sources and then measuring their photometry to generate a spectrum. For simplicity, we here perform aperture photometry but include background subtraction.
0 commit comments