Skip to content

Commit aee75a3

Browse files
committed
Moved the Fe-55 sample images to their own directory.
1 parent c299a24 commit aee75a3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

msfc_ccd/samples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"path_fe55_esis3",
1010
]
1111

12-
path_fe55_esis1 = pathlib.Path(__file__).parent / "_data/ESIS1_00002.fit"
12+
path_fe55_esis1 = pathlib.Path(__file__).parent / "_data/fe55/ESIS1_00002.fit"
1313
"""
1414
An Fe 55 sample image from the ESIS channel 1 camera gathered by the MSFC
1515
sounding rocket team during camera testing and validation on 2017-07-06.
1616
"""
1717

18-
path_fe55_esis3 = pathlib.Path(__file__).parent / "_data/ESIS3_05384.fit"
18+
path_fe55_esis3 = pathlib.Path(__file__).parent / "_data/fe55/ESIS3_05384.fit"
1919
"""
2020
An Fe 55 sample image from the ESIS channel 3 camera gathered by the MSFC
2121
sounding rocket team during camera testing and validation on 2017-07-12.

0 commit comments

Comments
 (0)