Skip to content

Metadata_split_v3

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

!xmipp_metadata_split (v3.0)

Usage

Split a metadata (randomly by default) in any number of equally sized output metadata. By default, only enabled entries in the input file will be written to the output files.

Parameters

$: Input[[MetaData]] File $`-n &lt;parts`2&gt; =: Number of output[[MetaDatas]] $`--oroot &lt;rootname`&gt; =: Rootname for output[[MetaDatas]] output will be rootname_<n>.xmd $: Do not generate random groups $: Do not sort the outputs[[MetaData]] $: Do not remove disabled images fromMetaData $-l &lt;labelimage>

Examples and notes

Splits input.sel in two parts:

xmipp_metadata_split -i input.sel --oroot output_part
Splits input.sel in 4 output files without randomizing input metdata:
xmipp_metadata_split -i input.sel -n 4 --dont_randomize
Splits input.sel in two parts with sel extension:
xmipp_metadata_split -i input.sel --oroot output_part:sel

User's comments

Clone this wiki locally