v1.3
OMEGA-Py v1.3 - Major updates
- Add
loct
attribute to theOMEGAdata
class : the array of local time for each pixel as a float between 0 and 24. - Improve the observation display : possibility to add a grid and display a high-level map (e.g. IBD) for interactive use.
- Some variables and functions dedicated to internal use were switch to private (e.g.
omega_py_path
->_omega_py_path
).