mrcImageTransformDescartesIntoPolar
mrcImageTransformDescartesIntoPolar is Eos's Command that transforms from Cartesian coordinate system to Polar coordinates system.
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input: mrcImage | NULL |
| -o | Essential | Output: mrcImage | NULL |
| -dr | Optional | Delta r of outputfile[A]. | 1 |
| -dtheta | Optional | Delta theta of outputfile.[degree] | 1 |
| -dphi | Optional | Delta phi of outputfile.[degree] | 1 |
| -zaxis | Optional | vector of z-axis: (zx, zy, zz) | (0, 0, 1) |
| -xaxis | Optional | vector of x-axis: (xx, xy, xz) | (1, 0, 0) |
| -centre | Optional | centre of image: (cx, cy, cz) | (0, 0, 0) |
| -rweight | Optional | r-weighted | |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 0 | Image centre is gravity of centre of image. |
| 1 | Image centre is defined by the options of -axis -centre. |
Execution example
Input file image
Min Max |
0 (0, 0, 0) 3398.12 (23, 55, 41) |
Example of options only essential
Min Max |
0 (0, 0, 0) 106990 (217, 134, 38) |
Option -dr
Case: dr=0.5
Min Max |
0 (0, 0, 0) 106990 (217, 134, 76) |
Option -dtheta
Case: dtheta=2
Min Max |
0 (0, 0, 0) 100562 (10, 57, 38) |
Option -dphi
Case: dphi=3
Min Max |
0 (0, 0, 0) 95524.3 (53, 84, 36) |
Option -m
Case: m=1
Case: No other settings
Min Max |
0 (0, 0, 0) 2834.1 (341, 105, 17) |
Case: zaxis=(0, 0, -1)
Min Max |
0 (0, 0, 0) 2834.1 (19, 73, 17) |
Case: xaxis=(1.7, 0, -1)
Min Max |
0 (0, 0, 0) 2924.82 (32, 100, 23) |
Option -rweight
Case: -rweight, m=1, xaxis=(1.7, 0, -1)
Min Max |
0 (0, 0, 0) 100365 (34, 132, 39) |










