NCAR / ucomp-pipeline

Data processing pipeline for UCoMP
Other
6 stars 3 forks source link

Make wave region option queries time based #60

Closed mgalloy closed 1 year ago

mgalloy commented 2 years ago

Some of the options per wave region change by time, so allow querying by lime like the epoch query function of ucomp_run, i.e.:

flat_values_range = run->line('1074', 'flat_values_range', datetime='2022-01-21')
mgalloy commented 2 years ago

I can make each wave region its own file, i.e., ucomp.1074.spec.cfg and ucomp.1074.cfg. Then use the wave_region argument of line to find the correct file, then use the option name and date/time like a normal epoch file.