sins_nav_data
index
/Users/schwehr/projects/xcore/src/segy-py/sins_nav_data.py

Read in the USGS walrus info bank navigation data
 
Integrated navigation (SINS) data. For example:
 
  http://walrus.wr.usgs.gov/infobank/w/w1377sc/seis/w-13-77-sc.stk.segy.tar
 
! 07/07/2004 clint w-13-77-sc.051
! /infobank/programs/time/lines2times/lines2times
! Integrated navigation (SINS) data
! (Year, Day, Hour, Min, Sec, Tenths, Latitude, Longitude)
! (i4.4, i3.3, 3i2.2, i1.1, t16, f9.5, t26, f10.5)
! (%4.4i%3.3i3%2.2i%1.1i %9.5f %10.5f\n)
! times are fake
!  
!*year,day,hr,min,sec,tenths,lat,long,line,shot,easting,northing,depth
 
Here is a sample line with no depth:
 
19770170001373  34.16973 -120.16525 WD-017              1072   1345077  250781

 
Modules
       
os
sqlite
time

 
Functions
       
createDatabase(dbFilename, datafile=None)
createDatabaseTable(cx)
Create an sqlite database table for USGS navigation data
 
time - time of shot.  Fake!?!?
tenths - tenth of a second to add to time
lat - shot latitude
lon - shot longitude
line - string for the line
shot - shot number
easting - I presume this is UTM, but zone and datum?? FIX:
northing - I presume this is UTM, but zone and datum?? FIX:
depth - optional depth of receiver???
loadData(cx, datafile)
read data from a USGS walrus nav file