-
Notifications
You must be signed in to change notification settings - Fork 1
TestWiki
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
Perform operations on MetaData columns. See examples below.
Parameters
$:[[MetaData]] input file name $`-o, --output <outputMetadata`/dev/stdout> =:[[MetaData]] output file name, by default print to screen $
: any valid operation in SQLite (expression must be between quotes)
Common options $-v, --verbose <verbose_level
1> $-h, --help <param
> $: Show a GUI to launch the program. $
: Show additional options.
xmipp_metadata_operate -i a.doc -o b.doc -e "angleRot=(angleRot*3.1416/180.)" xmipp_metadata_operate -i a.doc -o b.doc -e "image=replace(image, 'xmp','spi')"