Skip to content
Snippets Groups Projects
Commit ee073659 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-320: added ingest subtasktype

parent d72f6d08
No related branches found
No related tags found
2 merge requests!308Resolve TMSS-495,!306Resolve TMSS-320
...@@ -65,6 +65,7 @@ class SubtaskType(AbstractChoice): ...@@ -65,6 +65,7 @@ class SubtaskType(AbstractChoice):
class Choices(Enum): class Choices(Enum):
OBSERVATION = "observation" OBSERVATION = "observation"
PIPELINE = "pipeline" PIPELINE = "pipeline"
INGEST = "ingest"
COPY = "copy" COPY = "copy"
INSPECTION = "inspection" INSPECTION = "inspection"
QA_FILES = "qa_files" # task which creates "adder" QA h5 file(s) from a MeasurementSet of beamformed data QA_FILES = "qa_files" # task which creates "adder" QA h5 file(s) from a MeasurementSet of beamformed data
......
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