suncasa.suncasatasks.private.task_importeovsa.test
Attributes
Functions
|
|
|
This finds all solar IDB files within a timerange; |
|
|
|
Module Contents
- suncasa.suncasatasks.private.task_importeovsa.test.udb_corr_external(filelist, udbcorr_path, use_exist_udbcorr=False)[source]
- suncasa.suncasatasks.private.task_importeovsa.test.trange2filelist(trange=[], verbose=False)[source]
This finds all solar IDB files within a timerange; Required inputs: trange - can be 1) a single string or Time() object in UTC: use the entire day, e.g., ‘2017-08-01’ or Time(‘2017-08-01’)
if just a date, find all scans withing the same date in local time. if a complete time stamp, find the local date first (which may be different from that provided,
and return all scans within that day
a range of Time(), e.g., Time([‘2017-08-01 00:00’,’2017-08-01 23:00’])
None – use current date Time.now()