FlexTRKR / PyFLEXTRKR

PyFlexTRKR
Other
66 stars 21 forks source link

Added seconds support #50

Closed feng045 closed 1 year ago

feng045 commented 1 year ago

Added supports for tracking with sub-minute data.

  1. Updated all intermediate and final pixel-level output files to have seconds precision in the file names. This change means files generated from the new version will have slightly different file names (date/time flag in "yyyymmdd_hhmmss") compared to the previous version (date/time flag in "yyyymmdd_hhmm").
  2. Updated post-processing analysis scripts to work with the new time format files.
  3. Added a new demo script for idealized MCS tracking: config/demo_mcs_tbpf_idealized.sh.
  4. Updated README.md.