Esempio n. 1
0
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
Esempio n. 2
0
def sc():
    #if S.N/(S.i+1)==2:
    #	S.selfcal_options='mfs'
    calib.selfcal(S, 'selfcal.txt')
    update()
Esempio n. 3
0
def sc(S):
	if S.N/S.i==2:
		S.selfcal_options='mfs'
	calib.selfcal(S, 'selfcal.txt');
Esempio n. 4
0
def sc():
	#if S.N/(S.i+1)==2:
	#	S.selfcal_options='mfs'
	calib.selfcal(S, 'selfcal.txt');
	update();