check_ppr¶
- check_ppr(pprfile)[source]¶
Check PPR to make sure all tasks exist in the CASA task dictionary.
Compares the <Command> elements of the PPR to the keys of the CASA task dictionary. This is useful as a quick sanity check before executing the pipeline.
- Parameters:
pprfile -- A path to the PPR file (string). e.g. 'PPR_VLAT003.xml' or 'mydata/working/PPR_VLAT003.xml'
- Returns:
False on error. True on success.