Skip to content

Metadata_histogram_v31

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

!xmipp_metadata_histogram (v3.1)

Usage

Calculate histogram from a metadata column(1D) or from a couple of columns(2D)

See also Image_histogram_v3

Parameters

$: input metadata $`-o <text_file`/dev/stdout> $: column to create the histogram $: range for the histogram, automatic calculated if not provided $`--steps <N`100> $`--col2 <label`> $ ( requires --col2 ): range for second column in 2D histogram $--steps2 <N100> $--percentil <p50.> $`` ( requires --col2 ): Only for 2D histograms

Examples and notes

Calculate the histogram of the column 'angleRot' from a metadata:

xmipp_metadata_histogram -i images.xmd --col angleRot -o hist.txt

User's comments

Clone this wiki locally