MarsRaw / mars-raw-utils

Utilities for working with publicly available raw MSL & Mars2020 images
MIT License
45 stars 10 forks source link

hpc-filter creates white images #35

Closed kmgill closed 1 year ago

kmgill commented 1 year ago

The hpc-filter method attempts to normalize to 16 bit with a hardcoded initial 255.0 maximum value, even if the image is already 16 bit. When the image is then saved, it is then clipped at 65535.

kmgill commented 1 year ago

Completed