Describe the bug
We should be able to run sequential mosaicking either by passing in the raw, uncombined metadata files (the GPS, IMU, and IMG logs), or by passing in a now-combined version (combined_metadata.csv).
However, this doesn't pass the tests right now.
To Reproduce
Uncomment line 16 in sequential-mosaic.yaml,
comment out lines 17, 18, and 19, and run the test.
Expected behavior
The test passes.
Additional context
We probably need to ensure that the combined_metadata.csv living in the metadata folder is compatible with the settings TestSequentialMosaicMaker uses.
Describe the bug We should be able to run sequential mosaicking either by passing in the raw, uncombined metadata files (the GPS, IMU, and IMG logs), or by passing in a now-combined version (
combined_metadata.csv
). However, this doesn't pass the tests right now.To Reproduce Uncomment line 16 in sequential-mosaic.yaml, comment out lines 17, 18, and 19, and run the test.
Expected behavior The test passes.
Additional context We probably need to ensure that the
combined_metadata.csv
living in the metadata folder is compatible with the settings TestSequentialMosaicMaker uses.