Documentation
¶
Overview ¶
This tool converts binary output files to various formats and allows basic manipulations like crop, rescale... Usage:
mx3-convert [flags] files
For a overview of flags, run:
mx3-convert -help
Example: convert all .dump files to PNG:
mx3-convert -png *.dump
Example: resize data to a 1 x 32 x 32 mesh, normalize vectors to unit length and convert the result to OOMMF binary output:
mx3-convert -resize 1x32x32 -normalize -omf binary file.dump
Click to show internal directories.
Click to hide internal directories.