mrcImageCCDNoiseRemove
From EosPedia
mrcImageCCDNoiseRemove is Eos's Command that removes outliers from the CCD camera.
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Input: mrcImage | NULL |
| -N | Essential | Input: Noise information | NULL |
| -o | Essential | Output: mrcImage | NULL |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 0 | random values |
| 1 | neighbor point's values |
CCD Noise Remove Format
VLine x y height width ; Vertical Line Noise Remove[pixel] Square x y height width ; Square Noise Remove[pixel]
Execution example
Input file's data
-i image
![]() |
Min Max |
0 (41, 10, 0) 255 (42, 36, 0) |
-N data
VLine 0 0 30 30
Example of options only essential
![]() |
Min Max |
0 (41, 10, 0) 255 (42, 36, 0) |

