MarsRaw / mars-raw-utils

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

Invalid Pixel Coordinates error on focus merge with different size images #18

Closed kmgill closed 1 year ago

kmgill commented 1 year ago

Should add a check and reject input images if one or more are found to have different dimensions than the rest.

kmgill commented 1 year ago

Added check for images with differing dimensions. Exits when one is found.