-
Notifications
You must be signed in to change notification settings - Fork 1
Metadata_import_v3
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
Import metadata from plain text files.
See also Metadata_utilities_v3
Parameters
$: Input file text file $
: If not provided, the resulting metadata will be printed on screen $: label to be imported, you also can pass a list beetween quotes and separated by spaces $
: merge the imported metadata to an existing one
If you have a text file with 2 columns with real values and you want to import as 'angleRot' and 'angleTilt'
xmipp_metadata_import -i angles.txt -o angles.doc --labels "angleRot angleTilt"