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_source_discovery/README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
## Overview
4
4
5
-
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.
6
-
The notebook [](sdt_irsa.md) demonstrates how to use it.
5
+
The SPHEREx Source Discovery Tool is the Python package `spherex_source_discovery_tool` (included in this directory), which is used to discover and extract sources from SPHEREx Spectral Images and visualize their spectra.
6
+
The notebook [](spherex_source_discovery_tool_demo.md) demonstrates how to use it.
To use the environment in your Jupyter notebooks, either start JupyterLab in that environment by typing
43
43
44
44
```
45
-
conda activate std_env
45
+
conda activate spherex_sdt
46
46
jupyter-lab
47
47
```
48
48
49
-
or select the environment `sdt_env` in your Jupyter Notebook using the dropdown on the upper left.
49
+
or select the environment `spherex_sdt` in your Jupyter Notebook using the dropdown on the upper left.
50
50
51
51
### On Fornax
52
52
53
53
Installing the conda environment on the [NASA Fornax Science Console](https://science.nasa.gov/astrophysics/programs/physics-of-the-cosmos/community/the-fornax-initiative/) needs slightly different steps. These can be reviewed in the documentation [create a new environment](https://docs.fornax.sciencecloud.nasa.gov/compute-environments/#create-new-env).
54
54
55
-
In order to install this specific conda environment on Fornax, the file name of the `yml` file specifically needs to be in the following format `conda-*.yml`. The `yml` file distributed here is already in that format (`conda-sdt_env.yml`). Once this is set, open a new terminal (click on the large "+" button right under the "File" menu tab) and type to following command _inside_ the same directory where the `yml` file is located:
55
+
In order to install this specific conda environment on Fornax, the file name of the `yml` file specifically needs to be in the following format `conda-*.yml`. The `yml` file distributed here is already in that format (`conda-spherex_sdt.yml`). Once this is set, open a new terminal (click on the large "+" button right under the "File" menu tab) and type to following command _inside_ the same directory where the `yml` file is located:
56
56
```
57
57
setup-conda-env --user
58
58
```
59
59
60
60
Note that we use the `--user` option here, which will keep the environment available for subsequent Fornax sessions.
61
61
62
-
To use the environment in your Jupyter notebooks on Fornax, directly select the environment `sdt_env` in your Jupyter Notebook using the dropdown on the upper left.
62
+
To use the environment in your Jupyter notebooks on Fornax, directly select the environment `spherex_sdt` in your Jupyter Notebook using the dropdown on the upper left.
0 commit comments