WilhelmusLab / IceFloeTracker.jl

Julia package for ice floe tracker
https://wilhelmuslab.github.io/IceFloeTracker.jl/
MIT License
1 stars 2 forks source link

reorder input imgs based on soit input #285

Closed cpaniaguam closed 1 year ago

cpaniaguam commented 1 year ago

The overpass times output from the soit tool look as follows <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

Date | Aqua pass time | Terra pass time -- | -- | --   |   |   5/1/2022 | 12:44:49 | 13:59:19   |   |   5/2/2022 | 13:27:31 | 13:04:17   |   |   5/3/2022 | 12:32:21 | 13:47:03   |   |   5/4/2022 | 13:15:01 | 12:51:57   |   |   5/5/2022 | 12:19:54 | 13:34:46   |   |   5/6/2022 | 13:02:31 | 12:39:37

To ingest this data, an ordinal is attached to the image filenames based on which sat passed first in a given day. Each pairwise duration is also captured in the delta_t array.

https://github.com/WilhelmusLab/ice-floe-tracker/blob/0076a08836b2de271f254bd2a6e3cc852acaf5f1/existing_code/final_2020.m#L93-L159

cpaniaguam commented 1 year ago

Addressed in https://github.com/WilhelmusLab/ice-floe-tracker-pipeline/pull/9