You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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: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.
The text was updated successfully, but these errors were encountered: