This HTML automatically generated with rman for NEMO
Table of Contents

Name

rvcsnap - convert Couchman’s rvc files to snapshot format

Synopsis

rvcsnap in=rvc_file [parameter=value]

Description

rvcsnap converts an binary file in rvc(5NEMO) format to single precision snapshot(5NEMO) format. Most NEMO programs will be able to handle these data, if not, csf(1NEMO) would have to be used to convert to double precision (see example below).

Parameters

The following parameters are recognized in any order if the keyword is also given:
in=
Input rvc file. No default.
out=
Output snapshot file. No default.
headline=
Random verbiage added to the snapshot.

Examples

First a series of rvc(5NEMO) is converted to snapshot(5NEMO) format,


        % cat run1234/data/rv* | rvcsnap - - | snapplot - nxy=2,2
        % cat run1234/data/rv* | rvcsnap - - |nxy=2,2
        csf - - convert=f2d | snapplot - nxy=2,2

See Also

rvsnap(1NEMO) , tabtos(1NEMO) , rvc(5NEMO)

Author

Peter Teuben

Update History


9-may-94    V1.0 Created    PJT


Table of Contents