| alpha | float alpha() |
| alt | float alt() |
| az | float az() |
| beta | float beta() |
| diff | float diff(Euler angle, bool nophi=true) find angle between two direction vectors |
| e0 | float e0() |
| e1 | float e1() |
| e2 | float e2() |
| e3 | float e3() |
| Euler | Euler(); Euler(float a1, float a2, float a3); Euler(float a1, float a2, float a3, EulerType type); Euler(float e1, float e2, float e3, float e0, EulerType type); |
| EulerMult | Euler EulerMult(Euler bc) returns the value of the given rotation |
| FirstSym | Euler FirstSym() initializes |
| fromLeft | fromLeft(Euler leftEuler) rotates a given rotation on the left fromLeft(alt, az, phi) rotates a given rotation on the left |
| fromMRC | fromMRC(theta, phi, omega) set from MRC angles |
| gamma | float gamma() |
| gammaSpider | float gammaSpider() |
| getByType | tuple getByType(EulerType type) Return Euler values in a tuple given a type. |
| getMaxSymEl | int getMaxSymEl() gets the order of the group |
| increment | increment(float delta_alt, float delta_az, float del_phi) increment an Euler in place |
| init | init() initialize an Euler instance. |
| inverse | Euler inverse() takes the inverse of an Euler instance |
| n1 | float n1() |
| n1sgi | float n1sgi() |
| n2 | float n2() |
| n2sgi | float n2sgi() |
| n3 | float n3() |
| n3sgi | float n3sgi() |
| NextSym | Euler NextSym() |
| omegaMRC | float omegaMRC() |
| phi | float phi() |
| phiMRC | float phiMRC() |
| phiSpider | float phiSpider() |
| print(string id=None, FILE out=stdout) | |
| printMatrix | printMatrix(string id=None, FILE out=stdout) |
| Q | float Q() |
| Qsgi | float Qsgi() |
| rectify | rectify() rectify an Euler instance. |
| resetSym | resetSym() initializes symcounter_ without ing 1st element |
| setAngle | setAngle(float a1, float a2, float a3, EulerType type = Euler.EMAN) setAngle(float e1, float e2, float e3, float e0, EulerType type) |
| setByType | setByType(tuple value, EulerType type) Set Euler values given a tuple and the type. |
| setSym | setSym(string symmetry) initialize symcounter to zero |
| SymN | Euler SymN(n) returns the n'th symmetric element |
| thetaMRC | float thetaMRC() |
| thetaSpider | float thetaSpider() |
| valid | int valid() |