JouleCai / geospacelab

A python-based library to collect, manage, and visualize geospace data (e.g. OMNI, geomagnetic indices, EISCAT, DMSP, SWARM, TEC, AMPERE, etc.).
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

Bugs in the EISCAT HDF5 data loader #4

Closed habtie-phys closed 2 years ago

habtie-phys commented 2 years ago

In the file loader.py, the lines that obtain the scan mode and affiliation metadata of an EISCAT experiment do not work for some of the old day experiments. You may test it, for example, for this one; EISCAT_2001-09-25_cp1l_60@uhf.hdf5.

JouleCai commented 2 years ago

Hi, thank you. The bugs have been fixed. This is because that the data parameters in the old EISCAT data (earlier than 2002) are different from newer data. The modification will be available in the next version (v0.2.18 or higher).

habtie-phys commented 2 years ago

Thanks for the quick fix.