-iinput_img
(default: stdin) the input file as an image in smv, mar300, or mar345 format. If input_img is not
specified or is given as "-", it is copied from stdin to a temporary file.
-ptemplate_cbf
the template for the final cbf to be produced. If template_cbf is not specified the name is
constructed from the first token of the detector name and the image size as
template_<type>_<columns>x<rows>.cbf
-ooutput_cbf
(default: stdout ) the output cbf combining the image and the template. If the output_cbf is not
specified or is given as "-", it is written to stdout.
-ddetectorname
a detector name to be used if none is provided in the image header.
-F when writing packed compression, treat the entire image as one line with no averaging
-m[x|y|x=y]
(default x=y, square arrays only) mirror the array in the x-axis (y -> -y) in the y-axis (x -> -x)
or in x=y ( x -> y, y-> x)
-rn rotate the array n times 90 degrees counter clockwise x -> y, y -> -x for each rotation, n = 1, 2
or 3
-R if setting a beam center, set reference values of axis settings as well as standard settings
-zdistance
detector distance along Z-axis
-ccategory_alias=category_root-ttag_alias=tagroot
map the given alias to the given root, so that instead of outputting the alias, the root will be
presented in the output cbf instead. These options may be repeated as many times as needed.