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
6 files
+ 191
37
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -19,6 +19,7 @@ class Parameters:
collection_metadata: str,
reingest: bool = False,
ngas_ingest: bool = False,
calibrate: bool = False,
):
self.telescope = telescope
self.ingestion_path = ingestion_path
@@ -26,6 +27,7 @@ class Parameters:
self.collection_metadata = collection_metadata
self.reingest = reingest
self.ngas_ingest = ngas_ingest
self.calibrate = calibrate
def __repr__(self):
return repr(self.__dict__)
Loading