fbindirSwap
Reads byte-reversed data and writes output file that can be read by fbindirread or cbinread.
Prototype
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl" procedure fbindirSwap ( in_file [1] : string, dims [*] : integer, type [1] : string, out_file [1] : string )
Arguments
in_fileName of input file.
dimsA one-dimensional array or equal to the dimensionality of the input data.
typeThe type of the data in in_file (e.g. "float")
out_fileName of output file.
Description
This procedure reads byte-reversed data and writes output file that can be read by fbindirread or cbinread.
See Also
fbindirread, cbinread, fbinseqSwap1, fbinseqSwap2