MarsRaw / mars-raw-utils

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

m20-ecam-assemble brightness matching should be optional #56

Open sschmaus opened 1 year ago

sschmaus commented 1 year ago

Since the full quality, unstretched images became available for M20, the brightness matching became unnecessary for most Engineering Camera images.

For images with non-standard tiling structures, the algorithm also produces undesirable results, like here for FLF_0923_0748887303_658ECM_N0450000FHAZ00203 test

I temporarily disabled the color matching in the code and assembled the image again which yields this basically perfect result:

test2

I recommend to make it the default behaviour that brightness matching is disabled. Maybe it can be re enabled when an additional flag is specified.

kmgill commented 1 year ago

Added -n option for m20-ecam-assemble to skip brightness matching

sschmaus commented 1 year ago

Appreciate it, thanks for the change!