Skip to content

Commit 5ca06c4

Browse files
authored
Merge pull request #115 from bsipocz/spherex_touchup_fixes
DOC: fixup spherex headings and correct link for pdf
2 parents eca4a4b + 279359b commit 5ca06c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorials/spherex/spherex_intro.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SPHEREx is a NASA Astrophysics Medium Explorer mission that launched in March 20
3535

3636
The community will also mine SPHEREx data and combine it with synergistic data sets to address a variety of additional topics in astrophysics.
3737

38-
More information is available in the [SPHEREx Explanatory Supplement](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/spherex_explanatory_supplement.pdf).
38+
More information is available in the [SPHEREx Explanatory Supplement](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/SPHEREx_Expsupp_QR_v1.0.pdf).
3939

4040
+++
4141

@@ -236,7 +236,7 @@ There are two alternative WCS systems:
236236

237237
+++
238238

239-
## 8a. Spatial WCS
239+
### 8a. Spatial WCS
240240

241241
+++
242242

@@ -255,7 +255,7 @@ x, y = wcs.world_to_pixel(SkyCoord(ra=ra, dec=dec, unit="deg"))
255255
print(ra, dec, x, y)
256256
```
257257

258-
## 8b. Spectral WCS
258+
### 8b. Spectral WCS
259259

260260
The use of Linear Variable Filters (LVFs) is a key component of SPHEREx imaging. Each pixel of the detector corresponds to a slightly different wavelength and bandwidth due to the LVF’s gradual variation in spectral transmission across its surface. Contours of constant wavelength are curved due to the method of filter fabrication, so the wavelength-vs-pixel function is inherently two-dimensional.
261261

@@ -290,7 +290,7 @@ wl, bp = spectral_wcs.pixel_to_world(x, y)
290290
wl, bp
291291
```
292292

293-
## 8c. How does wavelength vary across the detector?
293+
### 8c. How does wavelength vary across the detector?
294294

295295
```{code-cell} ipython3
296296
# Read in the spectral image data.
@@ -323,7 +323,7 @@ As expected, the wavelengths range from approximately 1.1=16 micron for Detector
323323

324324
+++
325325

326-
## 8c. Number of flagged pixels in this image
326+
### 8d. Number of flagged pixels in this image
327327

328328
Now let's take a look at some header keywords that provide information about how many pixels have been flagged during processing.
329329

0 commit comments

Comments
 (0)