ltlg2mrc

From EosPedia
Jump to: navigation, search

ltlg2mrc is Eos's Command that transforms from ltlg file to mrcImage file.


List of option

Main option

Option Essential/Optional Description Default
-i Optional Input: ltlg NULL
-o Optional Output: mrcImage NULL
-t Optional Title NULL
-d Optional delta[A] 2.5
-C Optional RepeatDistance[A] 2.5
-r Optional rMax[A] 2.5
-p Optional phiStart[degree] 0
-zmi Optional zMin 0.0
-zma Optional zMax 55.0
-zde Optional deltaz 2.5
-w Optional Weight of 0th Layer 0.5
-f9 Optional IF(NN(LL)!=NL(LL)) WT(LL) = 0.0
-O Optional CUT 0.5
-a Optional mean 0.0
-s Optional Sigma 0.0
-I Optional Nega-Posi Reverse
-n Optional not Intaractive
-AntiPole Optional Anti Pole: zmax -> zmin: Else zmin->zmax
-c Optional ConfigurationFile: ASCII NULL
-m Optional Mode 0
-h Optional Help  


-m details

Value Description
0 Normarize
1 Not Normarize bu edge average is zero.
2 Not Normarize


ConfigurationFile format

InputFileName
Title
Y|N(char[1])                                            : No use
delta[A](F10.5)                                        : You need not care for deltaX or deltaY in this tool because deltaX = deltaY. You had better care for that for compatibility.
C[A]  rMax[A](2F7.0)                               : C[A]: Spacing of the 1st layer line in real space ; rMax: Maximum of radial elements.
phiStart[degree](F7.0)                             : phi at Z = 0
zMin[A]  zMax[A]  deltaz[A](3F7.0)          : z-section parameters for(z=zMin; z<zMax; z+=deltaz)
Weight(F7.0)                                           : Weight of the 0th layer line
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
ACUT(F7.0)                                            : IF(ACUT>Density[x][y]) Density[x][y]= 0.0
Mean  Sigma
OutputFileName

The data that is set by option is not read, but these lines must not be omitted.


Execution example