2024-06-05 15:20:15 INFO ::casa 2024-06-05 15:20:15 INFO ::casa Checking Measures tables in data repository sub-directory /opt/casa/data/master/geodetic 2024-06-05 15:20:15 INFO ::casa IERSeop2000 (version date, last date in table (UTC)): 2024/05/18/15:00, 2024/04/18/00:00:00 2024-06-05 15:20:15 INFO ::casa IERSeop97 (version date, last date in table (UTC)): 2024/05/18/15:00, 2024/04/18/00:00:00 2024-06-05 15:20:15 INFO ::casa IERSpredict (version date, last date in table (UTC)): 2024/06/04/15:00, 2024/09/02/00:00:00 2024-06-05 15:20:15 INFO ::casa TAI_UTC (version date, last date in table (UTC)): 2024/05/24/15:00, 2017/01/01/00:00:00 2024-06-05 15:20:16 INFO ImageFactory::createImage Created Paged image 'my.im' of shape [1, 1, 1, 1] with float valued pixels. 2024-06-05 15:20:16 INFO exportfits::::casa ########################################## 2024-06-05 15:20:16 INFO exportfits::::casa ##### Begin Task: exportfits ##### 2024-06-05 15:20:16 INFO exportfits::::casa exportfits( imagename='my.im', fitsimage='', velocity=False, optical=False, bitpix=-32, minpix=0, maxpix=-1, overwrite=True, dropstokes=False, stokeslast=True, history=True, dropdeg=False ) 2024-06-05 15:20:16 SEVERE exportfits::image::tofits (file src/tools/image/image_cmpt.cc, line 6301) Exception Reported: Exception: fitsfile must be specified. 2024-06-05 15:20:16 SEVERE exportfits::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 2024-06-05 15:20:16 SEVERE exportfits::::casa Exception Reported: Error in exportfits: Exception: fitsfile must be specified. 2024-06-05 15:20:16 SEVERE exportfits::::casa+ ... 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 2024-06-05 15:20:16 INFO exportfits::::casa Traceback (most recent call last): 2024-06-05 15:20:16 INFO exportfits::::casa+ File "/wheeldirectory/casa-CAS-14360-2-py3.8.el8/lib/py/lib/python3.8/site-packages/casashell/private/exportfits.py", line 529, in __call__ 2024-06-05 15:20:16 INFO exportfits::::casa+ task_result = _exportfits_t( _pc.document['imagename'],_pc.document['fitsimage'],_pc.document['velocity'],_pc.document['optical'],_pc.document['bitpix'],_pc.document['minpix'],_pc.document['maxpix'],_pc.document['overwrite'],_pc.document['dropstokes'],_pc.document['stokeslast'],_pc.document['history'],_pc.document['dropdeg'] ) 2024-06-05 15:20:16 INFO exportfits::::casa+ File "/wheeldirectory/casa-CAS-14360-2-py3.8.el8/lib/py/lib/python3.8/site-packages/casatasks/private/task_exportfits.py", line 53, in exportfits 2024-06-05 15:20:16 INFO exportfits::::casa+ _myia.tofits( outfile=fitsimage, velocity=velocity, optical=optical, 2024-06-05 15:20:16 INFO exportfits::::casa+ File "/wheeldirectory/casa-CAS-14360-2-py3.8.el8/lib/py/lib/python3.8/site-packages/casatools/image.py", line 4011, in tofits 2024-06-05 15:20:16 INFO exportfits::::casa+ return self._swigobj.tofits(outfile, velocity, optical, bitpix, minpix, maxpix, region, mask, overwrite, dropdeg, deglast, dropstokes, stokeslast, wavelength, airwavelength, stretch, history) 2024-06-05 15:20:16 INFO exportfits::::casa+ File "/wheeldirectory/casa-CAS-14360-2-py3.8.el8/lib/py/lib/python3.8/site-packages/casatools/__casac__/image.py", line 8152, in tofits 2024-06-05 15:20:16 INFO exportfits::::casa+ return _image.image_tofits(self, *args, **kwargs) 2024-06-05 15:20:16 INFO exportfits::::casa+ RuntimeError: Exception: fitsfile must be specified. 2024-06-05 15:20:16 INFO exportfits::::casa+ ... 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 2024-06-05 15:20:16 INFO exportfits::::casa Task exportfits complete. Start time: 2024-06-05 15:20:15.673324 End time: 2024-06-05 15:20:15.692502 2024-06-05 15:20:16 INFO exportfits::::casa ##### End Task: exportfits ##### 2024-06-05 15:20:16 INFO exportfits::::casa ########################################## Using matplotlib backend: agg CASA 6.6.1.14a14360.dev2 -- Common Astronomy Software Applications [6.6.1.14a14360.dev2] Running tests... ---------------------------------------------------------------------- F ====================================================================== ERROR [0.325s]: test_CAS3675 (__main__.exportfits_test) test fix for CAS 3675, outfile must be specified ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_exportfits_casashell.py", line 37, in test_CAS3675 self.assertRaises(Exception, exportfits, imagename=name, overwrite=True) AssertionError: Exception not raised by ---------------------------------------------------------------------- Ran 1 test in 0.325s FAILED (errors=1) Generating XML reports... CASA exits with a non-zero status : system exit called