bcad

NAME
SYNOPSIS
DESCRIPTION
FILES
SEE ALSO
BUGS
COPYRIGHT
AUTHOR

NAME

bcad - BSU program uses header values to generate a *.dxf file for microstation or autocad

SYNOPSIS

bcad [ -h | infile | isw1 | ilabel | txtsiz ]

DESCRIPTION

Basic Seismic Utilities (BSU) extracts shot and geophone locations from headers. Shot and geophone locations are written out to a *.dxf (digital exchange format) file suitable to be input into microstation or autocad. As CAD programs evolve, default settings might not be optimal. Users may need to change line width or orther parameters. Fortran 77.

Options

-h

Online help giving details on command line arguments

infile

Input file name

isw1

Switch to select option.

0=suppress limits header in *.dxf file.

1=include limits header in *.dxf file.

ilabel Switch to select label option.

0= do not print labels.

1= print labels next to points.

txtsiz Size of label text in drawing units.

Must be a floating point number (ex. 2.0)

NOTE:
If invoked with no options, will prompt user for input parameters.

EXAMPLE:
bcad wave.seg 0 1 2.0

The header values for shots and receivers are converted to a *.dxf format, no limits header. Print labels for each point, 2.0 units in size.

FILES

bcadxxxx.dxf

Output, DXF data set. Named according to convention (first 4char bcad, the next 4char are the first 4char of the input file name, suffix .dxf)

standard output

produces a progress bar

bcadxxxx.lst

echo check of input parameters

SEE ALSO

bhelp(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>