OSDN Git Service

Add mrc2tiff for ARM64
[eos/base.git] / src / Tools / filter / mrc2tiff / src / mrc2tiff.html
1 <HTML>
2 <HEAD>
3 <TITLE>mrc2tiff</TITLE>
4 </HEAD>
5 <BODY>
6 <H1>mrc2tiff</H1>
7 <H2>Usage</H2>
8 <PRE>
9 Usage: mrc2tiff
10 Options:
11     [-i[nput]            inFile              (NULL      ).as(inFile              ) ] :Essential :InputDataFile
12     [-o[utput]           outFile             (NULL      ).as(outFile             ) ] :Essential :OutputDataFile
13     [-H[igh]             High                (0         ).as(Real                ) ] :Optional  :HighThreshold
14     [-L[ow]              Low                 (0         ).as(Real                ) ] :Optional  :LowThreshold
15     [-I[nverse]                                                                    ] :Optional  :Inverse(Black is white)
16     [-raw                                                                          ] :Optional  :raw
17     [-offset             Offset              (0         ).as(Real                ) ] :Optional  :raw
18     [-Z                  Z                   (0         ).as(Integer             ) ] :Optional  :Each: 0<=, SerialSection:-1
19     [-r[esolution]       Resolution          (1.0       ).as(Real                ) ] :Optional  :[A]
20     [-r[esolution]3      ResolutionX         (1.0       ).as(Real                ) 
21                          ResolutionY         (1.0       ).as(Real                ) 
22                          ResolutionZ         (1.0       ).as(Real                ) ] :Optional  :[A]
23     [-e[xtension]        format              (%s.%04d ).as(String              ) ] :Optional  :SerialSectionFormat
24     [-color              colorMode           (0         ).as(Integer             ) ] :Optional  :Color
25     [-colorRange         colorRangeMin       (0         ).as(Real                ) 
26                          colorRangeMax       (100       ).as(Real                ) ] :Optional  :ColorRange
27     [-c[onfig]           configFile          (NULL      ).as(inFile              ) ] :Optional  :ConfigurationFile
28     [-M[ode]             Mode                (0         ).as(Integer             ) ] :Optional  :Mode: 0:char 1:short 2:float 6:unsigned short
29     [-m[ode]             mode                (0         ).as(Integer             ) ] :Optional  :Mode: 
30                         0 (8bits), 1(16bits), 2(float)
31                         
32 --- Attention ---
33 Previously, the black and white were inter-changed between mrc and tiff.  Now they are not changed
34 </PRE>
35 </BODY>
36 </HTML>