AdlerFarHorizons / NITELite-pipeline

Code to process images and data taken with the HAB NITELite instrument.
GNU General Public License v3.0
1 stars 7 forks source link

TestSequentialMosaicMaker breaks when passing in an already-created combined_metadata.csv #18

Open zhafen opened 5 months ago

zhafen commented 5 months ago

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.