MarsRaw / mars-raw-utils

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

MRU panics when calibration file is not found #42

Closed kmgill closed 10 months ago

kmgill commented 1 year ago

Reproduce:

This happens when a new cal file is added but /updatemanifest.sh is not run.

kmgill commented 1 year ago

Also when caldata.toml is missing or if user specifies a calibration profile that doesn't exist

kmgill commented 1 year ago

Removed panics and replaced with smarted handling of anyhow::Result

kmgill commented 10 months ago

Completed