Difference between revisions of "mrcImageDeadPixelCorrection"
From EosPedia
(Created page with "'''mrcImageDeadPixelCorrection''' is画像のデッドピクセルを補正する Eos's Command. == List of option == === Main option === <table border="1"> <tr...") |
|||
Line 1: | Line 1: | ||
− | '''mrcImageDeadPixelCorrection''' | + | '''mrcImageDeadPixelCorrection''' is [[Eos]]'s [[Command]] that corrects a dead pixel in the image. |
Line 14: | Line 14: | ||
<td>-i</td> | <td>-i</td> | ||
<td>Essential</td> | <td>Essential</td> | ||
− | <td>Input</td> | + | <td>Input: [[mrcImage]]</td> |
<td>NULL</td> | <td>NULL</td> | ||
</tr> | </tr> | ||
Line 20: | Line 20: | ||
<td>-dp</td> | <td>-dp</td> | ||
<td>Essential</td> | <td>Essential</td> | ||
− | <td>DeadPointPositionFile</td> | + | <td>DeadPointPositionFile: [[ASCII]]</td> |
<td>NULL</td> | <td>NULL</td> | ||
</tr> | </tr> | ||
Line 26: | Line 26: | ||
<td>-o</td> | <td>-o</td> | ||
<td>Essential</td> | <td>Essential</td> | ||
− | <td>Output</td> | + | <td>Output: [[mrcImage]]</td> |
<td>NULL</td> | <td>NULL</td> | ||
</tr> | </tr> | ||
Line 63: | Line 63: | ||
===-dp format=== | ===-dp format=== | ||
<pre> | <pre> | ||
− | + | x-position y-position(start) y-position(end) | |
. | . | ||
. | . | ||
Line 132: | Line 132: | ||
30 79 79 | 30 79 79 | ||
</pre> | </pre> | ||
− | <div> | + | <div>Setting the range to around the image</div> |
<br> | <br> | ||
− | <div> | + | <div>Output</div> |
<table> | <table> | ||
<tr> | <tr> |
Revision as of 00:05, 24 July 2014
mrcImageDeadPixelCorrection is Eos's Command that corrects a dead pixel in the image.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-dp | Essential | DeadPointPositionFile: ASCII | NULL |
-o | Essential | Output: mrcImage | NULL |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 |
-dp format
x-position y-position(start) y-position(end) . .
Execution example
Input file image
![]() |
Min Max |
-18651.7 (10, 1, 0) 52942.7 (24, 39, 0) |
Option -dp
-dp 's data
0 0 79 1 0 79 2 0 79 3 0 79 4 0 79 5 0 79 6 0 79 7 0 79 8 0 79 20 0 0 21 0 1 ... 57 0 37 58 0 38 59 0 39 60 0 79 61 0 79 62 0 79 ... 77 0 79 78 0 79 79 0 79 59 50 79 58 51 79 57 52 79 ... 34 75 79 33 76 79 32 77 79 31 78 79 30 79 79
Setting the range to around the image
Output
![]() |
Min Max |
-18651.7 (10, 1, 0) 52942.7 (24, 39, 0) |