Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add a tool for writing B-fields to disk in CSV format #1470

Merged
merged 3 commits into from
Nov 9, 2022

Commits on Nov 9, 2022

  1. Add new CSV magnetic field writing tool

    New Acts examples tool that dumps a given B-field to CSV format, to
    complement the existing dumpers for Root formats.
    
    Co-authored-by: Tim Adye <[email protected]>
    stephenswat and timadye committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ca1ac94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46f74b7 View commit details
    Browse the repository at this point in the history
  3. Incorporate CSV B-field writer in Python example

    This allows us to conveniently use the new CSV B-field writer and dump,
    say, a solenoidal B-field for testing.
    timadye authored and stephenswat committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    c9d82cc View commit details
    Browse the repository at this point in the history