astrochart / CHART

Completely Hackable Amateur Radio Telescope
https://astrochart.github.io
105 stars 7 forks source link

underscores in location break data ingest script #195

Open adampbeardsley opened 1 year ago

adampbeardsley commented 1 year ago

Right now the data ingest script for the analysis server uses underscores to parse the file names into user, location, trial, date, time, etc. If a user enters a location with an underscore (e.g. hs_park), the data ingest script doesn't know how to unpack the filename. We could either fix the data ingest or replace underscores with something else in the filenames. Right now I think we replace spaces with hyphens, so we could do the same for underscores.