vdsreader
*Master Side of the recipe *
-
class lofarpipe.recipes.master.vdsreader.vdsreader
Read a GVDS file and return a list of the MS filenames referenced therein
together with selected metadata.
This recipe performs it’s functionality at the master side of the recipe:
- Open the gvds file as a parameterset
- Convert all part FileNames to mss
- Parse start and end time and pointing information
no command line arguments:
Recipe inputs
Parameters: | gvds – (FileField) GVDS file to process (FileField) |
Recipe outputs (job.results[parameter])
Parameters: |
- data – (ListField) List of MeasurementSet paths (ListField)
- end_time – (StringField) End time of observation (StringField)
- pointing – (DictField) Observation pointing direction (DictField)
- start_time – (StringField) Start time of observation (StringField)
|