williamcioffi / parsegonio

parse Argos Goniometer log data and convert into prv
GNU General Public License v3.0
1 stars 1 forks source link

Add favorite xls support #8

Closed williamcioffi closed 4 years ago

williamcioffi commented 4 years ago

adds a parallel function called parsegonio_favorite_messages to deal with exported messages of a favorite platform. there is some redundancy in this function and parsegonio that could be streamlined, but for now it works well enough.

note this function takes a single ptt at a time and so only needs a path to a csv of the messages and the ptt (decimal)

also note, this assumes that the date format is %d-%m-%y %H:%M:%S.

williamcioffi commented 4 years ago

address #1