mrcImageMakeFromTextFile
From EosPedia
mrcImageMakeFromTextFile is Eos's Command that makes mrcImage by Text file.
Contents
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
![]() |
Min Max |
174 (0, 0, 0) 174 (0, 0, 0) |
Option -nx, -ny, -nz
Case: nx=50, ny=50, nz=1
Case: No other settings
![]() |
Min Max |
0 (0, 0, 0) 174 (29, 29, 0) |
Case: d=1
![]() |
Min Max |
0 (0, 0, 0) 174 (29, 29, 0) |
The image isn't changed, but its data by mrcInfo is changed.
Length : ( 1.000, 1.000, 1.000)
Case: v=255
![]() |
Min Max |
0 (0, 0, 0) 255 (30, 0, 0) |