mia-3dimagecreator

Sysnopis:

mia-3dimagecreator {-o io} [ options ...]

Description:

This program creates a 3D image that contains an object created by one of the object creator plug-ins (creator/3dimage)

Options:

-o, --out-file=(required, output); io

output file for create object. For supported file types see Plugin type: 3dimage/io

-s, --size=[128,128,128]; 3dbounds

size of the object

-r, --repn=ubyte; dict

input pixel type

float:floating point 32 bit
sint:signed 32 bit
bit:binary data
ulong:unsigned 64 bit
uint:unsigned 32 bit
none:no pixel type defined
sshort:signed 16 bit
double:floating point 64 bit
ubyte:unsigned 8 bit
ushort:unsigned 16 bit
slong:signed 64 bit
sbyte:signed 8 bit
-j, --object=sphere; factory

object to be created. For supported plug-ins see Plugin type: 3dimage/creator

Help & Info

-V, --verbose=warning; dict

verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:

debug:Debug output
message:Normal messages
info:Low level messages
error:Report errors
fatal:Report only fatal errors
trace:Function call trace
warning:Warnings
fail:Report test failures
--copyright=(); bool

print copyright information

-h, --help=(); bool

print this help

-?, --usage=(); bool

print a short help

--version=(); bool

print the version number and exit

Processing

--threads=-1; int

Maxiumum number of threads to use for processing,This number should be lower or equal to the number of logical processor cores in the machine. (-1: automatic estimation).

Example:

Create an image output.v of size <64,128,256> that contains a lattic with frequencys 8, 16, and 4 in x, y and, z-direction respectively.

mia-3dimagecreator -o lattic.v -j lattic:fx=8,fy=16,fz=4 -s "<64,128,256>"

Author(s):

Gert Wollny