NAME

hrma2osac - convert from HRMA to OSAC coordinates


PARAMETERS

hrma2osac uses the standard parameter interface

input file
Input ray stream. If the filename is the string stdin, it reads the UNIX standard input stream. It accepts rays in bpipe format.

output file
Output ray stream. If the filename is the string stdout, it writes to the UNIX standard output stream. It writes rays in bpipe format.

version boolean
Print out hrma2osac's version and exit.

help boolean
Print out help and exit.

debug list
A list of debug flags. None are presently defined.


DESCRIPTION

hrma2osac reads a ray stream in bpipe format, converts the coordinates into OSAC coordinates (assuming the original is in HRMA coordinates) and writes the stream out.

The conversion from HRMA to OSAC is as follows: x = y, y = -z, z = -x.

Both positions and direction cosines are converted.

It writes out a bpipe formatted ray stream.


AUTHOR

D. Jerius