mrcImageMakeFromTextFile

From EosPedia
Revision as of 05:11, 25 July 2014 by Kinoshita (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

mrcImageMakeFromTextFile is Eos's Command that makes mrcImage by Text file.


List of option

Main option

Option Essential/Optional Description Default
-i Essential Input: ASCII NULL
-o Essential Output: mrcImage NULL
-nx Optional PixelSize x 1
-ny Optional PixelSize y 1
-nz Optional PixelSize z 1
-d Optional delta 2.5
-v Optional default value 0
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-h Optional Help  

-m details

Value Description
0

-i format

x0 y0 z0 value0
x1 y1 z1 value1
.
.


Execution example

Input file's data

0 0 0 0
1 0 0 3
2 0 0 6
3 0 0 9
4 0 0 12

...

25 0 0 75
26 0 0 78
27 0 0 81
28 0 0 84
29 0 0 87
0 1 0 3
1 1 0 6
2 1 0 9
3 1 0 12
4 1 0 15

...

25 29 0 162
26 29 0 165
27 29 0 168
28 29 0 171
29 29 0 174


Example of options only essential

Outdata-mrcImageMakeFromTextFile.png

Min

Max
Mean
SD

SE

174 (0, 0, 0)

174 (0, 0, 0)
174
0

0


Option -nx, -ny, -nz

Case: nx=50, ny=50, nz=1

Case: No other settings
Outdata-n-mrcImageMakeFromTextFile.png

Min

Max
Mean
SD

SE

0 (0, 0, 0)

174 (29, 29, 0)
31.32
47.2161

0.944321


Case: d=1
Outdata-d-mrcImageMakeFromTextFile.png

Min

Max
Mean
SD

SE

0 (0, 0, 0)

174 (29, 29, 0)
31.32
47.2161

0.944321

The image isn't changed, but its data by mrcInfo is changed.
Length       : (     1.000,      1.000,      1.000)


Case: v=255
Outdata-v-mrcImageMakeFromTextFile.png

Min

Max
Mean
SD

SE

0 (0, 0, 0)

255 (30, 0, 0)
194.52
83.5959

1.67192