MarsRaw / mars-raw-utils

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

cropping of images should be optional and be reflected in metadata #51

Closed sschmaus closed 10 months ago

sschmaus commented 11 months ago

MRU crops most images during calibration. This step can't be disabled and the crop is also not propagated to the metadata yet.

I have some processes that require knowledge of the exact subframing of an image to be known to work correctly. Ideally I would like to apply the crop myself in a later step.

I would really appreciate it if you can add a command toggle to the calibrate command to disable cropping completely.

kmgill commented 11 months ago

I will be adding the -S option to the calibrate subcommand to disable cropping.

In calibration profiles, I will be adding auto_subframing (default: true)

sschmaus commented 11 months ago

that should do it, thanks a lot!

kmgill commented 10 months ago

Completed