Skip to content
Snippets Groups Projects

ingestion manifest creation for EVLA CAL ingestion only

Merged Daniel Lyons requested to merge WS-507-evla-cal-ingestion-manifest into main
2 files
+ 177
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -75,6 +75,8 @@ class ScienceProduct:
@classmethod
def init_from_filename(cls, filename: str) -> ScienceProduct:
# TODO: Determine how we want ScienceProduct objects to be initialized. From filename? or from metadata
# like above?
raise NotImplementedError
def get_sp_pattern(self):
Loading