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

exposure series is checked before processing exptimes/fitexptimes #12

Open
antoche opened this issue May 22, 2019 · 0 comments
Open

exposure series is checked before processing exptimes/fitexptimes #12

antoche opened this issue May 22, 2019 · 0 comments

Comments

@antoche
Copy link

antoche commented May 22, 2019

Hi,

I have a series of images which for some reason outside of my control have the same (invalid) exposure time, but I happen to know what the correct value should be.

I tried using the --exptimes argument to override the values with the correct ones, but hdrmerge fails before processing the argument:

hdrmerge --exptimes '1,2' --output test.exr 1.cr2 2.cr2
[...]
Found 2 images [ISO 1600, f/unknown, exposure times: 1, 1]
Duplicate exposure time: 1

Having a quick look at the code, it seems that the exposure series is checked before processing --exptimes and --fitexptimes. Since those parameters are meant to override invalid exposure times from the images, wouldn't it make more sense for this check to happen after those arguments are taken into account?

Thanks,
A.

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

1 participant