NAME

selectrcv - create a subset of an AO datafile containing 1 receiver (or all but 1 receiver).

SYNTAX

selectrcv -n rcvrnumber <inpufile > outputfile

ARGS

  • -n    (not). The output will contain all but the specified receiver.
  • rcvrnumber This is the receiver to include (or exclude if -n is used). The current receiver numbers are:

  • 1-327,2-430,3-610,4-notInUse,5-lbw,6-lbn,7-sbw,8-sbhi,9-cb,10-notInUse,11-xb,12-sbn,16-noise
  • inputfile,outputfile.. these are AO binary datafiles (correlator or ri).
  • DESCRIPTION

        selectrcv will create a subset of a A0 binary datafile. The new file will include only the specified receiver or if the -n option then it will contain all but the specified receiver. You need to be a little careful using this program. The datafiles can be up to a few gigabytes so the destination disc partition needs to have enough space to hold the output file (don't send the outputfile to your home directory).

    RELATED PROGRAMS

    cordmp will dump a summary of a correlator datafile to see what is there.

    EXAMPLES

    FILES

        binary: /usr/S2local/bin/selectrcv  Source: /home/phil/util/filters/selectrcv.c

    ARCHITECTURES

        selectrcv is compiled to run on sun SOLARIS.
    return to: filter_programs
    return to: home_~phil