View Issue Details

IDProjectCategoryView StatusLast Update
0001483SkyChart1-Softwarepublic17-01-15 17:50
ReporterSasa Assigned ToPatrick Chevalley  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformLinuxOSKubuntu OS Version14.04
Product Version3.10 
Target Version4.0Fixed in Version3.11 SVN 
Summary0001483: DSO data - some errors was reported
DescriptionFollowed instructions to install stable release:
http://www.ap-i.net/skychart/en/documentation/installation_on_linux_ubuntu

Installed additional data:
sudo apt-get install skychart-data-stars skychart-data-dso skychart-data-pictures

After starting and initial parsing DSO data, some errors are shown.
May be of help to you to make corrections if needed:

GTK_IM_MODULE=ibus skychart

2016-01-19T11:47:13.686 Start trace
2016-01-19T11:47:13.694 Try language: en_US, en
2016-01-19T11:47:13.775 Language: en English
2016-01-19T11:47:15.247 Connected to the SQL database /home/sasa/.skychart/database/cdc.db
2016-01-19T11:47:19.589 Scan picture directory: data/pictures/
2016-01-19T11:47:19.709 Listen on port: 3292
FITSRHEAD: cannot read file
Invalid header in image file
2016-01-19T11:47:19.774 Invalid WCS in file
FITSRHEAD: cannot read file
Invalid header in image file
2016-01-19T11:47:34.204 Invalid WCS in file
2016-01-19T11:47:59.409 DB insert failed for Cr205.fit: UNIQUE constraint failed: cdc_fits.catalogname, cdc_fits.ra, cdc_fits.de
2016-01-19T11:48:42.058 Invalid FITS file: README.TXT
2016-01-19T11:48:52.064 There are 9700 catalogued images
TagsNo tags attached.

Activities

Sasa

16-01-19 12:30

reporter   ~0003205

After deleting whole .skychart dir and installed latest 3195, it seems the same errors where shown:

GTK_IM_MODULE=ibus skychart

2016-01-19T12:23:16.083 Start trace
2016-01-19T12:23:16.083 Program version : 3.11-svn-3195
2016-01-19T12:23:16.083 Program compiled: 2016/01/18 04:00:27
2016-01-19T12:23:16.083 Compiler version: Lazarus 1.6.0.2 Free Pascal 3.0.0 Linux-i386-gtk2
2016-01-19T12:23:16.084 Try language: en_US, en
2016-01-19T12:23:16.135 Language: en
2016-01-19T12:23:19.014 Create table cdc_ast_name ... Ok
2016-01-19T12:23:19.316 Create table cdc_ast_elem_list ... Ok
2016-01-19T12:23:19.551 Create table cdc_ast_elem ... Ok
2016-01-19T12:23:19.845 Create table cdc_ast_mag ... Ok
2016-01-19T12:23:19.947 Create table cdc_com_name ... Ok
2016-01-19T12:23:20.039 Create table cdc_com_elem_list ... Ok
2016-01-19T12:23:20.166 Create table cdc_com_elem ... Ok
2016-01-19T12:23:20.386 Create table cdc_fits ... Ok
2016-01-19T12:23:20.504 Create table cdc_country ... Ok
2016-01-19T12:23:20.782 Create table cdc_location ... Ok
2016-01-19T12:23:20.790 Connected to the SQL database /home/sasa/.skychart/database/cdc.db
2016-01-19T12:23:42.660 Scan picture directory: data/pictures/
2016-01-19T12:23:42.843 Listen on port: 3292
FITSRHEAD: cannot read file
Invalid header in image file
2016-01-19T12:23:49.217 Invalid WCS in file
2016-01-19T12:24:25.758 DB insert failed for Cr205.fit: UNIQUE constraint failed: cdc_fits.catalogname, cdc_fits.ra, cdc_fits.de
2016-01-19T12:25:08.790 Invalid FITS file: README.TXT
2016-01-19T12:25:20.321 There are 9700 catalogued images

Patrick Chevalley

16-01-19 15:26

administrator   ~0003206

Invalid FITS file: README.TXT :
Fixed by rev 3198
http://sourceforge.net/p/skychart/code/3198/

FITSRHEAD: cannot read file :
Fixed by rev 3199
http://sourceforge.net/p/skychart/code/3199/

DB insert failed for Cr205.fit:
This is because this object is a duplicate in SAC catalog, Mrk18 has exactly the same coordinates. So the message about "UNIQUE constraint failed" on ra,dec is right and the second image is ignored.
This is not a problem except for this message. I look to correct that for the next version of the picture package.

Patrick Chevalley

16-01-28 15:54

administrator   ~0003234

The duplicate object file is solved in source code for image creation by revision 3219. But I will not make a new picture package now to not force people to download 100MB file only for that.

http://sourceforge.net/p/skychart/code/3219/

Issue History

Date Modified Username Field Change
16-01-19 12:03 Sasa New Issue
16-01-19 12:30 Sasa Note Added: 0003205
16-01-19 15:26 Patrick Chevalley Note Added: 0003206
16-01-19 15:26 Patrick Chevalley Assigned To => Patrick Chevalley
16-01-19 15:26 Patrick Chevalley Status new => assigned
16-01-27 10:42 Patrick Chevalley Target Version => 4.0
16-01-28 15:54 Patrick Chevalley Note Added: 0003234
16-01-28 15:54 Patrick Chevalley Status assigned => resolved
16-01-28 15:54 Patrick Chevalley Resolution open => fixed
16-01-28 15:54 Patrick Chevalley Fixed in Version => 4.0
17-01-15 17:50 Patrick Chevalley Fixed in Version 4.0 => 3.11 SVN