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:

  1. Open the gvds file as a parameterset
  2. Convert all part FileNames to mss
  3. 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)

Previous topic

vdsmaker

Next topic

Recipe design tutorial

This Page