sedprep: Palaeomagnetic Sediment Record Preprocessing
Important
This documentation was generated on Apr 09, 2024.
sedprep
is still under heavy development and interfaces may change without notice until version 1.0.0 is released.
The sedprep package is a python software designed to preprocess palaeomagnetic sediment records for the geomagnetism community. It employs Bayesian modeling techniques based on Gaussian processes to estimate crucial parameters. These parameters can be used to enhance the quality of sediment data by addressing various distortions and transformations.
Key Features
The sedprep package offers a range of functionalities, including:
Declination Offset Estimation: Estimate offset parameters to transform relative declinations to absolute declinations. Either for a complete record or for sub-sections.
Shallowing Factor Estimation: Estimate shallowing factor to correct for inclination shallowing.
Relative palaeointensity (RPI) Calibration Factor Estimation: Estimate the calibration factor to transform relative palaeointensity into absolute values.
Lock-In Function Parameter Estimation: Estimate lock-in function parameters associated to distortions caused by post-depositional detrital remanent magnetization (pDRM) effects. There are two classes of lock-in function, a four-parameter class which leads to more flexible lock-in functions but also higher computation costs and a two-parameter class which can be used if computational resources are small.
Sediment Data Preprocessing: After estimating the necessary parameters, sedprep provides a function to preprocess sediment data, ensuring that your data is corrected for known distortions and ready for scientific analysis.
Publications
If you use sedprep
, please cite the corresponding paper
Installation
Note
It is recommended to install sedprep
in a virtual conda environment.
Important
sedprep
depends on pymagglobal. You have to install it, before installing sedprep
.
sedprep
is NOT distributed via the PyPI registry. For the installation follow the steps below
Install this theme:
git clone git@git.gfz-potsdam.de:sec23/korte/sedprep.git
Navigate in the root folder of the cloned repository.
Run the following code
pip install .
Testing
To test your sedprep
installation, run
`
python tests/run_tests.py
`
from sedprep
.
Contact
License
GNU General Public License, Version 3, 29 June 2007
Copyright (C) 2024 Helmholtz Centre Potsdam GFZ, German Research Centre for Geosciences, Potsdam, Germany
sedprep
is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
sedprep
is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.