We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848c896 commit 930628fCopy full SHA for 930628f
suncet_processing_pipeline/make_level1.py
@@ -19,7 +19,7 @@ class Level1:
19
def __init__(self, config):
20
self.config = config
21
# self.metadata = self.__load_metadata_from_level0_5()
22
- self.cosmic_rays = np.array()
+ self.cosmic_rays = np.array([]) #TODO: figure out how to save removed cosmic rays.
23
24
def __load_metadata_from_level0_5(self):
25
pass
0 commit comments