Difference between revisions of "mrcImagePanoramaCreate"

From EosPedia
Jump to: navigation, search
(Created page with "'''mrcImagePanoramaCreate''' is Eos's Command. == List of option == === Main option === <table border="1"> <tr> <th>Option</th> <th>Essential/Optional...")
 
(No difference)

Latest revision as of 02:17, 29 July 2014

mrcImagePanoramaCreate is Eos's Command.


List of option

Main option

Option Essential/Optional Description Default
-i Essential Input: ASCII(mrcImage List) stdin
-o Essential Output: mrcImage NULL
-oC Optional Output(Count): mrcImage NULL
-N Optional Input: output image size(Nx, Ny, Nz) (0, 0, 0)
-M Optional Mode of Interpolation 0
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-h Optional Help  


-i format

FileName OffsetX OffsetY OffsetZ
.....


-M details

Setting of Interpolation method.

Value Description
0 Nearest neighbor method
1 Bi-linear interpolation method
2 Cubic convolution method
3 Polynomial interpolation method


-m details

Value Description
0


Execution example