def bsc(): # This is the batch selfcal. It will loop over each vis. vises = S.vis for v in vises.split(','): S.vis = v calib.selfcal(S, 'selfcal.txt') S.vis = vises
def sc(): #if S.N/(S.i+1)==2: # S.selfcal_options='mfs' calib.selfcal(S, 'selfcal.txt') update()
def sc(S): if S.N/S.i==2: S.selfcal_options='mfs' calib.selfcal(S, 'selfcal.txt');
def sc(): #if S.N/(S.i+1)==2: # S.selfcal_options='mfs' calib.selfcal(S, 'selfcal.txt'); update();