Habe gerade ein neues System aufgesetzt und Theli installiert und wollte mal ein paar frische Daten durchlaufen lassen.
Ich komme aber nicht durch die Calibration wegen eines Fehlers:
Processing BIASes ...
Processing DARKs ...
Processing FLATs ...
Measuring gain ratios ...
Normalising FLAT ...
Calibrating data ...
ERROR (line 1402): Showing you the log ...
Da ist nichts weiter zu finden, allerdings woanders in der .theli/scripts/theli_cal_comm.sh.log:
- Code: Alles auswählen
...
+ MD5KEY=
+ '[' _A '!=' _A ']'
+ /home/paul/astro/apps/THELI/theli//bin/Linux_64//fitsaddkey -i /mnt/store/astro/ekos/theli/m45//bias/bias_1.fits -k EXPTIME -v 0.00
ERROR: Mismatch in the CFITSIO_SONAME value in the fitsio.h include file
that was used to build the CFITSIO library, and the value in the include file
that was used when compiling the application program:
Version used to build the CFITSIO library = 2
Version included by the application program = 5
Fix this by recompiling and then relinking this application program
with the CFITSIO library.
ERROR: File /mnt/store/astro/ekos/theli/m45//bias/bias_1.fits does not exist, cannot be read, or is no FITS file!
+ '[' /mnt/store/astro/ekos/theli/m45//bias '!=' /mnt/store/astro/ekos/theli/m45//bias ']'
+ rm -f //mnt/store/astro/ekos/theli/m45//bias/m45test1_Bias_001_1OC.fits //mnt/store/astro/ekos/theli/m45//bias/m45test1_Bias_002_1OC.fits //mnt/store/ast$
+ '[' /mnt/store/astro/ekos/theli/m45//bias '!=' /mnt/store/astro/ekos/theli/m45//bias ']'
...
Anscheinend hat es etwas mit der cfitsio library zu tun. Auf meinem System (gentoo) war die Version 3.360
installiert. Da das nicht die neuste ist habe ich manuell die neuste 3.410 installiert (prefix=/usr).
In meiner /usr/include/fitsio.h steht:
- Code: Alles auswählen
#ifndef _FITSIO_H
#define _FITSIO_H
#define CFITSIO_VERSION 3.41
#define CFITSIO_MINOR 41
#define CFITSIO_MAJOR 3
#define CFITSIO_SONAME 5
Also theli+gui gelöscht und nochmal compiliert, trotzdem selber Fehler.
Hat jemand eine Idee dazu?