Commit c09e531
fix(exposure): guard the Median EV log line against the missing-metadata sentinel
Complements the per-image EV guard: when no view has exposure metadata the
median exposure is the -1 sentinel, so log2(1/median) printed -nan(ind) in the
"Median EV" info line. Guard it the same way with a 0.0 fallback. Log-only.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 2337c1e commit c09e531
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
0 commit comments