587 - | if self.parallel: |
588 - | tclean(vis=self.msfile, imagename=file_name+'1', field='1', \ |
589 - | spw=['0'], imsize=[80, 80], antenna=['0,1,2,3,4,5,6,7,8'], \ |
590 - | scan=['8,12,16'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
591 - | datacolumn='data', cell=['1.1arcsec'], phasecenter='ICRS ' |
592 - | '00:45:54.3836 -073.15.29.413', stokes='I', specmode='cube', \ |
593 - | nchan=508, start='220.2526743594GHz', width='0.2441741MHz',\ |
594 - | outframe='LSRK', perchanweightdensity=False, \ |
595 - | usepointing=False, pblimit=0.2, nsigma=0.0, \ |
596 - | gridder='standard', mosweight=False, \ |
597 - | deconvolver='hogbom', restoringbeam='common', restoration=True, pbcor=True, \ |
598 - | weighting='briggs', robust=0.5, npixels=0, niter=20000, \ |
599 - | threshold='0.354Jy', interactive=0, usemask='auto' |
600 - | '-multithresh', sidelobethreshold=1.25, noisethreshold=5.0, \ |
601 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
602 - | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
603 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
604 - | calcres=False, calcpsf=False, savemodel='none', \ |
605 - | parallel=True, verbose=True) |
606 - | else: |
607 - | tclean(vis=self.msfile, imagename=file_name+'1', field='1', \ |
608 - | spw=['0'], imsize=[80, 80], antenna=['0,1,2,3,4,5,6,7,8'], \ |
609 - | scan=['8,12,16'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
610 - | datacolumn='data', cell=['1.1arcsec'], phasecenter='ICRS ' |
611 - | '00:45:54.3836 -073.15.29.413', stokes='I', specmode='cube', \ |
612 - | nchan=508, start='220.2526743594GHz', width='0.2441741MHz',\ |
613 - | outframe='LSRK', perchanweightdensity=False, \ |
614 - | usepointing=False, pblimit=0.2, nsigma=0.0, \ |
615 - | gridder='standard', mosweight=False, \ |
616 - | deconvolver='hogbom', restoration=True, pbcor=True, \ |
617 - | weighting='briggs', robust=0.5, npixels=0, niter=20000, \ |
618 - | threshold='0.354Jy', interactive=0, usemask='auto' |
619 - | '-multithresh', sidelobethreshold=1.25, noisethreshold=5.0, \ |
620 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
621 - | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
622 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
623 - | calcres=False, calcpsf=False, savemodel='none', \ |
624 - | restoringbeam='common', parallel=False, verbose=True) |
625 - | |
587 + | tclean(vis=self.msfile, imagename=file_name+'1', field='1', \ |
588 + | spw=['0'], imsize=[80, 80], antenna=['0,1,2,3,4,5,6,7,8'], \ |
589 + | scan=['8,12,16'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
590 + | datacolumn='data', cell=['1.1arcsec'], phasecenter='ICRS ' |
591 + | '00:45:54.3836 -073.15.29.413', stokes='I', specmode='cube', \ |
592 + | nchan=508, start='220.2526743594GHz', width='0.2441741MHz',\ |
593 + | outframe='LSRK', perchanweightdensity=False, \ |
594 + | usepointing=False, pblimit=0.2, nsigma=0.0, \ |
595 + | gridder='standard', mosweight=False, \ |
596 + | deconvolver='hogbom', restoringbeam='common', restoration=True, pbcor=True, \ |
597 + | weighting='briggs', robust=0.5, npixels=0, niter=20000, \ |
598 + | threshold='0.354Jy', interactive=0, usemask='auto' |
599 + | '-multithresh', sidelobethreshold=1.25, noisethreshold=5.0, \ |
600 + | lownoisethreshold=2.0, negativethreshold=0.0, \ |
601 + | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
602 + | minpercentchange=1.0, fastnoise=False, restart=True, \ |
603 + | calcres=False, calcpsf=False, savemodel='none', \ |
604 + | parallel=self.parallel, verbose=True) |
931 - | if self.parallel: |
932 - | tclean(vis=self.msfile, imagename=file_name+'1', field='1', \ |
933 - | spw=['0'], imsize=[80, 80], antenna=['0,1,2,3,4,5,6,7,8'], \ |
934 - | scan=['8,12,16'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
935 - | datacolumn='data', cell=['1.1arcsec'], phasecenter='ICRS ' |
936 - | '00:45:54.3836 -073.15.29.413', stokes='I', specmode='cube', \ |
937 - | nchan=508, start='220.2526743594GHz', width='0.2441741MHz',\ |
938 - | outframe='LSRK', perchanweightdensity=True, \ |
939 - | usepointing=False, pblimit=0.2, nsigma=0.0, \ |
940 - | gridder='standard', mosweight=False, \ |
941 - | deconvolver='hogbom', restoration=True, restoringbeam='common', pbcor=True, \ |
942 - | weighting='briggs', robust=0.5, npixels=0, niter=20000, \ |
943 - | threshold='0.354Jy', interactive=0, usemask='auto' |
944 - | '-multithresh', sidelobethreshold=1.25, noisethreshold=5.0, \ |
945 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
946 - | minbeamfrac=0.08, growiterations=75, dogrowprune=True, \ |
947 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
948 - | calcres=False, calcpsf=False, savemodel='none', \ |
949 - | parallel=True, verbose=True) |
950 - | else: |
951 - | tclean(vis=self.msfile, imagename=file_name+'1', field='1', \ |
952 - | spw=['0'], imsize=[80, 80], antenna=['0,1,2,3,4,5,6,7,8'], \ |
953 - | scan=['8,12,16'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
954 - | datacolumn='data', cell=['1.1arcsec'], phasecenter='ICRS ' |
955 - | '00:45:54.3836 -073.15.29.413', stokes='I', specmode='cube', \ |
956 - | nchan=508, start='220.2526743594GHz', width='0.2441741MHz',\ |
957 - | outframe='LSRK', perchanweightdensity=True, \ |
958 - | usepointing=False, pblimit=0.2, nsigma=0.0, \ |
959 - | gridder='standard', mosweight=False, \ |
960 - | deconvolver='hogbom', restoration=True, pbcor=True, \ |
961 - | weighting='briggs', robust=0.5, npixels=0, niter=20000, \ |
962 - | threshold='0.354Jy', interactive=0, usemask='auto' |
963 - | '-multithresh', sidelobethreshold=1.25, noisethreshold=5.0, \ |
964 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
965 - | minbeamfrac=0.08, growiterations=75, dogrowprune=True, \ |
966 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
967 - | calcres=False, calcpsf=False, savemodel='none', \ |
968 - | restoringbeam='common', parallel=False, verbose=True) |
910 + | tclean(vis=self.msfile, imagename=file_name+'1', field='1', \ |
911 + | spw=['0'], imsize=[80, 80], antenna=['0,1,2,3,4,5,6,7,8'], \ |
912 + | scan=['8,12,16'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
913 + | datacolumn='data', cell=['1.1arcsec'], phasecenter='ICRS ' |
914 + | '00:45:54.3836 -073.15.29.413', stokes='I', specmode='cube', \ |
915 + | nchan=508, start='220.2526743594GHz', width='0.2441741MHz',\ |
916 + | outframe='LSRK', perchanweightdensity=True, \ |
917 + | usepointing=False, pblimit=0.2, nsigma=0.0, \ |
918 + | gridder='standard', mosweight=False, \ |
919 + | deconvolver='hogbom', restoration=True, restoringbeam='common', pbcor=True, \ |
920 + | weighting='briggs', robust=0.5, npixels=0, niter=20000, \ |
921 + | threshold='0.354Jy', interactive=0, usemask='auto' |
922 + | '-multithresh', sidelobethreshold=1.25, noisethreshold=5.0, \ |
923 + | lownoisethreshold=2.0, negativethreshold=0.0, \ |
924 + | minbeamfrac=0.08, growiterations=75, dogrowprune=True, \ |
925 + | minpercentchange=1.0, fastnoise=False, restart=True, \ |
926 + | calcres=False, calcpsf=False, savemodel='none', \ |
927 + | parallel=self.parallel, verbose=True) |
1278 - | if self.parallel: |
1279 - | tclean(vis=self.msfile, imagename=file_name+'1', field='1', \ |
1280 - | spw=['0'], imsize=[80, 80], antenna=['0,1,2,3,4,5,6,7,8'], \ |
1281 - | scan=['8,12,16'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
1282 - | datacolumn='data', cell=['1.1arcsec'], phasecenter='ICRS ' |
1283 - | '00:45:54.3836 -073.15.29.413', stokes='I', specmode='cube', \ |
1284 - | nchan=508, start='220.2526743594GHz', width='0.2441741MHz',\ |
1285 - | outframe='LSRK', perchanweightdensity=True, \ |
1286 - | usepointing=False, pblimit=0.2, nsigma=0.0, \ |
1287 - | gridder='standard', mosweight=False, \ |
1288 - | deconvolver='hogbom', restoration=True, restoringbeam='common', pbcor=True, \ |
1289 - | weighting='briggsbwtaper', robust=0.5, npixels=0, niter=20000, \ |
1290 - | threshold='0.354Jy', interactive=0, usemask='auto' |
1291 - | '-multithresh', sidelobethreshold=1.25, noisethreshold=5.0, \ |
1292 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
1293 - | minbeamfrac=0.08, growiterations=75, dogrowprune=True, \ |
1294 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
1295 - | calcres=False, calcpsf=False, savemodel='none', \ |
1296 - | parallel=True, verbose=True) |
1297 - | else: |
1298 - | tclean(vis=self.msfile, imagename=file_name+'1', field='1', \ |
1299 - | spw=['0'], imsize=[80, 80], antenna=['0,1,2,3,4,5,6,7,8'], \ |
1300 - | scan=['8,12,16'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
1301 - | datacolumn='data', cell=['1.1arcsec'], phasecenter='ICRS ' |
1302 - | '00:45:54.3836 -073.15.29.413', stokes='I', specmode='cube', \ |
1303 - | nchan=508, start='220.2526743594GHz', width='0.2441741MHz',\ |
1304 - | outframe='LSRK', perchanweightdensity=True, \ |
1305 - | usepointing=False, pblimit=0.2, nsigma=0.0, \ |
1306 - | gridder='standard', mosweight=False, \ |
1307 - | deconvolver='hogbom', restoration=True, pbcor=True, \ |
1308 - | weighting='briggsbwtaper', robust=0.5, npixels=0, niter=20000, \ |
1309 - | threshold='0.354Jy', interactive=0, usemask='auto' |
1310 - | '-multithresh', sidelobethreshold=1.25, noisethreshold=5.0, \ |
1311 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
1312 - | minbeamfrac=0.08, growiterations=75, dogrowprune=True, \ |
1313 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
1314 - | calcres=False, calcpsf=False, savemodel='none', \ |
1315 - | restoringbeam='common', parallel=False, verbose=True) |
1237 + | tclean(vis=self.msfile, imagename=file_name+'1', field='1', \ |
1238 + | spw=['0'], imsize=[80, 80], antenna=['0,1,2,3,4,5,6,7,8'], \ |
1239 + | scan=['8,12,16'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
1240 + | datacolumn='data', cell=['1.1arcsec'], phasecenter='ICRS ' |
1241 + | '00:45:54.3836 -073.15.29.413', stokes='I', specmode='cube', \ |
1242 + | nchan=508, start='220.2526743594GHz', width='0.2441741MHz',\ |
1243 + | outframe='LSRK', perchanweightdensity=True, \ |
1244 + | usepointing=False, pblimit=0.2, nsigma=0.0, \ |
1245 + | gridder='standard', mosweight=False, \ |
1246 + | deconvolver='hogbom', restoration=True, restoringbeam='common', pbcor=True, \ |
1247 + | weighting='briggsbwtaper', robust=0.5, npixels=0, niter=20000, \ |
1248 + | threshold='0.354Jy', interactive=0, usemask='auto' |
1249 + | '-multithresh', sidelobethreshold=1.25, noisethreshold=5.0, \ |
1250 + | lownoisethreshold=2.0, negativethreshold=0.0, \ |
1251 + | minbeamfrac=0.08, growiterations=75, dogrowprune=True, \ |
1252 + | minpercentchange=1.0, fastnoise=False, restart=True, \ |
1253 + | calcres=False, calcpsf=False, savemodel='none', \ |
1254 + | parallel=self.parallel, verbose=True) |
4304 - | if self.parallel: |
4305 - | tclean(vis=self.msfile, field='SMIDGE_NWCloud', spw=['0'], \ |
4306 - | antenna=['0,1,2,3,4,5,6,7,8'],scan=['8,12,16'], \ |
4307 - | intent='OBSERVE_TARGET#ON_SOURCE', datacolumn='data', \ |
4308 - | imagename=file_name+'1', imsize=[108, 108], \ |
4309 - | cell=['1.1arcsec'], phasecenter='ICRS 00:45:54.3836' |
4310 - | ' -073.15.29.413', stokes='I', specmode='cube', nchan=508, \ |
4311 - | start='220.2526743594GHz', width='0.2441741MHz', \ |
4312 - | outframe='LSRK', perchanweightdensity=False, \ |
4313 - | gridder='mosaic', mosweight=True, \ |
4314 - | usepointing=False, pblimit=0.2, deconvolver='hogbom', \ |
4315 - | restoration=True, restoringbeam='common', pbcor=True, \ |
4316 - | weighting='briggs', robust=0.5,\ |
4317 - | npixels=0, niter=20000, threshold='0.354Jy', nsigma=0.0, \ |
4318 - | interactive=0, usemask='auto-multithresh', \ |
4319 - | sidelobethreshold=1.25, noisethreshold=5.0, \ |
4320 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
4321 - | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
4322 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
4323 - | savemodel='none', calcres=False, calcpsf=False, \ |
4324 - | parallel=True, verbose=True) |
4325 - | else: |
4326 - | tclean(vis=self.msfile, field='SMIDGE_NWCloud', spw=['0'], \ |
4327 - | antenna=['0,1,2,3,4,5,6,7,8'],scan=['8,12,16'], \ |
4328 - | intent='OBSERVE_TARGET#ON_SOURCE', datacolumn='data', \ |
4329 - | imagename=file_name+'1', imsize=[108, 108], \ |
4330 - | cell=['1.1arcsec'], phasecenter='ICRS 00:45:54.3836' |
4331 - | ' -073.15.29.413', stokes='I', specmode='cube', nchan=508, \ |
4332 - | start='220.2526743594GHz', width='0.2441741MHz', \ |
4333 - | outframe='LSRK', perchanweightdensity=False, \ |
4334 - | gridder='mosaic', mosweight=True, \ |
4335 - | usepointing=False, pblimit=0.2, deconvolver='hogbom', \ |
4336 - | restoration=True, pbcor=True, weighting='briggs', robust=0.5,\ |
4337 - | npixels=0, niter=20000, threshold='0.354Jy', nsigma=0.0, \ |
4338 - | interactive=0, usemask='auto-multithresh', \ |
4339 - | sidelobethreshold=1.25, noisethreshold=5.0, \ |
4340 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
4341 - | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
4342 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
4343 - | savemodel='none', calcres=False, calcpsf=False, \ |
4344 - | restoringbeam='common', parallel=False, verbose=True) |
4243 + | tclean(vis=self.msfile, field='SMIDGE_NWCloud', spw=['0'], \ |
4244 + | antenna=['0,1,2,3,4,5,6,7,8'],scan=['8,12,16'], \ |
4245 + | intent='OBSERVE_TARGET#ON_SOURCE', datacolumn='data', \ |
4246 + | imagename=file_name+'1', imsize=[108, 108], \ |
4247 + | cell=['1.1arcsec'], phasecenter='ICRS 00:45:54.3836' |
4248 + | ' -073.15.29.413', stokes='I', specmode='cube', nchan=508, \ |
4249 + | start='220.2526743594GHz', width='0.2441741MHz', \ |
4250 + | outframe='LSRK', perchanweightdensity=False, \ |
4251 + | gridder='mosaic', mosweight=True, \ |
4252 + | usepointing=False, pblimit=0.2, deconvolver='hogbom', \ |
4253 + | restoration=True, restoringbeam='common', pbcor=True, \ |
4254 + | weighting='briggs', robust=0.5,\ |
4255 + | npixels=0, niter=20000, threshold='0.354Jy', nsigma=0.0, \ |
4256 + | interactive=0, usemask='auto-multithresh', \ |
4257 + | sidelobethreshold=1.25, noisethreshold=5.0, \ |
4258 + | lownoisethreshold=2.0, negativethreshold=0.0, \ |
4259 + | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
4260 + | minpercentchange=1.0, fastnoise=False, restart=True, \ |
4261 + | savemodel='none', calcres=False, calcpsf=False, \ |
4262 + | parallel=self.parallel, verbose=True) |
4654 - | if self.parallel: |
4655 - | tclean(vis=self.msfile, field='SMIDGE_NWCloud', spw=['0'], \ |
4656 - | antenna=['0,1,2,3,4,5,6,7,8'],scan=['8,12,16'], \ |
4657 - | intent='OBSERVE_TARGET#ON_SOURCE', datacolumn='data', \ |
4658 - | imagename=file_name+'1', imsize=[108, 108], \ |
4659 - | cell=['1.1arcsec'], phasecenter='ICRS 00:45:54.3836' |
4660 - | ' -073.15.29.413', stokes='I', specmode='cube', nchan=508, \ |
4661 - | start='220.2526743594GHz', width='0.2441741MHz', \ |
4662 - | outframe='LSRK', perchanweightdensity=True, \ |
4663 - | gridder='mosaic', mosweight=True, \ |
4664 - | usepointing=False, pblimit=0.2, deconvolver='hogbom', \ |
4665 - | restoration=True, restoringbeam='common', pbcor=True, \ |
4666 - | weighting='briggs', robust=0.5,\ |
4667 - | npixels=0, niter=20000, threshold='0.354Jy', nsigma=0.0, \ |
4668 - | interactive=0, usemask='auto-multithresh', \ |
4669 - | sidelobethreshold=1.25, noisethreshold=5.0, \ |
4670 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
4671 - | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
4672 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
4673 - | savemodel='none', calcres=False, calcpsf=False, \ |
4674 - | parallel=True, verbose=True) |
4675 - | else: |
4676 - | tclean(vis=self.msfile, field='SMIDGE_NWCloud', spw=['0'], \ |
4677 - | antenna=['0,1,2,3,4,5,6,7,8'],scan=['8,12,16'], \ |
4678 - | intent='OBSERVE_TARGET#ON_SOURCE', datacolumn='data', \ |
4679 - | imagename=file_name+'1', imsize=[108, 108], \ |
4680 - | cell=['1.1arcsec'], phasecenter='ICRS 00:45:54.3836' |
4681 - | ' -073.15.29.413', stokes='I', specmode='cube', nchan=508, \ |
4682 - | start='220.2526743594GHz', width='0.2441741MHz', \ |
4683 - | outframe='LSRK', perchanweightdensity=True, \ |
4684 - | gridder='mosaic', mosweight=True, \ |
4685 - | usepointing=False, pblimit=0.2, deconvolver='hogbom', \ |
4686 - | restoration=True, pbcor=True, weighting='briggs', robust=0.5,\ |
4687 - | npixels=0, niter=20000, threshold='0.354Jy', nsigma=0.0, \ |
4688 - | interactive=0, usemask='auto-multithresh', \ |
4689 - | sidelobethreshold=1.25, noisethreshold=5.0, \ |
4690 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
4691 - | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
4692 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
4693 - | savemodel='none', calcres=False, calcpsf=False, \ |
4694 - | restoringbeam='common', parallel=False, verbose=True) |
4572 + | tclean(vis=self.msfile, field='SMIDGE_NWCloud', spw=['0'], \ |
4573 + | antenna=['0,1,2,3,4,5,6,7,8'],scan=['8,12,16'], \ |
4574 + | intent='OBSERVE_TARGET#ON_SOURCE', datacolumn='data', \ |
4575 + | imagename=file_name+'1', imsize=[108, 108], \ |
4576 + | cell=['1.1arcsec'], phasecenter='ICRS 00:45:54.3836' |
4577 + | ' -073.15.29.413', stokes='I', specmode='cube', nchan=508, \ |
4578 + | start='220.2526743594GHz', width='0.2441741MHz', \ |
4579 + | outframe='LSRK', perchanweightdensity=True, \ |
4580 + | gridder='mosaic', mosweight=True, \ |
4581 + | usepointing=False, pblimit=0.2, deconvolver='hogbom', \ |
4582 + | restoration=True, restoringbeam='common', pbcor=True, \ |
4583 + | weighting='briggs', robust=0.5,\ |
4584 + | npixels=0, niter=20000, threshold='0.354Jy', nsigma=0.0, \ |
4585 + | interactive=0, usemask='auto-multithresh', \ |
4586 + | sidelobethreshold=1.25, noisethreshold=5.0, \ |
4587 + | lownoisethreshold=2.0, negativethreshold=0.0, \ |
4588 + | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
4589 + | minpercentchange=1.0, fastnoise=False, restart=True, \ |
4590 + | savemodel='none', calcres=False, calcpsf=False, \ |
4591 + | parallel=self.parallel, verbose=True) |
5035 - | if self.parallel: |
5036 - | tclean(vis=self.msfile, field='SMIDGE_NWCloud', spw=['0'], \ |
5037 - | antenna=['0,1,2,3,4,5,6,7,8'],scan=['8,12,16'], \ |
5038 - | intent='OBSERVE_TARGET#ON_SOURCE', datacolumn='data', \ |
5039 - | imagename=file_name+'1', imsize=[108, 108], \ |
5040 - | cell=['1.1arcsec'], phasecenter='ICRS 00:45:54.3836' |
5041 - | ' -073.15.29.413', stokes='I', specmode='cube', nchan=508, \ |
5042 - | start='220.2526743594GHz', width='0.2441741MHz', \ |
5043 - | outframe='LSRK', perchanweightdensity=True, \ |
5044 - | gridder='mosaic', mosweight=True, \ |
5045 - | usepointing=False, pblimit=0.2, deconvolver='hogbom', \ |
5046 - | restoration=True, restoringbeam='common', \ |
5047 - | pbcor=True, weighting='briggsbwtaper', robust=0.5,\ |
5048 - | npixels=0, niter=20000, threshold='0.354Jy', nsigma=0.0, \ |
5049 - | interactive=0, usemask='auto-multithresh', \ |
5050 - | sidelobethreshold=1.25, noisethreshold=5.0, \ |
5051 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
5052 - | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
5053 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
5054 - | savemodel='none', calcres=False, calcpsf=False, \ |
5055 - | parallel=True, verbose=True) |
5056 - | else: |
5057 - | tclean(vis=self.msfile, field='SMIDGE_NWCloud', spw=['0'], \ |
5058 - | antenna=['0,1,2,3,4,5,6,7,8'],scan=['8,12,16'], \ |
5059 - | intent='OBSERVE_TARGET#ON_SOURCE', datacolumn='data', \ |
5060 - | imagename=file_name+'1', imsize=[108, 108], \ |
5061 - | cell=['1.1arcsec'], phasecenter='ICRS 00:45:54.3836' |
5062 - | ' -073.15.29.413', stokes='I', specmode='cube', nchan=508, \ |
5063 - | start='220.2526743594GHz', width='0.2441741MHz', \ |
5064 - | outframe='LSRK', perchanweightdensity=True, \ |
5065 - | gridder='mosaic', mosweight=True, \ |
5066 - | usepointing=False, pblimit=0.2, deconvolver='hogbom', \ |
5067 - | restoration=True, pbcor=True, weighting='briggsbwtaper', robust=0.5,\ |
5068 - | npixels=0, niter=20000, threshold='0.354Jy', nsigma=0.0, \ |
5069 - | interactive=0, usemask='auto-multithresh', \ |
5070 - | sidelobethreshold=1.25, noisethreshold=5.0, \ |
5071 - | lownoisethreshold=2.0, negativethreshold=0.0, \ |
5072 - | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
5073 - | minpercentchange=1.0, fastnoise=False, restart=True, \ |
5074 - | savemodel='none', calcres=False, calcpsf=False, \ |
5075 - | restoringbeam='common', parallel=False, verbose=True) |
4932 + | tclean(vis=self.msfile, field='SMIDGE_NWCloud', spw=['0'], \ |
4933 + | antenna=['0,1,2,3,4,5,6,7,8'],scan=['8,12,16'], \ |
4934 + | intent='OBSERVE_TARGET#ON_SOURCE', datacolumn='data', \ |
4935 + | imagename=file_name+'1', imsize=[108, 108], \ |
4936 + | cell=['1.1arcsec'], phasecenter='ICRS 00:45:54.3836' |
4937 + | ' -073.15.29.413', stokes='I', specmode='cube', nchan=508, \ |
4938 + | start='220.2526743594GHz', width='0.2441741MHz', \ |
4939 + | outframe='LSRK', perchanweightdensity=True, \ |
4940 + | gridder='mosaic', mosweight=True, \ |
4941 + | usepointing=False, pblimit=0.2, deconvolver='hogbom', \ |
4942 + | restoration=True, restoringbeam='common', \ |
4943 + | pbcor=True, weighting='briggsbwtaper', robust=0.5,\ |
4944 + | npixels=0, niter=20000, threshold='0.354Jy', nsigma=0.0, \ |
4945 + | interactive=0, usemask='auto-multithresh', \ |
4946 + | sidelobethreshold=1.25, noisethreshold=5.0, \ |
4947 + | lownoisethreshold=2.0, negativethreshold=0.0, \ |
4948 + | minbeamfrac=0.1, growiterations=75, dogrowprune=True, \ |
4949 + | minpercentchange=1.0, fastnoise=False, restart=True, \ |
4950 + | savemodel='none', calcres=False, calcpsf=False, \ |
4951 + | parallel=self.parallel, verbose=True) |