Skip to content

Commit 5daa0b5

Browse files
committed
Apply feedback from christinanelson review
1 parent e2b4ab7 commit 5daa0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/spherex/spherex_psf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ for key, val in psf_header.items():
558558
ym = re.match(r'(YCTR*)', key)
559559
if ym:
560560
yplane = int(key.split("_")[1])
561-
yctr[xplane] = val
561+
yctr[yplane] = val
562562
```
563563

564564
Check that we got all of them!

0 commit comments

Comments
 (0)