Skip to content
Snippets Groups Projects
Commit c422e780 authored by Jan David Mol's avatar Jan David Mol
Browse files

TMSS-64: profile -> pulsar profile to be more explicit and clear. no need is...

TMSS-64: profile -> pulsar profile to be more explicit and clear. no need is foreseen to ever mix pulsar profiles with other profiles
parent bd63e5de
No related branches found
No related tags found
2 merge requests!422Resolve SW-961 "Fix pipelinecontrol",!400Resolve TMSS-64 "Pulsar pipeline"
......@@ -73,7 +73,7 @@ class Datatype(AbstractChoice):
INSTRUMENT_MODEL = "instrument model"
IMAGE = "image"
QUALITY = "quality"
PROFILE = "profile"
PULSAR_PROFILE = "pulsar profile"
class Dataformat(AbstractChoice):
......
......@@ -397,7 +397,7 @@ def populate_connectors():
iotype=IOType.objects.get(value=IOType.Choices.OUTPUT.value))
TaskConnectorType.objects.create(role=Role.objects.get(value=Role.Choices.ANY.value),
datatype=Datatype.objects.get(value=Datatype.Choices.PROFILE.value),
datatype=Datatype.objects.get(value=Datatype.Choices.PULSAR_PROFILE.value),
task_template=TaskTemplate.objects.get(name='pulsar pipeline'),
iotype=IOType.objects.get(value=IOType.Choices.OUTPUT.value))
......
......@@ -1446,7 +1446,7 @@ def _create_pulsar_pipeline_output_dataproducts_and_transforms(pipeline_subtask:
pipeline_subtask_output = pipeline_subtask.outputs.first() # TODO: if we have several, how to map input to output?
dataformat = Dataformat.objects.get(value="pulp analysis")
datatype = Datatype.objects.get(value="profile")
datatype = Datatype.objects.get(value="pulsar profile")
dataproduct_specifications_template = DataproductSpecificationsTemplate.objects.get(name="time series")
dataproduct_feedback_template = DataproductFeedbackTemplate.objects.get(name="empty")
......
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