-
Notifications
You must be signed in to change notification settings - Fork 1
Image_header_v3
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
Operate with image files headers. By default in Xmipp, geometrical transformations comming in images files headers are ignored. Instead this information is read from the images metadata if exist. With this program geometrical transformations can be extracted to a metadata or assigned to header, also allows print or reset image file headers.
See also Transform_geometry_v3
Parameters
--mode <mode
overwrite> where <mode> can be:
-
- $
-o, --output <output_file
> $--print, -p <decompose
0> $ or( requires -o ): The output is a selfile with geometrical transformations read from image file headers. $ or
: Write the geometrical transformations from selfile to the image file headers. $ or: Reset the geometrical transformations in image file headers. $
: Round shifts to integers
Print the header of the images in metadata:
xmipp_header -i images.selExtract geometrical transformations from image file headers:
xmipp_header -i smallStack.stk --extract -o header.docAssign the geometrical transformations from the metadata to header:
xmipp_header -i header.doc --assign