Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katiebristol/izzi_converter
A basic Python script to convert individual sample files previously made by Data Splitter into generic PmagPy format for IZZI paleointensity experiments. Output files are compatible with PmagPy or paleointensity.org.
https://github.com/katiebristol/izzi_converter
conversion converter data-conversion paleointensity paleomagnetism python
Last synced: 28 days ago
JSON representation
A basic Python script to convert individual sample files previously made by Data Splitter into generic PmagPy format for IZZI paleointensity experiments. Output files are compatible with PmagPy or paleointensity.org.
- Host: GitHub
- URL: https://github.com/katiebristol/izzi_converter
- Owner: katiebristol
- License: mit
- Created: 2021-04-20T22:38:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T18:31:27.000Z (over 1 year ago)
- Last Synced: 2023-12-05T11:10:12.725Z (about 1 year ago)
- Topics: conversion, converter, data-conversion, paleointensity, paleomagnetism, python
- Language: Python
- Homepage:
- Size: 590 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Generic IZZI Converter
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
## Purpose
This script was created to convert individual sample files previously
made by Data Splitter into generic PmagPy format for IZZI paleointensity experiments.
Files produced by this script can be used with PmagPy Thellier GUI and paleointensity.org.
Field intensity is output in A/m assuming a sample volume of 10cc.![Demo data.](/assets/input-output.png)
## How to use
1) Put individual sample files (such as those split by [Data Splitter](https://github.com/katiebristol/data_splitter)) that you want
converted into the /input/ folder.
2) Run the script
3) Check the /output/ folder for your converted files.## Inputs
This script requires .dat files that you want converted placed into the
/input/ folder.## Outputs
This script will create converted files with the same name.
The converted files will write to the /output/ folder.## Notes
This script was made in conjunction with the Data Splitter script.
It is intended to be used afterwards to convert data to PmagPy generic/paleointensity.org friendly formats.## License
This script is published under the [MIT license](LICENSE.txt).