-
Notifications
You must be signed in to change notification settings - Fork 1
Transform_range_adjust_v3
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
Adjust the grey level value of the pixels to a specified range.
See also Transform_normalize_v3
Parameters
--mode <mode
overwrite> where <mode> can be:
-
- $
--label <image_label
image> $-o, --output <output_file
> $--oroot <root
>$``: Output minimum and maximum values. $ --noise <sigma
0> $`--mask <mask_type`circular> where <mask_type> can be: - $
--center <x0
0> <y0=0> <z0=0>
Adjust an image in the range [-1, 1]:
xmipp_transform_range_adjust -i image.xmp -o image_adjust.xmp --range -1 1Adjust images in a stack applying a circular mask:
xmipp_transform_range_adjust -i images.stk -o image_adjust.stk --range -1 1 --mask circular -32Adjust a selection file in the range [-100, 100] with sigma noise 10:
xmipp_transform_range_adjust -i selection.sel --oroot images/im_adjust:spi -o selection_adjust.sel --range -100 100 --noise 10