nc2raw - ParVox utility to convert ParVox data
files in NetCDF format to the Raw format.
SYNOPSIS
nc2rawprefix begin end
DESCRIPTION
Nc2raw is a utility program to convert ParVox data
files in NetCDF format into the raw binary format. The data filenames are
expected to have the .vox.nc extension. The prefix
parameter is the prefix to the filenames in C's printf()
string formatting. The begin and end are the values
to place into the format string for the first and last file. For example,
if we want to convert data files ocean000.vox.nc through
ocean050.vox.nc to raw binary format, we would call nc2raw
this way:
nc2raw ocean%03d 0 50
NOTES
Raw binary data format isn't officially supported in
Version 1.0 of ParVox. However, much of the functionalities are available
to use raw format. On some systems, raw may be faster than NetCDF. Your
milage may vary.
This page,
http://pat.jpl.nasa.gov/public/ParVox/manpages/nc2raw.html,
is maintained by Peggy Li
and was last modified Wednesday, 09-Mar-2005 17:11:46 PST