Skip to content

Commit 930628f

Browse files
committedNov 8, 2024·
Adding in a ToDo for saving out cosmic rays.
1 parent 848c896 commit 930628f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎suncet_processing_pipeline/make_level1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Level1:
1919
def __init__(self, config):
2020
self.config = config
2121
# self.metadata = self.__load_metadata_from_level0_5()
22-
self.cosmic_rays = np.array()
22+
self.cosmic_rays = np.array([]) #TODO: figure out how to save removed cosmic rays.
2323

2424
def __load_metadata_from_level0_5(self):
2525
pass

0 commit comments

Comments
 (0)
Please sign in to comment.