USGS

Isis 2 Documentation


bin2str Documentation

bin2str - Convert INTEGER and/or REAL values to strings
bin2str will translate binary integer and real values to
strings using a user supplied format.  It can do both
types in a single call.

NOTE:  BIN2STR is designed to run only from within a
       procedure PDF.  It may not be of any use outside
       this environment.

PROGRAMMER: Kris Becker, USGS, Flagstaff, AZ

ParmDescriptionDefault
IVALS
Array of INTEGER values to
convert
--
RVALS
Array of REAL values to
convert
--
INTFMT
FORTRAN output format to use
to convert integer values.
"(I13
REALFMT
FORTRAN output format to use
to convert real values.
"(G16.5
INTGSTR
Returns array of converted
INTEGER strings
local1
REALSTR
Returns array of converted
REAL strings
local2

ADDITIONAL NOTES:

ParmDescription
IVALS
Contains an array of INTEGER values that are to be
converted to strings.
RVALS
Contains array of REAL values that are to be converted to
strings
INTFMT
Specifies a valid FORTRAN output conversion string to use to
convert all INTEGER values.
REALFMT
Specifies a valid FORTRAN output conversion string to use to
convert all REAL values.
INTGSTR
Returns an array of INTEGER strings
REALSTR
Returns an array of REAL strings

Last updated: Jan 31 2005
File: pdfs2.html

Contact us online at the Isis Support Center: http://isisdist.wr.usgs.gov

ISIS Documentation Home Page