Open ggurkan opened 1 year ago
Hi Gulay, at what point in the pipeline are you having this error? Is it in Split-Directions?
Yes, in the split-directions step and I sorted it out using the lines above.
Okay, thanks for pointing this out. It needs a different solution than the one you suggest, as run_selfcal.py is used by both Delay-Calibration and Split-Directions and needs to work for both. I'll work on a fix.
Hi, delay_sols should be saved as string in facetselfcal_config.txt and facetselcal.py expects preapplyH5_list as an argument not preapplyH5-list so the following line could be added to run_selfcal.py to fix these issues:
after the following line: os.system( 'sed -i "s~DELAYCAL_SOLUTIONS~{:s}~g" {:s}'.format(delay_sols, destfile))