-
Notifications
You must be signed in to change notification settings - Fork 1
Image_histogram_v31
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
Calculate histogram from a list of images/volumes
See also Metadata_histogram_v3
Parameters
$: input metadata, image, volume or stack $
: output text file with histogram $: range for the histogram, automatic calculated if not provided $`--steps <N`100> $
: normalize histogram $--mask <mask_type
circular> where <mask_type> can be:
-
- $
--center <x0
0> <y0=0> <z0=0>
Create the histogram from an stack setting number of steps to 20
xmipp_histogram -i input/images_some.stk -o hist.txt --steps 20You can use the
hist.txt
file withgnuplot
to produce graphical histogram After you entergnuplot
terminal you can use:gnuplot> plot "kk.txt" using 1:2 title "Histogram" with steps