Difference between revisions of "bin2mrc"
From EosPedia
(Created page with "'''bin2mrc''' is Eos's Command creates mrcImage from Binary data. == List of option == === Main option === <table border="1"> <tr> <th>Option</th>...") |
(No difference)
|
Latest revision as of 00:19, 19 August 2014
bin2mrc is Eos's Command creates mrcImage from Binary data.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: Binary | NULL |
-o | Essential | Output: mrcImage | NULL |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 |
Input file details
Input file is Binary data of Little Endian.(Lower byte → Higher byte)
xSize ySize zSize (0, 0, 0)data (1, 0, 0)data ...
Execution example
Input file data
by binary editor
20 00 20 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 . . . 00 00 00 00 00 00 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 . . . 11 11 11 11 11 11 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 . . . 22 22 22 22 22 22 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 . . . 33 33 33 33 33 33 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 . . . 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 00 50
Case: Options only essential
![]() |
Min Max |
0 (0, 0, 0) 20480 (31, 31, 0) |