After wsclean is executed there is an attempt to modify the wsclean appended file name and type so that its - separators are ., which is a little more incline with other flint components.
I have noticed that during the archiving step there are stokes-v files which appear to be using the original - separator, implying either the regex expression is not correct, or the renaming function is not being used.
1634, adding /scratch3/gal16b/racs_low3_proc/flint_wscleanoptions/57988/SB57988.RACS_1415-46.beam34.round4.v.MFS.image.fits
1466 of 1634, adding /scratch3/gal16b/racs_low3_proc/flint_wscleanoptions/57988/SB57988.RACS_1415-46.beam34.round4.v-MFS-model.fits
At some level the procedure is working. The stokes-v image fits file is being renamed correctly. The same is also happening for the stokes-i images
1456 of 1634, adding /scratch3/gal16b/racs_low3_proc/flint_wscleanoptions/57988/SB57988.RACS_1415-46.beam34.round4.i-MFS-model.fits
1458 of 1634, adding /scratch3/gal16b/racs_low3_proc/flint_wscleanoptions/57988/SB57988.RACS_1415-46.beam34.round4.i.MFS.image.fits
I am guessing I am simply not applying the rename function to the model attribute of the ImageSet.
After wsclean is executed there is an attempt to modify the wsclean appended file name and type so that its
-separators are., which is a little more incline with other flint components.I have noticed that during the archiving step there are stokes-v files which appear to be using the original
-separator, implying either the regex expression is not correct, or the renaming function is not being used.At some level the procedure is working. The stokes-v image fits file is being renamed correctly. The same is also happening for the stokes-i images
I am guessing I am simply not applying the rename function to the model attribute of the
ImageSet.