mia-3dimagecreator {-o io} [
options
...]
This program creates a 3D image that contains an object created by one of the object creator plug-ins (creator/3dimage)
output file for create object. For supported file types see Plugin type: 3dimage/io
size of the object
input pixel type
| float: | floating point 32 bit |
| sbyte: | signed 8 bit |
| ulong: | unsigned 64 bit |
| double: | floating point 64 bit |
| sint: | signed 32 bit |
| ushort: | unsigned 16 bit |
| sshort: | signed 16 bit |
| uint: | unsigned 32 bit |
| slong: | signed 64 bit |
| bit: | binary data |
| ubyte: | unsigned 8 bit |
object to be created. For supported plug-ins see Plugin type: 3dimage/creator
verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:
| info: | Low level messages |
| trace: | Function call trace |
| fail: | Report test failures |
| warning: | Warnings |
| error: | Report errors |
| debug: | Debug output |
| message: | Normal messages |
| fatal: | Report only fatal errors |
print copyright information
print this help
print a short help
print the version number and exit
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>"