gehelem / als

Astro Live Stacker
GNU General Public License v3.0
60 stars 20 forks source link

ALS fails to read new Canon raw files with CR3 extension #95

Closed deufrai closed 2 weeks ago

deufrai commented 4 years ago

Read error with "Unsupported file format or not RAW file" message

tyalie commented 3 years ago

This can be easily fixed by upgrading the package rawpy to at least version 0.15 in the requirements.txt. Works for me perfectly.

deufrai commented 3 years ago

Well, thanks for the advice :) PRs are of course most welcome

deufrai commented 3 years ago

Fixed on release/0.7 branch

Thanks again @Gansgar

tyalie commented 3 years ago

I don't like PRs when I'm not doing large changes as I could easily miss some special hack during the compiling stage (dev mode or such) 😅

But thanks

deufrai commented 3 years ago

Reopening issue : rawpy 0.15 is not available on Arm plafform. see : https://ci.wardsback.org/browse/ALS-DB-RPI4-84

deufrai commented 1 year ago

postponed to v0.8. Won't be easy to test builds on pi4 soon

deufrai commented 2 weeks ago

probably can be dealt with on our new arm64 builds.... To be investigated

optimistically added to 0.7 milestone

deufrai commented 2 weeks ago

Fixed with abfff62