mumax3-convert

command
v3.5.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2014 License: GPL-3.0 Imports: 22 Imported by: 0

Documentation

Overview

mumax3-convert converts mumax3 output files to various formats and images. It also provides basic manipulations like data rescale etc.

Usage

Command-line flags must always preceed the input files:

mumax3-convert [flags] files

For a overview of flags, run:

mumax3-convert -help

Example: convert all .ovf files to PNG:

mumax3-convert -png *.ovf

Example: resize data to a 32 x 32 x 1 mesh, normalize vectors to unit length and convert the result to OOMMF binary output:

mumax3-convert -resize 32x32x1 -normalize -ovf binary file.ovf

Example: convert all .ovf files to VTK binary saving only the X component. Also output to JPEG in the meanwhile:

mumax3-convert -comp 0 -vtk binary -jpg *.ovf

Example: convert legacy .dump files to .ovf:

mumax3-convert -ovf2 *.dump

Example: cut out a piece of the data between min:max. max is exclusive bound. bounds can be omitted, default to 0 lower bound or maximum upper bound

mumax3-convert -xrange 50:100 -yrange :100 file.ovf

Example: select the bottom layer

mumax3-convert -zrange :1 file.ovf

Output file names are automatically assigned.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL