OrientationsViewer ================== .. code-block:: none USAGE: OrientationsViewer [--returnparameterfile ] [--processinformationaddress ] [--xml] [--echo] [--angle >] [--window >] [--combine] [--sphere] [--mesh] [--nopoints] [--pointType ] [--radiusSphere ] [--sizeVertex ] [--radiusFile >] ... [--radius >] [--opaSphere >] [--opaMesh >] [--color >] [--bg >] [--nosym] [--png ] [--] [--version] [-h] > ... Where: --returnparameterfile Filename in which to write simple return parameters (int, float, int-vector, etc.) as opposed to bulk return parameters (image, geometry, transform, measurement, table). --processinformationaddress Address of a structure to store process information (progress, abort, etc.). (value: 0) --xml Produce xml description of command line arguments (value: 0) --echo Echo the command line arguments (value: 0) --angle > azimuth and elevation for camera. (value: 0.0,0.0) --window > window size. (value: 600,600) --combine True: only show the combined shell from multiple shells. (value: 0) --sphere True: show sphere. (value: 0) --mesh True: show Delaunary mesh. (value: 0) --nopoints True: do not show points. (value: 0) --pointType Type of points. Vertex or sphere. (value: SPHERE) --radiusSphere radius of sphere for points. (value: 0.04) --sizeVertex size of vertex for points. (value: 5) --radiusFile > (accepted multiple times) Input radius File. One radius for one point. --radius > radius of the sphere. (value: 1.0) --opaSphere > Opacity of the sphere. (value: 0.5) --opaMesh > Opacity of the Delaunary mesh. (value: 1.0) --color > color for each shell (value: 1,1,1) --bg > background color for the window (value: 0,0,0) --nosym False: add both input points and their antipodal symmetric points. True: only add input points. (value: 0) --png Output png File. --, --ignore_rest Ignores the rest of the labeled arguments following this flag. --version Displays version information and exits. -h, --help Displays usage information and exits. > (accepted multiple times) Input Orientation File. Description: Single and multi-shell orientations viewer. Examples: OrientationsViewer grad1.txt --mesh OrientationsViewer grad1.txt grad2.txt --combine --mesh OrientationsViewer grad1.txt grad2.txt --combine --mesh --png out.png Author(s): Jian Cheng (jian.cheng.1983@gmail.com) Acknowledgements: Thank you everyone.