Skip to content

Transform_Add_noise

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

!xmipp_transform_add_noise (v3.0)

Usage

Add random noise to the input images.

See also Phantom_create Phantom_transform

Parameters

$``: Input file: metadata, stack, volume or image. $--mode &lt;modeoverwrite> where <mode> can be:

    • $-o, --output &lt;output_file> $--oroot &lt;root> $``: Type of noise to add where <rand_mode> can be:
    • $: Crop noise histogram below this value $: Crop noise histogram above this value

Common options $-v, --verbose &lt;verbose_level1> $-h, --help &lt;param> $: Show a GUI to launch the program. $: Show additional options.

Examples

Add noise to a single image, overwriting input image:

add_noise -i g0ta0001.xmp -gaussian 0.1
Add uniform noise to a volume, writing in a different volume:
add_noise -i g0ta.vol -uniform -0.1 0.1 -o g0taNoisy.vol

User's comments

Clone this wiki locally