Closed ljlamarche closed 2 years ago
Thanks for reporting I'll look into this!
@ljlamarche as a workaround you can do :
dat=gemini3d.read.frame(direc,cfg["time"][-1])
and it will read all variables into dat, but of course that wastes time if all you want is one parameter so we'll fix this.
This was bad logic in read.frame, it is fixed as of: https://github.com/gemini3d/pygemini/commit/c958d3d97274f1bb71aad25e9ddd136c9a2a855c
The read.frame() function will read in "ne" and "Ti" successfully, but throws an error for "Te". This occurred reading output from aurora_EISCAT3D_simple_wide.
Minimum Working Example:
Error: