Commits

Des Small authored b5d8c88a5b6
Deleting a stray comment from fringefit task
No tags

gcwrap/python/scripts/task_fringefit.py

Modified
85 85
86 86 mycb.setapply(t=0.0,table=gaintable[igt],field=thisgainfield,
87 87 calwt=True,spwmap=thisspwmap,interp=thisinterp)
88 88
89 89 # ...and now the specialized terms
90 90 # (BTW, interp irrelevant for these, since they are evaluated)
91 91
92 92 # Apply parallactic angle, if requested
93 93 if parang: mycb.setapply(type='P')
94 94
95 - print >>sys.stderr, "Weightfactor: ", weightfactor, type(weightfactor)
96 95 # Set up for solving; only support one gaintype
97 96 mycb.setsolve(type="FRINGE",t=solint,refant=refant,preavg=0.01,
98 97 minsnr=minsnr,combine=combine,
99 98 zerorates=zerorates,
100 99 globalsolve=globalsolve,
101 100 weightfactor=weightfactor,
102 101 delaywindow=delaywindow,
103 102 ratewindow=ratewindow,
104 103 table=caltable,append=append)
105 104 mycb.solve()

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut