https://github.com/bwheelz36/magneticfieldmap
code for the import, analysis, and export of magnetic fields
https://github.com/bwheelz36/magneticfieldmap
cst electron-trajectories magnetic-fields topasmc
Last synced: 4 months ago
JSON representation
code for the import, analysis, and export of magnetic fields
- Host: GitHub
- URL: https://github.com/bwheelz36/magneticfieldmap
- Owner: bwheelz36
- Created: 2020-09-18T08:33:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T02:38:49.000Z (almost 2 years ago)
- Last Synced: 2025-09-09T20:50:18.179Z (9 months ago)
- Topics: cst, electron-trajectories, magnetic-fields, topasmc
- Language: Python
- Homepage:
- Size: 15.4 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Topas magnetic field prep
This code allows the import, analysis and output of magnetic field maps.
Extensible base classes are provided to enable the addition of new import/ export formats.
The main use case and the impetus for development was to generate mapped field data in a format
that [topas](https://www.topasmc.org/) would accept. But the architecture should allow for further analysis methods
to be added as needed.
## examples
see examples folder
## installation
this code is not hosted on pypi, but you can install by
1. cloning this repository
2. doing `pip install .` (preferable inside a virtual environment) or `poetry install`