Module azdip_magic
[hide private]
[frames] | no frames]

Module azdip_magic

source code

Functions [hide private]
 
main()
NAME azdip_magic.py DESCRIPTION takes space delimited AzDip file and converts to MagIC formatted tables SYNTAX azdip_magic.py [command line options] OPTIONS -f FILE: specify input file -Fsa FILE: specify output file, default is: er_samples.txt -ncn NCON: specify naming convention: default is #1 below -mcd: specify sampling method codes as a colon delimited string: [default is: FS-FD:SO-POM] FS-FD field sampling done with a drill FS-H field sampling done with hand samples FS-LOC-GPS field location done with GPS FS-LOC-MAP field location done with map SO-POM a Pomeroy orientation device was used SO-ASC an ASC orientation device was used SO-MAG orientation with magnetic compass -loc: location name, default="unknown" INPUT FORMAT Input files must be space delimited: Samp Az Dip Strike Dip Orientation convention: Lab arrow azimuth = mag_azimuth; Lab arrow dip = 90-field_dip e.g.
source code
Function Details [hide private]

main()

source code 

NAME
    azdip_magic.py

DESCRIPTION
    takes space delimited AzDip file and converts to MagIC formatted tables

SYNTAX
    azdip_magic.py [command line options]

OPTIONS
    -f FILE: specify input file
    -Fsa FILE: specify output file, default is: er_samples.txt 
    -ncn NCON:  specify naming convention: default is #1 below
    -mcd: specify sampling method codes as a colon delimited string:  [default is: FS-FD:SO-POM]
         FS-FD field sampling done with a drill
         FS-H field sampling done with hand samples
         FS-LOC-GPS  field location done with GPS
         FS-LOC-MAP  field location done with map
         SO-POM   a Pomeroy orientation device was used
         SO-ASC   an ASC orientation device was used
         SO-MAG   orientation with magnetic compass
    -loc: location name, default="unknown"

INPUT FORMAT
    Input files must be space delimited:
        Samp  Az Dip Strike Dip 
    Orientation convention:
         Lab arrow azimuth = mag_azimuth; Lab arrow dip = 90-field_dip
            e.g. field_dip is degrees from horizontal of drill direction
   
     Magnetic declination convention:
         Az is already corrected in file 

     Sample naming convention:
        [1] XXXXY: where XXXX is an arbitrary length site designation and Y
            is the single character sample designation.  e.g., TG001a is the
            first sample from site TG001.    [default]
        [2] XXXX-YY: YY sample from site XXXX (XXX, YY of arbitary length)
        [3] XXXX.YY: YY sample from site XXXX (XXX, YY of arbitary length)
        [4-Z] XXXXYYY:  YYY is sample designation with Z characters from site XXX
        [5] sample = site
        [5] all others you will have to either customize your 
            self or e-mail ltauxe@ucsd.edu for help.  
OUTPUT
        output saved in er_samples.txt  will overwrite any existing files