-
Notifications
You must be signed in to change notification settings - Fork 1
Metadata_split_v31
DavidHerreros edited this page Sep 6, 2019
·
2 revisions
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 <parts`2> =: Number of output[[MetaDatas]] $`--oroot <rootname`> =: 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 from MetaData $-l <label
image>
Splits input.sel in two parts:
xmipp_metadata_split -i input.sel --oroot output_partSplits input.sel in 4 output files without randomizing input metdata:
xmipp_metadata_split -i input.sel -n 4 --dont_randomizeSplits input.sel in two parts with sel extension:
xmipp_metadata_split -i input.sel --oroot output_part:sel