The help drivepolconvert.py -q help states that "Finally an environment variable QA2TABLES may be set to a comma-sep list of compete table names (ignoring label, concatenated and calibrated)". However,
export QA2TABLES="ANTENNA,calapphase,Df0gen.APP,bandpassAPP,flux_inf.APP.OpCorr,phase_int.APP.XYsmooth,XY0kcrs.APP,Gxyamp.APP"
with
drivepolconvert.py -v -p -k -D /Exps/e23a22/v1/b4 -r -f 8 -A 0.0308574 -q customtables -s 3 -l e23a22_part2 e23a22-1-b4_1000.input e23a22-1-b4_1001input
results in
Exception: Required directory e23a22_part2.ANTENNA is missing
as the actual table is e23a22_part2.concatenated.ms.ANTENNA
The help
drivepolconvert.py -q helpstates that "Finally an environment variable QA2TABLES may be set to a comma-sep list of compete table names (ignoring label, concatenated and calibrated)". However,export QA2TABLES="ANTENNA,calapphase,Df0gen.APP,bandpassAPP,flux_inf.APP.OpCorr,phase_int.APP.XYsmooth,XY0kcrs.APP,Gxyamp.APP"with
drivepolconvert.py -v -p -k -D /Exps/e23a22/v1/b4 -r -f 8 -A 0.0308574 -q customtables -s 3 -l e23a22_part2 e23a22-1-b4_1000.input e23a22-1-b4_1001inputresults in
Exception: Required directory e23a22_part2.ANTENNA is missingas the actual table is e23a22_part2.concatenated.ms.ANTENNA