This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
processing:remove_bad_images [2023/03/16 13:40] smerkel ↷ Page moved from xray_data:remove_bad_images to processing:remove_bad_images |
processing:remove_bad_images [2023/03/16 13:45] (current) smerkel |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ===== How to remove a bad image ===== | ===== How to remove a bad image ===== | ||
| - | ==== Possibility 1: Replacing it by the average of the surrounding images ==== | + | Possibility 1: replacing it by the average of the surrounding images, which can be done using [[xray_data:averageedf|timelessAverageEDF]]. |
| - | This can be done using [[xray_data:averageedf|timelessAverageEDF]]. | + | Possibility 2: replacing it by an empty image, which can be done with [[xray_data:empty-image|timelessCreateEmptyImage]]. |
| - | ==== Possibility 2: Replacing it by an empty image ==== | + | |
| - | This can be done using [[xray_data:empty-image|timelessCreateEmptyImage]] | ||