We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dc7a7 commit 84d9ef0Copy full SHA for 84d9ef0
apercal/modules/convert.py
@@ -246,9 +246,7 @@ def ms2miriad(self):
246
targetbase=self.target.rstrip('MS'), datacolumn=datacolumn,
247
beam_dataset=beam_dataset)
248
249
- casacmd = [tg_convert]
250
- casa = drivecasa.Casapy()
251
- casa.run_script(casacmd, raise_on_severe=True, timeout=7200)
+ lib.run_casa([tg_convert], timeout=7200)
252
if os.path.isfile(self.basedir + vis.split('/')[-3] + '/' + self.crosscalsubdir + '/' +
253
self.target.rstrip('MS') + 'UVFITS'):
254
converttargetbeamsms2uvfits[int(vis.split('/')[-3])] = True
0 commit comments