jjtobin/auto_selfcal

When length of target name string is equal to the number of EBs auto_selfcal can crash

Opened this issue · 0 comments

There is an odd bug in tclean that crops up if you include the same number of MSes as the length of your source name. CASA will try to interpret your field name as a list associated with each MS.

A proper way to handle this could be to pass tclean a list of fieldnames associated with each EB, which would also move toward better supporting heterogeneous data where the field name might differ between observations.