ratt-ru / mt-imager

The Malta Imager -- a GPU-based imager from Daniel Muscat (U. Malta)
GNU General Public License v3.0
1 stars 2 forks source link

channel=-1 causes crash #15

Closed IanHeywood closed 9 years ago

IanHeywood commented 9 years ago

Setting channel=-1 to image all channels as per the documentation causes a crash. The message is copied below, folloing the usual measures warnings.

Edit: Maybe also related to the negative channel increment described in issue #17

2015-01-20 05:51:24 INFO    MeasIERS::fillMeas(MeasIERS::Files, Double)     Requested JD 56999.2 is outside the range of the IERS (Earth axis data) table.
2015-01-20 05:51:24 INFO    MeasIERS::fillMeas(MeasIERS::Files, Double) +   Calculations will proceed with less precision
2015-01-20 05:51:24 SEVERE  MeasTable::dUTC(Double) (file /var/rpmbuild/BUILD/casapy422/casapy422-42.2.30986/casacore/measures/Measures/MeasTable.cc, line 6657)    Leap second table TAI_UTC seems out-of-date. 
2015-01-20 05:51:24 SEVERE  MeasTable::dUTC(Double) (file /var/rpmbuild/BUILD/casapy422/casapy422-42.2.30986/casacore/measures/Measures/MeasTable.cc, line 6657)+   Until table is updated (see system/CASA manager), times and coordinates
2015-01-20 05:51:24 SEVERE  MeasTable::dUTC(Double) (file /var/rpmbuild/BUILD/casapy422/casapy422-42.2.30986/casacore/measures/Measures/MeasTable.cc, line 6657)+   derived from UTC could be wrong by 1s or more.
4652 [0x7f84d5d49780] ERROR builder.Registry null - Objectname WImager-Residual is already in use. Throwing exception
terminate called after throwing an instance of 'GAFW::GAFWException'
  what():  
Description: Objectname WImager-Residual already registered
Type: GMFW General Exception
Object Name: Registry
Object Objectname: Registry
File Name: /home/muscat/mt-imager/code/code/gafw/Implimentation/GeneralImplimentation/Registry.cpp
Line Number: 57

Aborted (core dumped)
ddmusc commented 9 years ago

I'll have a look today

Regards Daniel Muscat

On 20 Jan 2015, at 06:58, IanHeywood notifications@github.com wrote:

Setting channel=-1 to image all channels as per the documentation causes a crash. The message is copied below, folloing the usual measures warnings.

2015-01-20 05:51:24 INFO MeasIERS::fillMeas(MeasIERS::Files, Double) Requested JD 56999.2 is outside the range of the IERS (Earth axis data) table. 2015-01-20 05:51:24 INFO MeasIERS::fillMeas(MeasIERS::Files, Double) + Calculations will proceed with less precision 2015-01-20 05:51:24 SEVERE MeasTable::dUTC(Double) (file /var/rpmbuild/BUILD/casapy422/casapy422-42.2.30986/casacore/measures/Measures/MeasTable.cc, line 6657) Leap second table TAI_UTC seems out-of-date. 2015-01-20 05:51:24 SEVERE MeasTable::dUTC(Double) (file /var/rpmbuild/BUILD/casapy422/casapy422-42.2.30986/casacore/measures/Measures/MeasTable.cc, line 6657)+ Until table is updated (see system/CASA manager), times and coordinates 2015-01-20 05:51:24 SEVERE MeasTable::dUTC(Double) (file /var/rpmbuild/BUILD/casapy422/casapy422-42.2.30986/casacore/measures/Measures/MeasTable.cc, line 6657)+ derived from UTC could be wrong by 1s or more. 4652 [0x7f84d5d49780] ERROR builder.Registry null - Objectname WImager-Residual is already in use. Throwing exception terminate called after throwing an instance of 'GAFW::GAFWException' what(): Description: Objectname WImager-Residual already registered Type: GMFW General Exception Object Name: Registry Object Objectname: Registry File Name: /home/muscat/mt-imager/code/code/gafw/Implimentation/GeneralImplimentation/Registry.cpp Line Number: 57

Aborted (core dumped)

— Reply to this email directly or view it on GitHub https://github.com/ska-sa/mt-imager/issues/15.

ddmusc commented 9 years ago

This issue which is related to a version not yet published on github is now solved.