Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readraw just stops working #4

Open
ispybadguys opened this issue Apr 4, 2021 · 3 comments
Open

readraw just stops working #4

ispybadguys opened this issue Apr 4, 2021 · 3 comments

Comments

@ispybadguys
Copy link

I installed this on one MBP running Catalina (10.15.7) and it worked fine and then just quit. I tried it on another machine and the same result. It works for a while and then quits. When it quits it returns a empty cell array and no error messages. It is great while it works

A call with ImageFullFileName='/Users/kurt/Documents/MATLAB/MatlabAstrophotography/March 5 2021/DSC01725.ARW'

returns

[ImageRaw,info,output] = imread(ImageFullFileName)

ImageRaw =

0×0 empty cell array

info =

struct with fields:

software: '/Users/kurt/Documents/MATLAB/MatlabAstrophotography/ReadRaw/private/dcraw_maci64'

output =

 []
@farhi
Copy link
Owner

farhi commented Apr 5, 2021

Hello @ispybadguys

I would suggest you try to move your ARW file to a location that has no spaces in the path, e.g. in /tmp. Then report back on the importation process. Be aware that DCRAW is not supported any more. This means new file formats will not be readable with it. That's why other readers are suggested, and supported by matlab-readraw, as external commands.

@ispybadguys
Copy link
Author

Thanks. You have been most helpful. That worked. What other reader would you suggest?

Kurt

@farhi
Copy link
Owner

farhi commented Apr 19, 2021

Hi Kurt,
I would suggest you have a look at, for Mac OSX:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants