top2nez

NAME
SYNOPSIS
DESCRIPTION
FILES
SEE ALSO
BUGS
COPYRIGHT
AUTHOR

NAME

top2nez - BSU converts a raw Topcon Total Station survey file to NEZ format

SYNOPSIS

top2nez [ -h | infile ]

DESCRIPTION

Basic Seismic Utilities (BSU) reads a multiplexed raw survey file and writes it out as an NEZ file. The Topcon raw file consists of 12 character records, one value per record. These records are ordered [sequence number, x-coord, y-coord, z-coord, label ]. This program places all five values on the same record (60 characters = 12*5). The Northing Easting, Elevation (NEZ) format file is required by programs topcon and topcon2. Thus, this program is a first step in preparing to set geometry on seismic files (*.seg). Fortran 77.

Options

-h

Online help giving details on command line arguments

infile

Input file name

FILES

xxxxxx.nez

A prefix is generated from the input file name, and a suffix is added (.nez) to form the output file name.

SEE ALSO

bhelp(1), bhed(1), bis2seg(1), topcon(1), topcon2(1), bsegy(5), gensetg(1), setgeom(1)

BUGS

No known bugs.

COPYRIGHT

Copyright © 2017 by Paul Michaels

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

AUTHOR

P. Michaels, PE. <pm@cgiss.boisestate.edu>