pdbTrans

Usage

Usage: pdbTrans
Options:
    [-i[nput]            inFile              (NULL      )] :Essential :Input: DataFile
    [-o[utput]           outFile             (NULL      )] :Essential :Output: DataFile
    [-M[atrix]           matFile             (NULL      )] :Optional  :Input: MatrixFile[4][4]
    [-E[uler]A[ngle]     RotMode             (YOYS      )Rot1                (0.0       )Rot2                (0.0       )Rot3                (0.0       )] :Optional  :Input: 
    [-c[onfig]           configFile          (NULL      )] :Optional  :ConfigurationFile
    [-m[ode]             mode                (0         )] :Optional  :Mode
>>> Matrix3D File Format y = Ax + b<<<
a11 a21 a31 : Rotation Array : y=Ax
a12 a22 a32 
a13 a23 a33 
b1  b2  b3  : Translation Array : y = x + b
--- Attention ---
If both options of -M and -EA are set, 
    first, translation and rotation by -M will be performed 
    then,  rotation by -EA will be done.