GENREF

NOTE: This program is only for BISON data. For SEG-2 formatted data, consider GENSETG 10.1.6 and SETGEOM 10.1.7. This is an interactive program that generates bash scripts for setting geometry when doing conventional “Roll-a-long” shooting, but no survey data are available. The program generates an *.nez file and scripts: TIP: Make sure to chmod +x the scripts to make them executable. The following is an example log of a small run:
 genref
 |---------------------------------|
 | Copyright (C) 2017  P. Michaels |
 |       All rights reserved       |
 |see GNU General Public License   |
 |---------------------------------|  
  CDP Roll-a-long Pattern Generator 
  Bison Format Data  
 -----------SOURCES-----------------------------
   Enter 6 char. name for nez file (ex. STP001)
ABC001
   Enter 4 char. LINEID
0001
   Enter Z-Datum: Elevation
100
   Enter number of shots 
5
   Enter Shot Record Names 8char: First
FAC10001
   Enter Shot Record Names 8char: Last
FAC10005
  Enter First Shot Station Number
1
   Enter First Source: x, y, z
0,0,100
   Enter Last Source: x, y, z
5,0,105
  Enter number of receivers in a shot gather
24
  Enter TOTAL NUMBER of stations on line
48
   Enter First Geophone Station: x, y, z
0,0,100
   Enter Last Geophone Station: x, y, z
48,0,109
  Enter first shot NEAR GEOPHONE station
0,0,100
  Enter first shot FAR GEOPHONE station
24,0,105

The ABC001.nez (index, Northing, Easting, Elev) file looks like this:

0001            0.0000      0.0000    200.0000  SP001
0002            0.0000      1.2500    201.2500  SP002
0003            0.0000      2.5000    202.5000  SP003
0004            0.0000      3.7500    203.7500  SP004
0005            0.0000      5.0000    205.0000  SP005
0001            0.0000      0.0000    200.0000  VP001
0002            0.0000      1.0213    200.1915  VP002
0003            0.0000      2.0426    200.3830  VP003
0004            0.0000      3.0638    200.5745  VP004
0005            0.0000      4.0851    200.7660  VP005
0006            0.0000      5.1064    200.9574  VP006
.
. etc...
.
0041            0.0000     40.8511    207.6596  VP041
0042            0.0000     41.8723    207.8511  VP042
0043            0.0000     42.8936    208.0426  VP043
0044            0.0000     43.9149    208.2340  VP044
0045            0.0000     44.9362    208.4255  VP045
0046            0.0000     45.9574    208.6170  VP046
0047            0.0000     46.9787    208.8085  VP047
0048            0.0000     48.0000    209.0000  VP048
The labels “SP” are shot locations, the labels “VP” are voltage points (geophone) locations.

The geom file calls topcon 10.1.3 for the Bison files FAC10001 etc., and looks like this:

topcon ABC001.nez FAC10001 0001 0.0  1 24 000 023   1  0.   0   0   0   0
topcon ABC001.nez FAC10002 0001 0.0  2 24 001 024   2  0.   0   0   0   0
topcon ABC001.nez FAC10003 0001 0.0  3 24 002 025   3  0.   0   0   0   0
topcon ABC001.nez FAC10004 0001 0.0  4 24 003 026   4  0.   0   0   0   0
topcon ABC001.nez FAC10005 0001 0.0  5 24 004 027   5  0.   0   0   0   0

The geom2 script looks like this:

 go1 001
 go1 002
 go1 003
 go1 004
 go1 005

The go1 script looks like this:

bis2seg FAC10$1
bhed FAC10$1.seg FAC10$1.xyz 0
mv bhedFAC1.seg F$1.seg
rm FAC10$1.seg