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_psf.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,4 @@
1
1
---
2
-
authors:
3
-
- name: Vandana Desai
4
-
- name: Jessica Krick
5
-
- name: Andreas Faisst
6
-
- name: "Brigitta Sip\u0151cz"
7
-
- name: Troy Raen
8
2
jupytext:
9
3
text_representation:
10
4
extension: .md
@@ -15,6 +9,12 @@ kernelspec:
15
9
display_name: Python 3 (ipykernel)
16
10
language: python
17
11
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
18
18
---
19
19
20
20
# 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
223
223
224
224
For more information about these changes, see the following webpage: [PSF Erratum](https://irsa.ipac.caltech.edu/data/SPHEREx/docs/psfhdrerr.html)
225
225
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).**
227
227
```
228
228
229
229
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
0 commit comments