ChaosMagPy v0.12
Version 0.12
Date: April 27, 2023
Release: v0.12
Features
- Updated RC-index file to RC_1997-2023_Feb_v8_Dst_mod.dat (used during the
construction of CHAOS-7.14). - Plotting function do not return figure and axes handles any more. If needed,
they can be accessed through matplotlib'sgcf()andgca(). - Added function
chaosmagpy.model_utils.sensitivityto compute the
sensitivity of spherical harmonic coefficients. - Changed the default colormap for the component maps to
'PuOr_r'(orange
for positive values and purple for negative ones).
Bugfixes
- Fixed error in
chaosmagpy.data_utils.load_shcfilewhen reading
single piece, quadratic splines. Error was due to a failure to identify the
shc-parameter line as the first non-comment line in the file. - Fixed KeyError that is raised when no name is given to the
chaosmagpy.chaos.CHAOSconstructor. This only affected direct calls
to the constructor due to an outdated config keyword.