Skip to content
Snippets Groups Projects
Commit dbd26e1b authored by Alwin de Jong's avatar Alwin de Jong
Browse files

Task #3772: solve indentation errors

parent c274df45
No related branches found
No related tags found
No related merge requests found
...@@ -26,20 +26,20 @@ from lofarpipe.support.loggingdecorators import mail_log_on_exception, duration ...@@ -26,20 +26,20 @@ from lofarpipe.support.loggingdecorators import mail_log_on_exception, duration
class pulsar_pipeline(control): class pulsar_pipeline(control):
""" """
This is the main wrapper class around the pulsar pipeline for This is the main wrapper class around the pulsar pipeline for
integration of the pulsar pipelines as a 'black-box' integration of the pulsar pipelines as a 'black-box'
""" """
def __init__(self): def __init__(self):
super(preprocessing_pipeline, self).__init__() super(preprocessing_pipeline, self).__init__()
self.parset = parameterset() self.parset = parameterset()
self.input_data = [] self.input_data = []
self.output_data = [] self.output_data = []
self.io_data_mask = [] self.io_data_mask = []
self.parset_feedback_file = None self.parset_feedback_file = None
def go(self): def go(self):
""" """
Read the parset-file that was given as input argument; Read the parset-file that was given as input argument;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment