Commits
R. V. Urvashi authored 0b08d21729f
4529 4529 | |
4530 4530 | ## Check that source intensity and PB are the same (to get accurate flux recovery) |
4531 4531 | report2=self.th.checkall(imgval=[ |
4532 4532 | (self.img+'ng.all.mosaic.image' ,int_mos,[512,512,0,0]), |
4533 4533 | (self.img+'ng.all.mosaic.pb' ,int_mos,[512,512,0,0]) ] ) |
4534 4534 | |
4535 4535 | |
4536 4536 | self.assertTrue(self.check_final(pstr=report1+report2)) |
4537 4537 | |
4538 4538 | |
4539 - | #@unittest.skipIf(True, "Skip test due to unexplained bamboo errors. Manual tests run correctly. See CAS-13530 for history.") |
4539 + | skipIf(True, "Skip test due to unexplained bamboo errors. Manual tests run correctly. See CAS-13530 for history.") | .
4540 4540 | def test_het_antenna_mosaic_cube_vptable_float(self): |
4541 4541 | ''' |
4542 4542 | This dataset has two groups of antennas (18m and 6m) with cross baselines. |
4543 4543 | This test exercises the mosaic gridder for joint imaging of 18m, 6m and cross baseline data. |
4544 4544 | This test uses user-specified primary beam images via a VPTable - with float-valued planes. |
4545 4545 | The simulated dataset consists of one 1Jy source. Therefore, the PB at the location of the source should match the intensity value. |
4546 4546 | ''' |
4547 4547 | self.prepData('refim_sim_hetarray_vp_ngvla.ms') |
4548 4548 | msname = self.msfile |
4549 4549 | #msname = '/home/vega/rurvashi/TestCASA/VerificationTests/HetArraySims/ForTest/refim_sim_hetarray_vp_ngvla.ms' |
4620 4620 | ## Check that source intensity and PB are the same (to get accurate flux recovery) |
4621 4621 | report3=self.th.checkall(imgval=[ |
4622 4622 | (self.img+'ng.allf.single.image' ,int_all,[512,512,0,0]), |
4623 4623 | (self.img+'ng.allf.single.pb' ,int_all,[512,512,0,0]) ] ) |
4624 4624 | |
4625 4625 | |
4626 4626 | self.assertTrue(self.check_final(pstr=report1+report2+report3)) |
4627 4627 | |
4628 4628 | |
4629 4629 | |
4630 - | #@unittest.skipIf(True, "Skip test due to unexplained bamboo errors. Manual tests run correctly. See CAS-13530 for history.") |
4630 + | skipIf(True, "Skip test due to unexplained bamboo errors. Manual tests run correctly. See CAS-13530 for history.") | .
4631 4631 | def test_het_antenna_mosaic_cube_vptable_complex(self): |
4632 4632 | ''' |
4633 4633 | This dataset has two groups of antennas (18m and 6m) with cross baselines. |
4634 4634 | This test exercises the mosaic gridder for joint imaging of 18m, 6m and cross baseline data. |
4635 4635 | This test uses user-specified primary beam images via a VPTable - with complex-valued planes. |
4636 4636 | The simulated dataset consists of one 1Jy source. Therefore, the PB at the location of the source should match the intensity value. |
4637 4637 | ''' |
4638 4638 | self.prepData('refim_sim_hetarray_vp_ngvla.ms') |
4639 4639 | msname = self.msfile |
4640 4640 | #msname = '/home/vega/rurvashi/TestCASA/VerificationTests/HetArraySims/ForTest/refim_sim_hetarray_vp_ngvla.ms' |