Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willend authored Feb 9, 2024
1 parent 72ef928 commit 800f31c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
The instrument uses tabulated field-data for input, examples are:
* A flipping field `flipfield.dat`
* A constant field `constfield.dat`

Further, a couple of remeshing tools are provided, allowing to resample an existing field-file to 'regular' binning, both with positional inputs of `infile` for the input file and `xsiz`, `ysiz`, `zsiz` for the resampling dimensions
* `remesh.m` function for Matlab users
* `remesh.py` script for Python users

When resampling for use with 'regular' interpolation (e.g. on GPU), esure that `xsiz`, `ysiz`, `zsiz` are equal.

0 comments on commit 800f31c

Please sign in to comment.