Build: #6 was successful
Job: Test Tools Many Linux 2.28 was successful
Build log
The build generated 53,128 lines of output.The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
26-Nov-2024 20:52:05 | 2024-11-27 01:52:05 INFO name:: No table opened. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:05 INFO showcache:: The Table Cache is empty. |
26-Nov-2024 20:52:05 | test_tool_image.py::ia_rename_test::test_history |
26-Nov-2024 20:52:05 | verify history writing |
26-Nov-2024 20:52:05 | PASSED |
26-Nov-2024 20:52:05 | |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:05 INFO ImageFactory::createImage Created Paged image 'kfe.im' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Paged image 'jfjd.im' of shape [5, 5] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 SEVERE image::name (file src/tools/image/image_cmpt.cc, line 4026) Exception Reported: Exception: File kfe.im exists, and the user does not want to remove it.. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 SEVERE image::name (file src/tools/image/image_cmpt.cc, line 4026)+ ... thrown by static void casa::ImageFactory::_checkOutfile(const casacore::String&, casacore::Bool) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 594 |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::_rename Successfully renamed file /home/casatest/casa6/casatestutils/nosedir/test_tool_image/jfjd.im to kfe.im |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::_rename Successfully renamed file /home/casatest/casa6/casatestutils/nosedir/test_tool_image/kfe.im to kfe.im |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO name:: No table opened. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO showcache:: The Table Cache is empty. |
26-Nov-2024 20:52:05 | test_tool_image.py::ia_rename_test::test_overwrite |
26-Nov-2024 20:52:05 | res True |
26-Nov-2024 20:52:05 | PASSED |
26-Nov-2024 20:52:05 | |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Paged image 'zz' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::_rename Successfully renamed file /home/casatest/casa6/casatestutils/nosedir/test_tool_image/zz to xx.im |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO name:: No table opened. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO showcache:: The Table Cache is empty. |
26-Nov-2024 20:52:05 | test_tool_image.py::ia_rename_test::test_rename |
26-Nov-2024 20:52:05 | verify history writing |
26-Nov-2024 20:52:05 | PASSED |
26-Nov-2024 20:52:05 | |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Paged image 'history.im' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ::::ImageFactory::createImage Created Paged image 'history.im' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ::::image::fromshape Ran ia.fromshape |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ::::image::fromshape ia.fromshape(outfile="history.im", shape=[20,20], csys={...}, linear=false, overwrite=false, log=true, type="f") |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ::::image::addnoise Ran ia.addnoise |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ::::image::addnoise ia.addnoise(type="normal", pars=[0.000000,1.000000], region={...}, zeroit=false, seeds=[]) |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ::::image::replacemaskedpixels Ran ia.replacemaskedpixels |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ::::image::replacemaskedpixels ia.replacemaskedpixels(pixels=-255, region={...}, mask="history.im>0", update=false, list=false, stretch=false) |
26-Nov-2024 20:52:05 | test_tool_image.py::ia_replacemaskedpixels_test::test_history |
26-Nov-2024 20:52:05 | Verify history writing |
26-Nov-2024 20:52:05 | PASSED |
26-Nov-2024 20:52:05 | |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Paged image 'maskim' of shape [200, 200, 1, 1] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [200, 200, 1, 20] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 SEVERE image::replacemaskedpixels (file src/tools/image/image_cmpt.cc, line 5238) Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 |
26-Nov-2024 20:52:05 | test_tool_image.py::ia_replacemaskedpixels_test::test_stretch |
26-Nov-2024 20:52:05 | ia.replacemaskedpixels(): Test stretch parameter |
26-Nov-2024 20:52:05 | PASSED |
26-Nov-2024 20:52:05 | |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Paged image 'source.im' of shape [5, 5, 10, 4] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 2 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 8 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [10, 10, 10, 4] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will copy beams from another image to this image |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Set image beam set |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will copy beams from another image to this image |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Set image beam set |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [10, 10, 4, 10] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will copy beams from another image to this image |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Set image beam set |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Paged image 'source.im' of shape [5, 5, 9, 3] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 SEVERE image::setrestoringbeam (file src/tools/image/image_cmpt.cc, line 5809) Exception Reported: Exception: Image source.im has no beam. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 SEVERE image::setrestoringbeam (file src/tools/image/image_cmpt.cc, line 5809)+ ... thrown by bool casac::image::setrestoringbeam(const casac::variant&, const casac::variant&, const casac::variant&, const casac::record&, bool, bool, long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5834 |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 2 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 8 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 8 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will copy beams from another image to this image |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 SEVERE image::_setrestoringbeam (file src/tools/image/image_cmpt.cc, line 5903) Exception Reported: Exception: Number of channels is not consistent. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 SEVERE image::_setrestoringbeam (file src/tools/image/image_cmpt.cc, line 5903)+ ... thrown by void casacore::ImageInfo::checkBeamSet(const casacore::CoordinateSystem&, const casacore::IPosition&, const casacore::String&) const at File: /source/casa6/casatools/casacore/images/Images/ImageInfo.cc, line: 637 |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Paged image 'source.im' of shape [5, 5, 4] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 2 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 8 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will copy beams from another image to this image |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Set image beam set |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 SEVERE CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis spectral. Image axis names are [right ascension, declination, stokes] |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 SEVERE coordsys::findaxisbyname Error: 2024-11-27 01:52:06 SEVERE CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis spectral. Image axis names are [right ascension, declination, stokes] |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Paged image 'source.im' of shape [5, 5, 4, 1] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 2 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 8 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will copy beams from another image to this image |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Set image beam set |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Paged image 'source.im' of shape [5, 5, 10] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 2 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 8 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will copy beams from another image to this image |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Set image beam set |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 SEVERE CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis stokes. Image axis names are [right ascension, declination, frequency] |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 SEVERE coordsys::findaxisbyname Error: 2024-11-27 01:52:06 SEVERE CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis stokes. Image axis names are [right ascension, declination, frequency] |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Paged image 'source.im' of shape [5, 5, 10, 1] with float valued pixels. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 2 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 8 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will copy beams from another image to this image |
26-Nov-2024 20:52:05 | 2024-11-27 01:52:06 INFO BeamManipulator::set Set image beam set |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_copy_beams |
26-Nov-2024 20:52:06 | Test copy beamset option - CAS-5435 |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 4, 5] with float valued pixels. |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_empty_return |
26-Nov-2024 20:52:06 | Test that an empty dictionary is returned if mbret='list' and the image |
26-Nov-2024 20:52:06 | has no beam(s) |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [200, 200, 4, 10] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: mbret='matrix' only makes sense if the image has per-plane beams. This image does not. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5300 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Setting (global) restoring beam. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 3 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 1 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: mbret='matrix' only makes sense if the image has per-plane beams. This image does not. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5300 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will remove any existing beams from image |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO Deleted restoring beam(s) |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 3 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 1 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: mbret='matrix' only makes sense if both channel and polarization are negative. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5305 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: mbret='matrix' only makes sense if both channel and polarization are negative. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5305 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 4] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 3 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 1 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 10] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 3 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 1 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: channel value specified as 15 must be less than the number of channels in the image, which is 10. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5346 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 4, 10] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 3 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 1 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: polarization value must be less than the number of polarization planes in the image, which is 4. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5354 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: In the case of an image with both a nondegenerate spectral axis and a nondegenerate polarization axis either both channel and polarization must be positive, or both must be negative. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5366 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: In the case of an image with both a nondegenerate spectral axis and a nondegenerate polarization axis either both channel and polarization must be positive, or both must be negative. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5366 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Unsupported mbret value bogus at File: src/tools/image/image_cmpt.cc, line: 5379 |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_exceptions |
26-Nov-2024 20:52:06 | Test various exception cases |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [10, 10, 4, 10] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Setting (global) restoring beam. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 3 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 10 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will remove any existing beams from image |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO Deleted restoring beam(s) |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_global_beam |
26-Nov-2024 20:52:06 | Test adding, deleting, and setting beams |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Paged image 'zz' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Setting (global) restoring beam. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 3 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 10 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::ImageFactory::createImage Created Paged image 'zz' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::image::fromshape Ran ia.fromshape |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::image::fromshape ia.fromshape(outfile="zz", shape=[20,20], csys={...}, linear=false, overwrite=false, log=true, type="f") |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::image::setrestoringbeam Ran ia.setrestoringbeam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::image::setrestoringbeam ia.setrestoringbeam(major="4arcsec", minor="3arcsec", pa="10deg", beam={...}, remove=false, log=true, channel=-1, polarization=-1, imagename="") |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_history_restoringbeam |
26-Nov-2024 20:52:06 | verify history writing |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Setting (global) restoring beam. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 3 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 45 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::rotate Original Temporary_Image restoring beam: major: 5 arcmin, minor: 3 arcmin, pa: 45 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::rotate New Temporary_Image restoring beam: major: 5 arcmin, minor: 3 arcmin, pa: 65 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::ImageFactory::createImage Created Temp image of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::image::fromshape Ran ia.fromshape |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::image::fromshape ia.fromshape(outfile="", shape=[20,20], csys={...}, linear=false, overwrite=false, log=true, type="f") |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::image::setrestoringbeam Ran ia.setrestoringbeam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::image::setrestoringbeam ia.setrestoringbeam(major="5arcmin", minor="3arcmin", pa="45deg", beam={...}, remove=false, log=true, channel=-1, polarization=-1, imagename="") |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::BeamManipulator::rotate Ran ia.rotatebeam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::BeamManipulator::rotate ia.rotatebeam(angle="20deg") |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::BeamManipulator::rotate Original Temporary_Image restoring beam: major: 5 arcmin, minor: 3 arcmin, pa: 45 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::BeamManipulator::rotate New Temporary_Image restoring beam: major: 5 arcmin, minor: 3 arcmin, pa: 65 deg |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_history_rotatebeam |
26-Nov-2024 20:52:06 | verify history writing |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [10, 10, 4, 10] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 3 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 10 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 10 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: polarization value must be less than the number of polarization planes in the image, which is 4. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5354 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: channel value specified as 10 must be less than the number of channels in the image, which is 10. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5346 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: channel value specified as 10 must be less than the number of channels in the image, which is 10. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5346 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [10, 10, 4, 10] with Complex valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 3 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 10 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 10 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: polarization value must be less than the number of polarization planes in the image, which is 4. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5354 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: channel value specified as 10 must be less than the number of channels in the image, which is 10. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5346 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289) Exception Reported: Exception: channel value specified as 10 must be less than the number of channels in the image, which is 10. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::restoringbeam (file src/tools/image/image_cmpt.cc, line 5289)+ ... thrown by casac::record* casac::image::restoringbeam(long int, long int, const string&) at File: src/tools/image/image_cmpt.cc, line: 5346 |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_per_plane_beams |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 4, 5] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 5] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 5, 1] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 4] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 4, 1] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 5] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 5, 1] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 4] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 4, 1] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 4, 5] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_per_plane_beams_list_mode |
26-Nov-2024 20:52:06 | Test retrieving beams for an image with per-plane beams using mode='list' |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 4, 5] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 5, 4] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_per_plane_beams_matrix_mode |
26-Nov-2024 20:52:06 | Test retrieving beams for an image with per-plane beams using |
26-Nov-2024 20:52:06 | mode='matrix' and channel and polarization both negative |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 1, 2] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will use dictionary specified in beam parameter to set the beam(s) |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 77.0275 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 50.9008 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : -83.4755 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will use dictionary specified in beam parameter to set the beam(s) |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 10 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 10 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will use dictionary specified in beam parameter to set the beam(s) |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 12 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 12 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_replacing_largest_beam |
26-Nov-2024 20:52:06 | Verify fix for CAS-12627 |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [5, 5, 1, 2] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 2 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 20 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 8 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::rotate This image has multiple beams. Reporting the rotation of the minimum and maximum area beams: |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::rotate Original Temporary_Image minimum area restoring beam: major: 4 arcsec, minor: 2 arcsec, pa: 20 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::rotate New Temporary_Image minimum area restoring beam: major: 4 arcsec, minor: 2 arcsec, pa: 80 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::rotate Original Temporary_Image maximum area restoring beam: major: 8 arcsec, minor: 4 arcsec, pa: 40 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::rotate New Temporary_Image maximum area restoring beam: major: 8 arcsec, minor: 4 arcsec, pa: -80 deg |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_rotate |
26-Nov-2024 20:52:06 | Test rotating beam |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will use dictionary specified in beam parameter to set the beam(s) |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Setting (global) restoring beam. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 10 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 70 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will use dictionary specified in beam parameter to set the beam(s) |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::_setrestoringbeam (file src/tools/image/image_cmpt.cc, line 5903) Exception Reported: Beam record does not contain 3 fields |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will use dictionary specified in beam parameter to set the beam(s) |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::_setrestoringbeam (file src/tools/image/image_cmpt.cc, line 5903) Exception Reported: Exception: Both the major and minor axes must be non-negative. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::_setrestoringbeam (file src/tools/image/image_cmpt.cc, line 5903)+ ... thrown by void casa::BeamManipulator<T>::set(const Quantity&, const Quantity&, const Quantity&, const casacore::Record&, int, int) [with T = float; casacore::Quantity = casacore::Quantum<double>] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/BeamManipulator.tcc, line: 183 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Setting (global) restoring beam. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 40 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 20 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 0 deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::_setrestoringbeam (file src/tools/image/image_cmpt.cc, line 5903) Exception Reported: beam record is empty, minor must be specified at File: src/tools/image/image_cmpt.cc, line: 5928 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::_casaQuantityFromVar Exception Reported: Exception: Error in QuantumHolder::fromString with input string "Not specified": Illegal input units or format |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::_casaQuantityFromVar+ in converting quantity . |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::_casaQuantityFromVar+ ... thrown by casacore::Quantity casac::image::_casaQuantityFromVar(const casac::variant&) at File: src/tools/image/image_cmpt.cc, line: 6879 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 SEVERE image::_casaQuantityFromVar Exception Reported: If beam record not specified, all of major, minor, and positionangle must be specified and be either valid quantity records or strings at File: src/tools/image/image_cmpt.cc, line: 5939 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Setting (global) restoring beam. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 40 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 20 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 1 rad |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Setting (global) restoring beam. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcmin |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 2 rad |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_setrestoringbeam Will remove any existing beams from image |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO Deleted restoring beam(s) |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Setting (global) restoring beam. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 6 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 2 deg |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_setrestoringbeam_rules |
26-Nov-2024 20:52:06 | CAS-12599 rules for setrestoringbeam |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 4, 5] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Setting (global) restoring beam. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set Beam parameters: Major : 5 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Minor : 4 arcsec |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_restoringbeam_test::test_single_beam |
26-Nov-2024 20:52:06 | Test that a single global beam is always returned if mbret='list', no |
26-Nov-2024 20:52:06 | matter what the values of channel and polarization are |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageRotator::rotate Rotating DirectionCoordinate holding axes [0, 1] |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO CasacRegionManager::fromBCS No directional region specified. Using full positional plane. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0' |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageMaskAttacher::makeMask Created mask `mask0' |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Using position angle rotation 45deg |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_rotate_test::test_basic |
26-Nov-2024 20:52:06 | verify basic rotation works |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageRotator::rotate Rotating DirectionCoordinate holding axes [0, 1] |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO CasacRegionManager::fromBCS No directional region specified. Using full positional plane. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0' |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ImageMaskAttacher::makeMask Created mask `mask0' |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO image::_casaQuantityFromVar Using position angle rotation 45deg |
26-Nov-2024 20:52:06 | 2015-10-14 13:22:40 INFO ::image::fromshape Ran ia.fromshape |
26-Nov-2024 20:52:06 | 2015-10-14 13:22:40 INFO ::image::fromshape ia.fromshape(outfile='', shape=[200,200], csys={...}, linear=false, overwrite=false, log=true, type='f') |
26-Nov-2024 20:52:06 | 2015-10-14 13:22:40 INFO ::::ImageFactory::createImage Created Temp image of shape [200, 200] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::image::_rotate Ran ia.rotate |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:06 INFO ::::image::_rotate ia.rotate(outfile="", shape=[-1], pa="45deg", region={...}, mask="", method="cubic", decimate=0, replicate=false, dropdeg=false, overwrite=false, stretch=false) |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_rotate_test::test_history |
26-Nov-2024 20:52:06 | Verify history is written |
26-Nov-2024 20:52:06 | msgs ['Ran ia.fromshape', "ia.fromshape(outfile='', shape=[200,200], csys={...}, linear=false, overwrite=false, log=true, type='f')", 'Created Temp image of shape [200, 200] with float valued pixels.', 'Ran ia.rotate', 'ia.rotate(outfile="", shape=[-1], pa="45deg", region={...}, mask="", method="cubic", decimate=0, replicate=false, dropdeg=false, overwrite=false, stretch=false)'] |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Paged image 'maskim' of shape [200, 200, 1, 1] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [200, 200, 1, 20] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 SEVERE image::_casaQuantityFromVar (file src/tools/image/image_cmpt.cc, line 6869) Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ImageRotator::rotate Rotating DirectionCoordinate holding axes [0, 1] |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO CasacRegionManager::fromBCS No directional region specified. Using full positional plane. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO CasacRegionManager::fromBCS Using all spectral channels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO CasacRegionManager::fromBCS Using polarizations ALL |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0' |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ImageMaskAttacher::makeMask Created mask `mask0' |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO image::_casaQuantityFromVar Using position angle rotation [] |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_rotate_test::test_stretch |
26-Nov-2024 20:52:06 | ia.rotate(): Test stretch parameter |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve Original image shape: [20, 20] |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve Kernel types: [gauss] |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve Kernel widths: [2 pix] |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve Axis 0 : kernel shape = 20 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve Axis 1 : setting width 2 pix |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve+ Convolving axis 1 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ::::ImageFactory::createImage Created Temp image of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ::::image::fromshape Ran ia.fromshape |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ::::image::fromshape ia.fromshape(outfile="", shape=[20,20], csys={...}, linear=false, overwrite=false, log=true, type="f") |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ::::image::sepconvolve Ran ia.sepconvolve |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ::::image::sepconvolve ia.sepconvolve(outfile="", axes=[-1], types=[""], widths=[2], scale=-1.000000, region={...}, mask="", overwrite=false, stretch=false) |
26-Nov-2024 20:52:06 | test_tool_image.py::ia_sepconvolve_test::test_history |
26-Nov-2024 20:52:06 | Verify history writing |
26-Nov-2024 20:52:06 | PASSED |
26-Nov-2024 20:52:06 | |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Paged image 'maskim' of shape [200, 200, 1, 1] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [200, 200, 1, 20] with float valued pixels. |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 SEVERE image::sepconvolve (file src/tools/image/image_cmpt.cc, line 5512) Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve Original image shape: [200, 200, 1, 20] |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve Kernel types: [gauss] |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve Kernel widths: [2 pix] |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve Axis 0 : kernel shape = 200 |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO ImageMaskAttacher::makeMask Created mask `mask0' |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve Axis 1 : setting width 2 pix |
26-Nov-2024 20:52:06 | 2024-11-27 01:52:07 INFO SepImageConvolverTask::convolve+ Convolving axis 1 |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_sepconvolve_test::test_stretch |
26-Nov-2024 20:52:07 | ia.sepconvolve(): Test stretch parameter |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::ImageFactory::createImage Created Temp image of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::fromshape Ran ia.fromshape |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::fromshape ia.fromshape(outfile="", shape=[20,20], csys={...}, linear=false, overwrite=false, log=true, type="f") |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::set Ran ia.set |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_set_test::test_history |
26-Nov-2024 20:52:07 | verify history writing |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::set ia.set(pixels=5, pixelmask=-1, region={...}, list=false) |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Paged image 'zz' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::ImageFactory::createImage Created Paged image 'zz' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::fromshape Ran ia.fromshape |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::fromshape ia.fromshape(outfile="zz", shape=[20,20], csys={...}, linear=false, overwrite=false, log=true, type="f") |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::setbrightnessunit Ran ia.setbrightnessunit |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::setbrightnessunit ia.setbrightnessunit(unit="Jy/beam") |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_setbrightnessunit_test::test_history |
26-Nov-2024 20:52:07 | verify history writing |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Paged image 'zz' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::ImageFactory::createImage Created Paged image 'zz' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::fromshape Ran ia.fromshape |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::fromshape ia.fromshape(outfile="zz", shape=[20,20], csys={...}, linear=false, overwrite=false, log=true, type="f") |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::setcoordsys Ran ia.setcoordsys |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::setcoordsys ia.setcoordsys(csys={...}) |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_setcoordsys_test::test_history |
26-Nov-2024 20:52:07 | verify history writing |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [64, 64, 128] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 WARN ImageFactory::_makeCoordinateSystem Direction coordinate has at least one axis that has been removed, skipping cylindrical fix which is normally only important for imported image formats such as FITS |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [64, 128] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [64, 64, 128] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [64, 128] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 WARN ImageMetaDataRW::_makeCoordinateSystem |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_setcoordsys_test::test_one_direction_axis |
26-Nov-2024 20:52:07 | Verify fix for CAS-10447 |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Paged image 'zz' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::ImageFactory::createImage Created Paged image 'zz' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::fromshape Ran ia.fromshape |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::fromshape ia.fromshape(outfile="zz", shape=[20,20], csys={...}, linear=false, overwrite=false, log=true, type="f") |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::setmiscinfo Ran ia.setmiscinfo |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ::::image::setmiscinfo ia.setmiscinfo(info={...}) |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_setmiscinfo_test::test_history |
26-Nov-2024 20:52:07 | verify history writing |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [10, 10, 10, 4] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Minor : 2 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Minor : 5 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Position Angle : 80 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Image name : Temporary_Image |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Object name : |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Image type : TempImage |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Image quantity : Intensity |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Pixel mask(s) : None |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Region(s) : None |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Restoring Beams |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Pol Type Chan Freq Vel |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ I Max 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ I Min 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ I Median 5 1.4150000e+09 1140.94 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Q Max 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Q Min 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Q Median 5 1.4150000e+09 1140.94 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ U Max 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ U Min 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ U Median 5 1.4150000e+09 1140.94 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ V Max 6 1.4150010e+09 1140.73 7.0000 arcsec x 5.0000 arcsec pa= 80.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ V Min 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ V Median 5 1.4150000e+09 1140.94 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Direction reference : J2000 |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Spectral reference : LSRK |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Velocity type : RADIO |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Rest frequency : 1.42041e+09 Hz |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Telescope : ALMA |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Observer : Karl Jansky |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Date observation : 2000/01/01/00:00:00.000100 |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Telescope position: [2.22514e+06m, -5.44031e+06m, -2.48103e+06m] (ITRF) |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Axis Coord Type Name Proj Shape Tile Coord value at pixel Coord incr Units |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ ------------------------------------------------------------------------------------------------ |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ 0 0 Direction Right Ascension SIN 10 10 00:00:00.000 5.00 -6.000000e+01 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ 1 0 Direction Declination SIN 10 10 +00.00.00.000 5.00 6.000000e+01 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ 2 1 Spectral Frequency 10 10 1.415e+09 5.00 1.000000e+03 Hz |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Velocity 1140.94 5.00 -2.110611e-01 km/s |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ 3 2 Stokes Stokes 4 4 I Q U V |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [10, 10, 10, 4] with Complex valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set Beam parameters: Major : 4 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Minor : 2 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Position Angle : 40 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set Beam parameters: Major : 7 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Minor : 5 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Position Angle : 80 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Image name : Temporary_Image |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Object name : |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Image type : TempImage |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Image quantity : Intensity |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Pixel mask(s) : None |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Region(s) : None |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Restoring Beams |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Pol Type Chan Freq Vel |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ I Max 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ I Min 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ I Median 5 1.4150000e+09 1140.94 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Q Max 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Q Min 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Q Median 5 1.4150000e+09 1140.94 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ U Max 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ U Min 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ U Median 5 1.4150000e+09 1140.94 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ V Max 6 1.4150010e+09 1140.73 7.0000 arcsec x 5.0000 arcsec pa= 80.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ V Min 0 1.4149950e+09 1142.00 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ V Median 5 1.4150000e+09 1140.94 4.0000 arcsec x 2.0000 arcsec pa= 40.0000 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Direction reference : J2000 |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Spectral reference : LSRK |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Velocity type : RADIO |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Rest frequency : 1.42041e+09 Hz |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Telescope : ALMA |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Observer : Karl Jansky |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Date observation : 2000/01/01/00:00:00.000100 |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Telescope position: [2.22514e+06m, -5.44031e+06m, -2.48103e+06m] (ITRF) |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Axis Coord Type Name Proj Shape Tile Coord value at pixel Coord incr Units |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ ------------------------------------------------------------------------------------------------ |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ 0 0 Direction Right Ascension SIN 10 10 00:00:00.000 5.00 -6.000000e+01 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ 1 0 Direction Declination SIN 10 10 +00.00.00.000 5.00 6.000000e+01 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ 2 1 Spectral Frequency 10 10 1.415e+09 5.00 1.000000e+03 Hz |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ Velocity 1140.94 5.00 -2.110611e-01 km/s |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageMetaData::summary+ 3 2 Stokes Stokes 4 4 I Q U V |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO name:: No table opened. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO name:: No table opened. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO name:: No table opened. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO showcache:: The Table Cache is empty. |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_summary_test::test_beams |
26-Nov-2024 20:52:07 | test per plane beams get accounted for correctly |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Paged image 'my.im' of shape [1, 1, 1, 1] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 SEVERE image::tofits (file src/tools/image/image_cmpt.cc, line 6301) Exception Reported: Exception: fitsfile must be specified. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 SEVERE image::tofits (file src/tools/image/image_cmpt.cc, line 6301)+ ... thrown by bool casac::image::tofits(const string&, bool, bool, long int, double, double, const casac::variant&, const casac::variant&, bool, bool, bool, bool, bool, bool, bool, bool, bool) at File: src/tools/image/image_cmpt.cc, line: 6307 |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_tofits_test::test_CAS3675 |
26-Nov-2024 20:52:07 | test fix for CAS 3675, outfile must be specified |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [10, 10, 10, 4] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set This image currently has no beams of any kind. Since channel and/or polarization were specified, a set of per plane beams, each equal to the specified beam, will be created. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set Beam parameters: Major : 10 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Minor : 7 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Position Angle : 45 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO image::_casaQuantityFromVar Will use values specified in major, minor, pa to set beam |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set Beam parameters: Major : 12 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Minor : 8 arcsec |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO BeamManipulator::set+ Position Angle : 50 deg |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFITSConverterImpl::FITSToImage Created (temp)image of shape [10, 10, 10, 4] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFITSConverterImpl::FITSToImage Copy FITS file to 'Temporary_Image' All pixels fit in memory (4000 pixels). |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFITSConverter::readBeamsTable Loading multiple beams from BEAMS table |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFITSConverter::readBeamsTable Loading multiple beams from BEAMS table |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFITSConverterImpl::FITSToImage Created (temp)image of shape [10, 10, 10, 4] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFITSConverterImpl::FITSToImage Copy FITS file to 'Temporary_Image' All pixels fit in memory (4000 pixels). |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFITSConverter::readBeamsTable Loading multiple beams from BEAMS table |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFITSConverter::readBeamsTable Loading multiple beams from BEAMS table |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_tofits_test::test_multibeam |
26-Nov-2024 20:52:07 | Test exporting and importing an image with multiple beams |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Paged image 'maskim' of shape [200, 200, 1, 1] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:07 INFO ImageFactory::createImage Created Temp image of shape [200, 200, 1, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 SEVERE image::tofits (file src/tools/image/image_cmpt.cc, line 6301) Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_tofits_test::test_stretch |
26-Nov-2024 20:52:07 | ia.tofits(): Test stretch parameter |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ImageFactory::createImage Created Paged image 'zz' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ImageTwoPtCorr::setUpAxes(...) Selected Sky axes |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0' |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ImageTwoPtCorr::setUpAxes(...) Selected first two axes |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO SubImageFactory::createImage Creating image 'xyz.im' of shape [39, 39] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ::::ImageFactory::createImage Created Paged image 'zz' of shape [20, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ::::image::fromshape Ran ia.fromshape |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ::::image::fromshape ia.fromshape(outfile="zz", shape=[20,20], csys={...}, linear=false, overwrite=false, log=true, type="f") |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ::::image::twopointcorrelation Ran ia.twopointcorrelation |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ::::image::twopointcorrelation ia.twopointcorrelation(outfile="xyz.im", region={...}, mask="", axes=[-1], method="structurefunction", overwrite=false, stretch=false) |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_twopointcorrelation_test::test_history |
26-Nov-2024 20:52:07 | verify history writing |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ImageFactory::createImage Created Paged image 'maskim' of shape [20, 20, 1, 1] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ImageFactory::createImage Created Temp image of shape [20, 20, 1, 20] with float valued pixels. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 SEVERE image::twopointcorrelation (file src/tools/image/image_cmpt.cc, line 6548) Exception Reported: The input image shape ([20, 20, 1, 20]) and mask shape ([20, 20, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ImageTwoPtCorr::setUpAxes(...) Selected Sky axes |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ImageMaskAttacher::makeMask Created and initialized mask `mask0' |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ImageTwoPtCorr::setUpAxes(...) Selected first two axes |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 0] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 1] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 2] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 3] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 4] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 5] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 6] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 7] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 8] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 9] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 10] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 11] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 12] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 13] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 14] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 15] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 16] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 17] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 18] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO LatticeTwoPtCorr::autoCorrelation(...) Processing position [0, 0, 0, 19] |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_twopointcorrelation_test::test_stretch |
26-Nov-2024 20:52:07 | ia.twopointcorrelation(): Test stretch parameter |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO FITSCoordinateUtil::fromFITSHeader passing empty or nonexistant spectral Coordinate axis |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ImageFITSConverterImpl::FITSToImage Created (temp)image of shape [113, 76] |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO ImageFITSConverterImpl::FITSToImage Copy FITS file to 'Temporary_Image' All pixels fit in memory (8588 pixels). |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO name:: No table opened. |
26-Nov-2024 20:52:07 | 2024-11-27 01:52:08 INFO name:: No table opened. |
26-Nov-2024 20:52:07 | test_tool_image.py::ia_fitsheader_test::test_fitsheader |
26-Nov-2024 20:52:07 | test creation of FITS header |
26-Nov-2024 20:52:07 | PASSED |
26-Nov-2024 20:52:07 | |
26-Nov-2024 20:52:07 | - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image/nose.xml - |
26-Nov-2024 20:52:07 | ======================= 136 passed, 1 warning in 31.03s ======================== |
26-Nov-2024 20:52:07 | ============================= test session starts ============================== |
26-Nov-2024 20:52:07 | platform linux -- Python 3.8.7, pytest-8.3.3, pluggy-1.5.0 -- /home/casatest/venv/bin/python3.8 |
26-Nov-2024 20:52:07 | cachedir: .pytest_cache |
26-Nov-2024 20:52:07 | rootdir: /home/casatest/casa6/casatestutils/nosedir/test_tool_logsink |
26-Nov-2024 20:52:07 | configfile: pytest.ini |
26-Nov-2024 20:52:08 | collecting ... collected 4 items |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | test_tool_logsink.py::LogsinkTest::test_getorigin_initial_origin |
26-Nov-2024 20:52:08 | Check the initial value of logsink.origin by getorigin. |
26-Nov-2024 20:52:08 | PASSED |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | test_tool_logsink.py::LogsinkTest::test_getorigin_set_nullvalues |
26-Nov-2024 20:52:08 | Check that the null values set logsink.origin can get correctly by getorigin. |
26-Nov-2024 20:52:08 | PASSED |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | test_tool_logsink.py::LogsinkTest::test_getorigin_set_num |
26-Nov-2024 20:52:08 | Check that the numeric values set logsink.origin can get correctly by getorigin. |
26-Nov-2024 20:52:08 | PASSED |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | test_tool_logsink.py::LogsinkTest::test_getorigin_set_strings |
26-Nov-2024 20:52:08 | Check that the string values set logsink.origin can get correctly by getorigin. |
26-Nov-2024 20:52:08 | PASSED |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_tool_logsink/nose.xml - |
26-Nov-2024 20:52:08 | ========================= 4 passed, 1 warning in 0.51s ========================= |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_deviation |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_deviation/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image_deviation/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_subimage/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_subimage |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_subimage/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image_subimage/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_transpose/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_transpose |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_transpose/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image_transpose/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_ms_createmultims/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_ms_createmultims |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_ms_createmultims/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_ms_createmultims/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_regrid/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_regrid |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_regrid/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image_regrid/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_componentlist/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_componentlist |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_componentlist/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_componentlist/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_linearmosaic/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_linearmosaic |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_linearmosaic/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_linearmosaic/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_measures/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_measures |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_measures/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_measures/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_regionmanager/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_regionmanager |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_regionmanager/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_regionmanager/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_ms_statwt/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_ms_statwt |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_ms_statwt/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_ms_statwt/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_rebin/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_rebin |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_rebin/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image_rebin/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_table/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_table |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_table/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_table/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_msuvbinner/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_msuvbinner |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_msuvbinner/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_msuvbinner/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_agentflagger/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_agentflagger |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_agentflagger/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_agentflagger/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_pv/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image_pv |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image_pv/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image_pv/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_msmetadata/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_msmetadata |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_msmetadata/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_msmetadata/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_image |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_image/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_image/ |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_logsink/ |
26-Nov-2024 20:52:08 | Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_tool_logsink |
26-Nov-2024 20:52:08 | |
26-Nov-2024 20:52:08 | Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_tool_logsink/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_tool_logsink/ |
26-Nov-2024 20:52:09 | total 177320 |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci 15001 135001 Nov 27 01:37 casatestutils-6.7.0.12a14462.dev4+dirty-py3-none-any.whl |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci 15001 181270318 Nov 27 01:37 casatools-6.7.0.12a14462.dev4+dirty-cp38-cp38-manylinux_2_28_x86_64.whl |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 4320 Nov 27 01:52 test_tool_agentflagger.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 986 Nov 27 01:52 test_tool_calanalysis.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 2638 Nov 27 01:52 test_tool_calibrater.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 667 Nov 27 01:52 test_tool_componentlist.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 7447 Nov 27 01:52 test_tool_coordsys.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 12915 Nov 27 01:52 test_tool_image.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 2200 Nov 27 01:52 test_tool_image_collapse.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 1028 Nov 27 01:52 test_tool_image_deviation.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 2555 Nov 27 01:52 test_tool_image_fitprofile.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 1158 Nov 27 01:52 test_tool_image_pbcor.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 863 Nov 27 01:52 test_tool_image_pv.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 986 Nov 27 01:52 test_tool_image_rebin.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 1316 Nov 27 01:52 test_tool_image_regrid.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 1513 Nov 27 01:52 test_tool_image_statistics.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 745 Nov 27 01:52 test_tool_image_subimage.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 870 Nov 27 01:52 test_tool_image_transpose.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 1946 Nov 27 01:52 test_tool_imagepol.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 819 Nov 27 01:52 test_tool_linearmosaic.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 648 Nov 27 01:52 test_tool_logsink.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 529 Nov 27 01:52 test_tool_measures.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 5204 Nov 27 01:52 test_tool_ms.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 347 Nov 27 01:52 test_tool_ms_createmultims.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 2075 Nov 27 01:52 test_tool_ms_statwt.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 8492 Nov 27 01:52 test_tool_msmetadata.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 339 Nov 27 01:52 test_tool_msuvbinner.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 1151 Nov 27 01:52 test_tool_quanta.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 3957 Nov 27 01:52 test_tool_regionmanager.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 2052 Nov 27 01:52 test_tool_sdm.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 2076 Nov 27 01:52 test_tool_sdm_toms.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 428 Nov 27 01:52 test_tool_simulator.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 1697 Nov 27 01:52 test_tool_synthesisutils.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 1442 Nov 27 01:52 test_tool_table.xml |
26-Nov-2024 20:52:09 | -rw-r--r-- 1 casaci root 1697 Nov 27 01:52 test_tool_vpmanager.xml |
26-Nov-2024 20:52:09 | Finished task 'Test wheel' with result: Success |
26-Nov-2024 20:52:09 | Starting task 'Parse tests' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' |
26-Nov-2024 20:52:09 | Parsing test results under /export/home/cbt-el7-7/bamboohome/xml-data/build-dir/CASASPECS-CI17-TTOML228... |
26-Nov-2024 20:52:09 | Finished task 'Parse tests' with result: Success |
26-Nov-2024 20:52:09 | Starting task 'Cleanup' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' |
26-Nov-2024 20:52:09 | Beginning to execute external process for build 'CASASPECS - CI Build - CAS-14462 - Test Tools Many Linux 2.28 #6 (CASASPECS-CI17-TTOML228-6)' ... running command line: /export/home/cbt-el7-7/bamboohome/temp/CASASPECS-CI17-TTOML228-6-ScriptBuildTask-7991673860985750111.sh ... in: /export/home/cbt-el7-7/bamboohome/xml-data/build-dir/CASASPECS-CI17-TTOML228 |
26-Nov-2024 20:52:09 | Starting cleanup |
26-Nov-2024 20:52:21 | wheel-container-test |
26-Nov-2024 20:52:22 | wheel-container-test |
26-Nov-2024 20:52:22 | Cleanup complete |
26-Nov-2024 20:52:22 | Finished task 'Cleanup' with result: Success |
26-Nov-2024 20:52:22 | Running post build plugin 'Docker Container Cleanup' |
26-Nov-2024 20:52:22 | Beginning to execute external process for build 'CASASPECS - CI Build - CAS-14462 - Test Tools Many Linux 2.28 #6 (CASASPECS-CI17-TTOML228-6)' ... running command line: /bin/docker rm -f wheel-container-test ... in: /export/home/cbt-el7-7/bamboohome/xml-data/build-dir/CASASPECS-CI17-TTOML228 |
26-Nov-2024 20:52:22 | Error response from daemon: No such container: wheel-container-test |
26-Nov-2024 20:52:22 | Running post build plugin 'NCover Results Collector' |
26-Nov-2024 20:52:22 | Running post build plugin 'Build Results Label Collector' |
26-Nov-2024 20:52:22 | Running post build plugin 'Clover Results Collector' |
26-Nov-2024 20:52:22 | Running post build plugin 'npm Cache Cleanup' |
26-Nov-2024 20:52:22 | Running post build plugin 'Artifact Copier' |
26-Nov-2024 20:52:22 | Publishing an artifact: Tests |
26-Nov-2024 20:52:22 | Finished publishing of artifact Non required job artifact Http Compression On : [Tests], patterns: [*.xml] anchored at: [wheeldirectory/] in 223.3 ms |
26-Nov-2024 20:52:22 | Publishing an artifact: xml Directories |
26-Nov-2024 20:52:23 | Finished publishing of artifact Non required job artifact Http Compression On : [xml Directories], patterns: [**/*.xml] anchored at: [wheeldirectory/] in 153.4 ms |
26-Nov-2024 20:52:23 | Finalising the build... |
26-Nov-2024 20:52:23 | Stopping timer. |
26-Nov-2024 20:52:23 | Build CASASPECS-CI17-TTOML228-6 completed. |
26-Nov-2024 20:52:23 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
26-Nov-2024 20:52:23 | Running on server: post build plugin 'NCover Results Collector' |
26-Nov-2024 20:52:23 | Running on server: post build plugin 'Build Labeller' |
26-Nov-2024 20:52:23 | Running on server: post build plugin 'Clover Delta Calculator' |
26-Nov-2024 20:52:23 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
26-Nov-2024 20:52:23 | All post build plugins have finished |
26-Nov-2024 20:52:23 | Generating build results summary... |
26-Nov-2024 20:52:23 | Saving build results to disk... |
26-Nov-2024 20:52:23 | Store variable context... |
26-Nov-2024 20:52:23 | Finished building CASASPECS-CI17-TTOML228-6. |