kristinemlarson / gnssrefl

GNSS Interferometric Reflectometry Software (GNSS-IR)
GNU General Public License v3.0
151 stars 75 forks source link

why can't the reflector height lomb scargle results be sorted via time? #284

Closed kristinemlarson closed 2 months ago

kristinemlarson commented 2 months ago

in principle they can be. currently the results are written out via a loop through frequencies and satellites (in gnssir_v2.py). they could be stored in a variable and then sorted by time before writing it out. honestly, this task does not have to be done by me - someone else could do it and submit a PR. i've flagged this as good first issue, but more precisely it is good first issue for people that like numpy arrays. better to store as a list though and then reformat as numpy before writing it to txt. IMHO.

kristinemlarson commented 2 months ago

as of version 3.6.0 the daily LSP results should be sorted via time. let me know if there are problems.