Skip to content
Snippets Groups Projects
Commit e062de4b authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

set types

parent feb0dcae
No related branches found
No related tags found
3 merge requests!1571catch 2.8.2.3 up with main,!15592.8.2.2-DEVELOPMENT into main,!1551Cherry pick partial curation for patch
......@@ -134,11 +134,13 @@ class IngestionManifest(ManifestComponentIF):
# default to true for all types
flag = True
# TODO: Add properties for other types
if self.sp_type == ScienceProductType.EXEC_BLOCK:
# EB ingestion might create duplicate file versions during testing, check flag state
if self.telescope == Telescope.VLBA or self.telescope == Telescope.GMVA:
flag = CapoConfig().getboolean("archive-ingestion.ingestNGAS")
flag = CapoConfig().getboolean("archive-ingestion.ingestNGAS.observation")
elif self.sp_type == ScienceProductType.EVLA_CAL:
flag = CapoConfig().getboolean("archive-ingestion.ingestNGAS.calibration")
elif self.sp_type == ScienceProductType.IMAGE or self.sp_type == ScienceProductType.VLASS_SECI:
flag = CapoConfig().getboolean("archive-ingestion.ingestNGAS.imaging")
return flag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment