https://github.com/bwheelz36/magneticfieldmap

code for the import, analysis, and export of magnetic fields

https://github.com/bwheelz36/magneticfieldmap

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary

Keywords

cst electron-trajectories magnetic-fields topasmc
Last synced: 6 months ago · JSON representation

Repository

code for the import, analysis, and export of magnetic fields

Basic Info
  • Host: GitHub
  • Owner: bwheelz36
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 15.4 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
cst electron-trajectories magnetic-fields topasmc
Created over 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

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 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

Owner

  • Login: bwheelz36
  • Kind: user

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • bwheelz36 (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

pyproject.toml pypi
  • matplotlib ^3.9.0
  • numpy ^1.26.4
  • python ^3.9
  • scipy ^1.13.1