rkaczorek / astroberry-server

Astroberry Server is a ready to use system for Raspberry Pi for controlling all your astronomy equipment
GNU General Public License v3.0
275 stars 19 forks source link

loading of raw (cr2) files fail on linux #37

Open cstachon opened 5 years ago

cstachon commented 5 years ago

Astroberry by default does not have a RAW decoder it seems so loading CR2 files fail in ASTAP/CCDCIEL. Required ,for me at least, as I pass across CR2 files I have taken from APT(windows) across to ccdciel which as I run on Windows normally has the RAW file decoder preloaded in the install of CCDCIEL. Not the same for Linux !

ccdciel reported this 21:27:57 Could not find libpasraw.so.1, libraw.so or dcraw. Loading camera raw files is not possible. 21:28:16 No RAW decoder found! ASTAP reported this Could not find program unprocessed_raw !!, Install libraw. Eg: sudo apt-get install libraw-bin

cstachon commented 5 years ago

If you install Libraw CR2 files are loaded and processed ok in ASTAP - unfortunately this doesn't work for CCDCIEL (4.65)

jscheidtmann commented 3 years ago

Did you install the libpasraw library, too? This is the pascal wrapper for libraw (Ccdciel is a Pascal program).