spedas / bleeding_edge

IDL-based Space Physics Environment Data Analysis Software (bleeding edge)
http://www.spedas.org
Other
7 stars 0 forks source link

Problem loading THEMIS L1 moments data #66

Closed ericthewizard closed 1 year ago

ericthewizard commented 1 year ago

I received a bug report from a user:

thm_load_mom,probe = ['a'],trange = ['2012-03-01/16:00:00','2012-03-01/16:30:00'], level = 'l1'

and I get this error message:

READF: Input conversion error. Unit: 100, File: /Users/fikrebeyene/data/themis/tha/l1/esa/0000/tha_l1_esa_cal.txt

Execution halted at:

THM_LOAD_ESA_CAL 59 /Users/fikrebeyene/IDLWorkspace/Default/spedas_5_0/projects/themis/spacecraft/particles/ESA/packet/thm_load_esa_cal.pro

THM_LOAD_MOM 616 /Users/fikrebeyene/IDLWorkspace/Default/spedas_5_0/projects/themis/spacecraft/particles/moments/thm_load_mom.pro

I'm unable to reproduce it on my Mac.

ericthewizard commented 1 year ago

I suggested that the user try deleting the calibrations file (so that it re-downloads it), in case there was an issue while downloading it

ericthewizard commented 1 year ago

Update: re-downloading the file fixed the issue