kristinemlarson / gnssrefl

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

why doesn't quickLook (and gnssir) find the SNR files I created using nmea2snr? #239

Closed kristinemlarson closed 8 months ago

kristinemlarson commented 8 months ago

It just says they don't exist and they are there.

kristinemlarson commented 8 months ago

so this was my fault - in two senses. First, i should have never allowed NMEA users to violate my filename rules, i.e. allow them to use uppercase station names in directories and filenames. It makes it much harder for us to maintain the code. So here we are two years later. When i made gzipping SNR files after use the default, the code that loads SNR files checked properly named files fine - and it found ungzipped files using the other nomenclature. But I forgot to add the "gz" check. I believe this is now fixed - and I apologize for the inconvience.