Commits
4092 4092 | |
4093 4093 | #@unittest.skipIf(True, "We need to copy vla_wideband_2ptg_w_squint.ms in the data repo...the other one is not suitable as it put the source in some sidelobes") |
4094 4094 | def test_wterm_awp2(self): |
4095 4095 | """ [wproject] Test_Widefield_wproj : W-Projection using the AWP2 gridder """ |
4096 4096 | self.prepData("vla_wideband_2ptg_w_squint.ms") |
4097 4097 | msname = self.msfile |
4098 4098 | #msname = '/home/heron2/kgolap/TEST/WFIELD/vla_wideband_2ptg_w_squint.ms' |
4099 4099 | |
4100 4100 | |
4101 4101 | tclean(vis=msname, imagename=self.img+'.awp2', imsize=1200, cell='1.6arcsec',field='1', |
4102 - | niter=20, weighting='uniform', gridder='awp2', wprojplanes=16, pblimit=-0.1, pbcor=True, |
4102 + | niter=20, weighting='uniform', gridder='awp2', wprojplanes=6, pblimit=-0.1, pbcor=True, |
4103 4103 | parallel=self.parallel) |
4104 4104 | ## source peak after pbcor |
4105 4105 | report=self.th.checkall(imgexist=[self.img+'.awp2.image'],imgval=[(self.img+'.awp2.pb',0.66,[323,858,0,0]),(self.img+'.awp2.image.pbcor',0.75,[323,858,0,0]) ] ) |
4106 4106 | self.assertTrue(self.check_final(report)) |
4107 4107 | |
4108 4108 | ############################################## |
4109 4109 | def test_wterm_squint_awp2(self): |
4110 4110 | """ [wproject] Test_Widefield_wproj : W-Projection with squint using the AWP2 gridder """ |
4111 4111 | self.prepData("vla_wideband_2ptg_w_squint.ms") |
4112 4112 | msname = self.msfile |