OSDN Git Service

f8d713877fc8e062b823d4cc722aa4684d93417f
[eos/optional.git] / doc / SmallTools / ltlg2mrc.html
1 <HTML>
2 <HEAD>
3 <TITLE>ltlg2mrc</TITLE>
4 </HEAD>
5 <BODY>
6 <H1>ltlg2mrc</H1>
7 <H2>Usage</H2>
8 <PRE>
9 Usage: ltlg2mrc
10 Options:
11     [-i[nput]            In                  (NULL      )] :Optional  :InputDataFile
12     [-o[utput]           Out                 (NULL      )] :Optional  :OutputDataFile
13     [-c[onfig]           configFile          (NULL      )] :Optional  :ConfigurationFile
14     [-t[itle]            Title               (NULL      )] :Optional  :Title
15     [-d[elta]            delta               (2.5       )] :Optional  :delta[A]
16     [-C                  RepeatDistance      (2.5       )] :Optional  :RepeatDistance[A]
17     [-r[Max]             rMax                (2.5       )] :Optional  :rMax[A]
18     [-p[hiStart]         phiStart            (0         )] :Optional  :phiStart[degree]
19     [-zmi[n]             zMin                (0.0       )] :Optional  :zMin
20     [-zma[x]             zMax                (55.0      )] :Optional  :zMax
21     [-zde[lta]           deltaz              (2.5       )] :Optional  :deltaz
22     [-w[eight]           WeightOf0thLayer    (0.5       )] :Optional  :WeightOf0thLayer
23     [-l[Weight]          Layer               (NULL      )] :Optional  :Layer WeightOfEachLayer
24     [-f9[9]              ] :Optional  :IF(NN(LL)!=NL(LL)) WT(LL) = 0.0
25     [-O[ffset]           CUT                 (0.5       )] :Optional  :CUT
26     [-a[mean]            Mean                (0.0       )] :Optional  :Mean
27     [-s[igma]            Sigma               (0.0       )] :Optional  :Sigma
28     [-I[nverse]          ] :Optional  :Nega-Posi Reverse
29     [-n[otInteractive]   ] :Optional  :not Intaracitve
30     [-AntiPole           ] :Optional  :Anti Pole: zmax -> zmin:  Else zmin->zmax
31     [-m[ode]             mode                (0         )] :Optional  :
32                                 0: Normarize
33                                 1: Not Normarize bu edge average is zero.
34                                 2: Not Normarize
35                                 defalt: 0
36 Mode:
37
38
39 If control file is used, control file fora filename to output
40
41 InputFileName(char[72])A])
42 Title(char[60])A])
43 Y|N(char[1])                              : No use
44 deltaX[A](if Y)||deltaY[A](if N)(F10.5)   : You need not care for deltaX or deltaY in this tool because deltaX = deltaY. You had better care for that for compatibility.
45 C[A]rMax[A](2F7.0)                        : C[A]: Spacing of the 1st layer line in real space ; rMax: Maximum of radial elements.
46 phiStart[degree](F7.0)                    : phi at Z = 0
47 zMin[A],zMax[A],deltaz[A](3F7.0)          : z-section parameters for(z=zMin; z<zMax; z+=deltaz)
48 Weight(F7.0)                              : Weight of the 0th layer line
49 NNL,WEIGHT(I2,F8.0)                       : IF(NNL==99 && NN(LL)!=NL(LL)) WT(LL) = 0.0; IF(NNL!=0 && NNL==NL(LL)) WT(LL) = WEIGHT  and Repeat until NNL == 0 or 99 or None
50 ACUT(F7.0)                                : IF(ACUT>Density[x][y]) Density[x][y]= 0.0
51 Mean,Sigma(2F7.0)                         : Mean : Mean of hrzData?; Sigma : Standard Deviation of hrzData?
52 OutputFile                                : hrz-data filename to output
53
54 #### Attention ####
55  In using this tool, you need not keep promises about format(F7.0 etc.).
56 Instead, you need separate numbers with more space than one.
57 Usually compatible but you need care when numbers have a line with no space.
58 </PRE>
59 </BODY>
60 </HTML>