v3.0 - Official
OMEGA-Py v3.0 - Official – Major updates
From the release of version 3.0, OMEGA-Py
has been officially validated by the OMEGA team and is distributed as an official OMEGA software alternative to the IDL version.
A complete online documentation has been written and is available at https://astcherbinine.github.io/omegapy/
Updates to the omega_data.OMEGAdata
class
- Improve binaries processing to have a perfect match with the IDL version of the code, force the use of float32 instead of float64
- Add focal plane and spectrometer temperatures for all channels
- Add incidence and emergence angles w.r.t. the local normal (in addition to the ellipsoid)
- Add
omega.ref_C
, surface reflectance map to be compared withcos(inci_n)
to check the geometry spatial calibration - Add geometry information for the V-channel (which is slightly different to the one of the V+L channels)
- Add distance to Sun in km (in addition to a.u. value)
omega_plots
- Add option to use the V-channel geometry in all the display functions that use projection (
use_V_geom=True
)
omega_data
- Add option to filter only the data cubes acquired with nadir geometry in
find_cube
(nadir_only=True
)