redplanet.Mag.depth.get_dataset
get_dataset(
as_dict: bool = False, _extras: bool = False
) -> pandas.core.frame.DataFrame | list[dict]
Get the full magnetic source depth dataset.
Data (0.038 MiB) is provided by Gong and Wieczorek (2021b). The full paper discusses/analyzes the models in detail (Gong & Wieczorek, 2021a).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
as_dict
|
bool
|
If True, return the data as a list of dictionaries. Default is False. |
False
|
_extras
|
bool
|
Please ignore this, it is used for internal purposes only. |
False
|
Returns:
Type | Description |
---|---|
pd.DataFrame | list[dict]
|
Information about all 412 dipoles. Columns are:
Note that the 1-sigma lower/upper values are NaN when the minimum reduced chi^2 value of the best fitting model is outside the 1-sigma confidence level of the reduced chi^2 that were obtained from Monte Carlo simulations. |
References
- Gong, S., & Wieczorek, M. (2021a). Depth of Martian Magnetization From Localized Power Spectrum Analysis. Journal of Geophysical Research: Planets, 126(8), e2020JE006690. https://doi.org/10.1029/2020JE006690
- Gong, S., & Wieczorek, M. (2021b). Supplementary Data for Depth of Martian Magnetization From Localized Power Spectrum Analysis [Dataset]. Zenodo. https://doi.org/10.5281/zenodo.4686358