Previous: x/ zvtrans_in Up: Translation Routines Next: x/ zvtrans_inu

x/ zvtrans_inb


call xvtrans_inb(buf, stype, dtype, unit, status)
status = zvtrans_inb(buf, stype, dtype, unit);

Set up a translation buffer for input from the binary labels of a file. This routine is exactly like x/ zvtrans_in except that the SIHOST and SRHOST values are obtained for binary labels from the file specified by UNIT, which must be open. It is provided merely as a shortcut for the common case of reading binary label data from a labeled file.

Arguments:

rgd059@ipl.jpl.nasa.gov