Closed mooneyse closed 4 years ago
Hi Sean, I'm actively updating the pipeline now and haven't pushed all my changes yet. Can I reach you on skype or slack to have a chat about what you're running into?
This step no longer exists on the master branch. Do you need this to be updated on a different branch?
Nope, all good, thanks :+1:
These issues aren't relevant if preparing the data for
LB-Split-Calibrators.parset
but I thought I'd document them here in case it is useful for someone.Going off what is in
PipelineStep_TargetListToMapfile.py
, the pipeline step requires one edit, and a few of the arguments are unused. I think it can be changed fromto
Also
PipelineStep_TargetListToMapfile.py
itself reads inprimary_delay_calibrator.csv
and expects a header on that CSV:But there is none in the file. I added one manually as a workaround.
Lastly, the mapfile written out by the
prep_dirs
step causes the next step,dppp_phaseup
, to crash with a mapfile mismatch error. I manually edited it fromto
to get it working, but I don't know enough genericpipeline mapfile kung fu to patch it properly.