.. planetMagFields documentation master file, created by sphinx-quickstart on Mon Jan 22 08:32:05 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. _secmodels: ###################### Magnetic field models ###################### We have support for different field models for planets. They are listed below: * *Mercury* : * `Anderson et al. 2012 `_ * `Thébault et al. 2018 `_ * `Wardinski et al. 2019 `_ * *Earth* : `IGRF 13 `_, `Alken et al. 2021 `_ * *Jupiter* : * `VIP4, Connerney et al. 1998 `_ * `JRM09, Connerney et al. 2018 `_ * `JRM33, Connerney et al. `_ * *Saturn* : * `Cassini SOI, Burton et al. 2009 `_ * `Cassini 11, Dougherty et al. 2018 `_ * `Cassini 11+, Cao et al. 2020 `_ * *Uranus* : `Connerny et al. 1987 `_ * *Neptune* : `Connerny et al. 1991 `_ * *Ganymede*: `Kivelson et al. 2002 `_ A list of models and keywords for them can be obtained using the :py:func:`get_models ` function. For example: .. code-block:: python In [1]: from planetmagfields import get_models In [2]: get_models("jupiter") Out[2]: array(['jrm09', 'jrm33', 'vip4'], dtype='