Skip to content

Commit 0958584

Browse files
committed
Bugfix authors, bold, and anchor
1 parent 9556d3b commit 0958584

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tutorials/spherex/spherex_psf.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
---
2-
authors:
3-
- name: Vandana Desai
4-
- name: Jessica Krick
5-
- name: Andreas Faisst
6-
- name: "Brigitta Sip\u0151cz"
7-
- name: Troy Raen
82
jupytext:
93
text_representation:
104
extension: .md
@@ -15,6 +9,12 @@ kernelspec:
159
display_name: Python 3 (ipykernel)
1610
language: python
1711
name: python3
12+
authors:
13+
- name: Vandana Desai
14+
- name: Jessica Krick
15+
- name: Andreas Faisst
16+
- name: Brigitta Sipőcz
17+
- name: Troy Raen
1818
---
1919

2020
# Understanding and Extracting the PSF Extension in a SPHEREx Cutout
@@ -223,7 +223,7 @@ In the SPHEREx spectral image versions prior or equal to 6.5.5, there was a miss
223223
224224
For more information about these changes, see the following webpage: [PSF Erratum](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/psfhdrerr.html)
225225
226-
**Users using the old versions will need to implement and extra step to update the image header. A function to update the header is given [in Section 5.1 below](#update_psf_header_function). **
226+
**Users using the old versions will need to implement an extra step to update the image header. A function to update the header is given [in Section 5.1 below](#update-psf-header-function).**
227227
```
228228

229229
Let's first check here if a header update is necessary. We can do that by printing the `VERSION` keyword in the header.
@@ -267,6 +267,7 @@ If the version of the SPHEREx spectral image is less or equal than `6.5.5`, we w
267267

268268
+++
269269

270+
(update-psf-header-function)=
270271
### 5.1 Updating PSF Header (for SPHEREx Spectral Image versions $\leq$ 6.5.5)
271272

272273
+++
@@ -279,7 +280,6 @@ The function that can be used to update the header is shown below. The function
279280
Note that this function an work as standalone function to process many images.
280281

281282
```{code-cell} ipython3
282-
<a id="update_psf_header_function"></a>
283283
def update_psf_header(old_hdul):
284284
"""
285285
Fix a old PSF FITS file header by rewriting only the per-plane header metadata

0 commit comments

Comments
 (0)