# | Line 374 | Line 374 | initfromtif(void) /* initialize conversion from TIFF | |
---|---|---|
374 | cvts.owner[sizeof(cvts.owner)-1] = '\0'; | |
375 | } | |
376 | /* add to Radiance header */ | |
377 | < | if (cvts.pixrat < .99 || cvts.pixrat > 1.01) |
377 | > | if (cvts.pixrat < .999 || cvts.pixrat > 1.001) |
378 | fputaspect(cvts.pixrat, cvts.rfp); | |
379 | if (CHK(C_XYZE)) { | |
380 | if (cvts.stonits > .0) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |