osac2xrcf - convert rays from OSAC to XRCF coordinates
osac2xrcf reads a ray stream in bpipe format, converts the coordinates into XRCF coordinates and writes the stream out.
The conversion from OSAC to XRCF is as follows:
x = -z
y = -x
z = y
Both positions and direction cosines are converted.
It writes out a bpipe formatted ray stream.
osac2xrcf uses an IRAF compatible parameter interface.
Input ray stream. If the filename is the string stdin
, it reads from the standard input stream. It accepts rays in bpipe format.
Output ray stream. If the filename is the string stdout
, it writes to the standard output stream. It writes rays in bpipe format.
Print out osac2xrcf's version and exit.
Print out help and exit.
A list of debug flags. None are presently defined.
Copyright 2006 Smithsonian Astrophysical Observatory
This software is released under the GNU General Public License. You may find a copy at
http://www.fsf.org/copyleft/gpl.html
D. Jerius