Hi Olly,

El 17/05/2018 a las 0:36, Olly Betts escribió:

I think the formula is too complicated. I purpose a simpler formula, like:
             If bearing <=180
                       AverageBearing =  (bearing + (backbearing -180))/2
                 else
                       AverageBearing = (bearing + (backbearing +180))/2
Your proposed formula gives wrong answers in some cases - consider:

bearing = 80, backbearing = 0

These give AverageBearing = (80 + 0 - 180) / 2 = -50 (equivalent to
310), but this should be 130 (average of 80 and 180).

In this case is not a problem with my formula, is a serious magnetic anomaly (100 degrees difference)  and the program should to stop and to send a warning.


The therion formula is attempting to average the angles by trigonometry,
which seems a reasonable approach (though probably slower than trying to
average more directly like you're suggesting).  It looks essentially
correct to me, though it's a bit oddly written since cos(90 - x) is
sin(x), sin(90 - x) is -cos(x), 90 - atan2(y,x) is atan2(x,y) (possibly
+/- a multiple of 360).  But if I work it out with a calculator for
236.8 and 56.8 then I do get 236.8.

In the afternoon I have detected a strong anomaly problem in one station and corrected manually the data. Now the loop error is similar to Auriga and Compass (2.9m for a 1967m loop). But I have to check if Therion do the correct average calculation.


If it's still not working with the declination set to zero, perhaps
you should show us a complete small example we can process to see
what is going on?


I attach the original file with the fore/back sight (SCAGUA.th) and a manually averaged  (SCAGUA_avg.th) to compare if Survex and Therion work well. The error loop is similar between the two files (2,9m) but I have to check if the station are positioned at the same coordinates.

Regards,

Evaristo.


encoding  utf-8
survey SCAGUA
# Auriga 2.42, 2018-05-16T06:54:45Z

centerline # 09.10.10

date 2010.9.4
units tape meters
units compass degrees
units clino degrees
units backcompass degrees
units backclino degrees

#declination 0.00 degrees

extend right

station 279.0 "SO-279" entrance

data normal from to length compass backcompass clino backclino left right up 
down
        279.0             -      0.00    0.00    0.00     0.00    0.00    0.00  
  0.00    0.00    0.00 
        279.0        279.0A      2.33   236.8    56.8    -11.4    11.4    0.00  
  0.00    0.00    0.00 # .superficie
       279.0A         279.1      4.51   163.2   343.2    -32.2    32.2    0.00  
  0.00    0.00    0.00 # .superficie hasta anclaje desviador
        279.1         279.2     12.41     1.5   181.5    -77.7    77.7    0.00  
  0.00    0.00    0.00 
        279.2         279.3      1.95   212.2    33.1    -17.7    16.6    0.00  
  0.00    0.00    0.00 
        279.3         279.4      3.58   340.6   160.6    -32.9    32.9    0.00  
  0.00    0.00    0.00 
        279.4         279.5      1.96   317.9   138.4    -30.4    30.5    0.00  
  0.00    0.00    0.00 
        279.5         279.6      1.27   250.9    68.3    -31.8    31.1    0.00  
  0.00    0.00    0.00 # Fisura
        279.6         279.7      0.71   339.5   159.5    -12.4    12.4    0.00  
  0.00    0.00    0.00 # Fisura
        279.7         279.8      2.31   215.6    35.6    -10.4    10.4    0.00  
  0.00    0.00    0.00 # Lago bifurcacion
        279.8         279.9      5.57   354.6   174.6     -4.1     4.1    0.00  
  0.00    0.00    0.00 # Lago derecho
        279.8        279.20      3.98   158.7   339.6     -9.9    10.5    0.00  
  0.00    0.00    0.00 # Seguimos el.Lago a izkierda. Bifuracion lago a derecha
        279.9        279.10     11.24   329.5   149.5     -4.0     4.0    0.00  
  0.00    0.00    0.00 # Lago
       279.10        279.11      9.81     3.5   183.5      3.3    -3.3    0.00  
  0.00    0.00    0.00 # Lago sifonado a12 metros
       279.20       279.20A      3.44   221.9    41.9    -11.8    11.8    0.00  
  0.00    0.00    0.00 # Inicio otra galeria lago a derecha
       279.21        279.22      7.00   176.7   357.2     -2.8     2.5    0.00  
  0.00    0.00    0.00 
       279.22        279.23      6.49   109.6   290.5      0.6    -0.6    0.00  
  0.00    0.00    0.00 
       279.23        279.24     16.34   134.5   315.0      1.6    -2.0    0.00  
  0.00    0.00    0.00 # Lago. En la estacion 2 pequeñas galerias bajas a 
derecha
station 279.24 continuation
       279.23        279.44      2.19   166.0   345.9     -7.0     7.3    0.00  
  0.00    0.00    0.00 # Lago
       279.24        279.25      3.66    23.0   202.6      2.5    -2.9    0.00  
  0.00    0.00    0.00 # Lago
       279.25        279.26      6.67    87.2   267.0     -0.3     0.0    0.00  
  0.00    0.00    0.00 # Lago. En estacion fisura a derecha
station 279.26 continuation
       279.26        279.27      8.06    89.7   270.0     -0.7     0.7    0.00  
  0.00    0.00    0.00 # Lago. EN la estacion galeria estrecha a izquierda con 
aire
station 279.27 continuation
       279.27        279.28      4.01    65.6   246.0      4.0    -4.3    0.00  
  0.00    0.00    0.00 # Lago. En la estacion tubo superior aporte
station 279.28 continuation
       279.28        279.29      7.47   130.4   310.3     -3.0     2.8    0.00  
  0.00    0.00    0.00 # Lago. En estacion cupula
       279.29        279.30      6.96   195.9    16.2     -2.4     2.1    0.00  
  0.00    0.00    0.00 # Lago
       279.30        279.31     15.20   126.7   307.5      1.0    -1.6    0.00  
  0.00    0.00    0.00 # Lago. Inicio Puente de Roca
       279.31        279.32      5.16   230.9    50.3      0.5    -0.7    0.00  
  0.00    0.00    0.00 # Termina puente
       279.32        279.33     18.49   139.9   320.5     -1.5     1.1    0.00  
  0.00    0.00    0.00 # Arroyito
       279.33        279.34      4.77   101.6   282.5      7.0    -7.5    0.00  
  0.00    0.00    0.00 # Seco
       279.34        279.35      7.69   146.9   327.5     -2.7     2.5    0.00  
  0.00    0.00    0.00 # Seco
       279.35        279.36      8.10   110.5   291.5     -2.5     2.5    0.00  
  0.00    0.00    0.00 # Agua. En estacion galeria de aporte
station 279.36 continuation
       279.36        279.37      7.61    28.0   208.4      4.2    -4.3    0.00  
  0.00    0.00    0.00 # Seco
       279.37        279.38      6.32    94.9   275.8     -7.9     7.2    0.00  
  0.00    0.00    0.00 # Arroyo a derecha. Galeria a derecha. DEjamos humero 
humano 31
station 279.38 continuation
       279.38        279.39      8.35   139.1   320.4      4.0    -4.6    0.00  
  0.00    0.00    0.00 # Gran galeria a izquierda y arroyo a derecha
station 279.39 continuation
       279.39        279.40      5.19   104.4   284.4     -7.3     7.7    0.00  
  0.00    0.00    0.00 # Agua
       279.40        279.41     11.25   131.7   312.5     -2.2     1.8    0.00  
  0.00    0.00    0.00 # Seco
       279.41        279.42      4.71   108.9   290.0      1.5    -1.3    0.00  
  0.00    0.00    0.00 # Agua
       279.42        279.43      9.70   119.3   299.3     -1.3     1.3    0.00  
  0.00    0.00    0.00 # Tubo de aporte a izquierda. Agua
station 279.43 continuation
       279.43        279.45     13.39   153.9   333.9     -0.2     0.2    0.00  
  0.00    0.00    0.00 # Lago casi sifonado no hay 279.44
       279.45        279.46      4.55   172.6   353.5      4.5    -4.7    0.00  
  0.00    0.00    0.00 # Agua
       279.46        279.47     14.56   131.6   312.8      0.1     0.0    0.00  
  0.00    0.00    0.00 # Tubo de aporte a derecha. Agua
station 279.47 continuation
      279.20A        279.21     10.98   131.6   311.6      0.1    -0.1    0.00  
  0.00    0.00    0.00 

endcenterline

centerline # Agua10-10-10

date 2010.9.5
units tape meters
units compass degrees
units clino degrees
units backcompass degrees
units backclino degrees

#declination 0.00 degrees

extend right

station 278.0 "Cueva del Agua" entrance

data normal from to length compass backcompass clino backclino left right up 
down
        278.0             -      0.00    0.00    0.00     0.00    0.00    0.00  
  0.00    0.00    0.00 
        278.0         278.1     11.80   318.2   137.2    -21.3    21.3    0.00  
  0.00    0.00    0.00 
        278.1         278.2      9.95   354.2   173.6     -1.3     1.0    0.00  
  0.00    0.00    0.00 
        278.2         278.3      8.38   336.8   155.7     -0.8     0.8    0.00  
  0.00    0.00    0.00 
        278.3         278.4      5.71     6.2   186.2      8.4    -8.7    0.00  
  0.00    0.00    0.00 # Agua
        278.4         278.5      3.65   255.7    74.9     10.4   -10.5    0.00  
  0.00    0.00    0.00 # Agua.
        278.5         278.6      2.39   328.4   147.5      0.1    -0.5    0.00  
  0.00    0.00    0.00 # Agua. Galeria a izquierda
        278.6         278.7      1.66   330.7   149.9     43.6   -43.9    0.00  
  0.00    0.00    0.00 # Agua. Resalte 2 m
        278.7         278.8      4.30    49.6   230.6      8.9    -9.3    0.00  
  0.00    0.00    0.00 # Agua
        278.8         278.9      6.23   346.9   166.7      1.3    -1.5    0.00  
  0.00    0.00    0.00 # Agua
        278.9        278.10      3.28    71.1   251.8     -4.5     4.4    0.00  
  0.00    0.00    0.00 # Agua
       278.10        278.11      3.41   345.2   164.4     -1.8     1.9    0.00  
  0.00    0.00    0.00 # galeria a derecha. Agua
station 278.11 continuation
       278.11        278.12      3.44     2.4   182.8      3.0    -3.2    0.00  
  0.00    0.00    0.00 # Agua
       278.12        278.13     12.56   316.8   135.9      1.4    -1.4    0.00  
  0.00    0.00    0.00 # Agua
       278.13        278.14      3.83    21.8   201.7      0.5    -0.4    0.00  
  0.00    0.00    0.00 # Fisura a derecha. Agua
station 278.14 continuation
       278.14        278.15      4.27    94.0   275.0      7.7    -7.8    0.00  
  0.00    0.00    0.00 # Galeria seca a derecha. Seguimos agua
station 278.15 continuation
       278.15        278.16      6.40    26.1   206.3      9.1    -9.1    0.00  
  0.00    0.00    0.00 # Galeria seca a izquierda. Seguimos agua
station 278.16 continuation
       278.16        278.17     14.15    79.5   260.0      1.5    -1.7    0.00  
  0.00    0.00    0.00 # Sala de caos de bloques. Agua
       278.17        278.18      8.72    26.0   206.6      0.4    -0.6    0.00  
  0.00    0.00    0.00 # Agua
       278.18        278.19      4.11   350.3   169.5      3.8    -4.1    0.00  
  0.00    0.00    0.00 # Entrada verja
       278.19        278.20      7.61    40.4   221.0     -0.6     0.6    0.00  
  0.00    0.00    0.00 # Super blogue. Agua
       278.20        278.21      3.55    71.2   251.8     -8.1     8.2    0.00  
  0.00    0.00    0.00 # Agua
       278.21        278.22     11.23    34.7   215.0     -0.3     0.3    0.00  
  0.00    0.00    0.00 # Fractura tranversal a la galeria
       278.22        278.23      9.85    36.0   216.0      0.0    -0.3    0.00  
  0.00    0.00    0.00 # Belen. Otra fractura transversal
       278.23        278.24      8.72   341.9   161.1      4.3    -4.5    0.00  
  0.00    0.00    0.00 # Agua
       278.24        278.25      7.46    17.1   196.8     -1.6     1.8    0.00  
  0.00    0.00    0.00 # Fisura ascendente a izquierda
station 278.25 continuation
       278.25        278.26     10.67    19.9   200.1     -0.8     0.7    0.00  
  0.00    0.00    0.00 # Fisura ascendente a izquierda. Agua
station 278.26 continuation
       278.26        278.27      6.82    35.9   216.2     -1.5     1.7    0.00  
  0.00    0.00    0.00 # Fisura transversal 3 metros antes. Agua
       278.27        278.28      8.43    55.6   235.5      3.1    -3.0    0.00  
  0.00    0.00    0.00 # Agua
       278.28        278.29      5.16   118.4   299.1      0.7    -1.4    0.00  
  0.00    0.00    0.00 # Agua
       278.29        278.30      9.58   148.0   328.9      1.4    -1.5    0.00  
  0.00    0.00    0.00 # Agua
       278.30        278.31      7.99    82.1   261.0     -3.3     3.3    0.00  
  0.00    0.00    0.00 # galeria a.derecha seca. Agua
       278.31        278.32      6.83    75.9   256.1     -2.3     1.9    0.00  
  0.00    0.00    0.00 # Salida galeria seca a izquierda
       278.32        278.33     13.01    65.2   245.9      5.6    -5.9    0.00  
  0.00    0.00    0.00 # Agua
       278.33        278.34      6.38    46.4   227.0     -0.3     0.1    0.00  
  0.00    0.00    0.00 # Seco curso a izquierda
       278.34        278.35     25.03   353.1   173.1      0.1    -0.5    0.00  
  0.00    0.00    0.00 # Agua
       278.35        278.36     19.44   348.9   168.2      0.4    -0.7    0.00  
  0.00    0.00    0.00 # Puente seco. Curso a izquierda
       278.36        278.37     13.85   347.2   167.7      1.2    -1.5    0.00  
  0.00    0.00    0.00 # Comienza puente seco
       278.37        278.38     21.41   354.0   173.6      1.3    -1.6    0.00  
  0.00    0.00    0.00 # Galeria aerea a derecha. Termina puente seco, curso a 
izquierda
station 278.38 continuation
       278.38        278.39      6.61   347.9   167.7     10.1   -10.5    0.00  
  0.00    0.00    0.00 # Puente
       278.39        278.40     10.26   336.0   155.8      0.7    -1.1    0.00  
  0.00    0.00    0.00 # El barco comienza seco curso abajo derecha
       278.40        278.41      8.03   323.1   143.4     -3.9     3.9    0.00  
  0.00    0.00    0.00 # Seco
       278.41        278.42      4.52   255.2    74.9      8.6    -8.8    0.00  
  0.00    0.00    0.00 # Seco
       278.42        278.43      6.40   352.5   172.2      5.8    -6.1    0.00  
  0.00    0.00    0.00 # Comienza caos de bloques. Galeria agua abajo y arriba 
sale galeria ascendente
station 278.43 continuation
       278.43        278.45      9.87   321.9   141.7      4.0    -4.4    0.00  
  0.00    0.00    0.00 # Galeria al frente. Seco
station 278.45 continuation
       278.45        278.46     21.86   337.0   157.5     -7.0     6.8    0.00  
  0.00    0.00    0.00 # A izquierda visual tubo ascendente. Seco. Curso 
discurre planta abajo
       278.46        278.47      5.88    36.5   217.1      9.4    -9.6    0.00  
  0.00    0.00    0.00 # Seco
       278.47        278.48     11.61   329.9   149.8      1.7    -2.0    0.00  
  0.00    0.00    0.00 # Seco gran bloque en medio
       278.48        278.49      6.16   322.8   142.1      0.0    -0.5    0.00  
  0.00    0.00    0.00 # Seco
       278.49        278.50      7.86    14.6   195.1     -1.7     1.2    0.00  
  0.00    0.00    0.00 # Puente de roca. Tubo ascendente
station 278.50 continuation
       278.50        278.51     22.71   336.9   156.2      0.2    -0.1    0.00  
  0.00    0.00    0.00 # Seco sobre bloque
       278.51        278.52     15.78   335.6   155.4     -0.3     0.0    0.00  
  0.00    0.00    0.00 # Sobre Gours. Comienza agua
       278.52        278.53     11.05   290.5   110.1      1.8    -2.1    0.00  
  0.00    0.00    0.00 # Seco
       278.53        278.54      6.77   332.8   152.9     -3.9     4.0    0.00  
  0.00    0.00    0.00 # comienza Gours
       278.54        278.55      5.39   338.9   159.3      9.9   -10.2    0.00  
  0.00    0.00    0.00 # Termina Gours
       278.55        278.56      2.84   276.2    95.9    -11.9    11.3    0.00  
  0.00    0.00    0.00 
       278.56        278.57      4.75   336.4   155.8     13.0   -13.3    0.00  
  0.00    0.00    0.00 # En caos de bloques. Fisura ascendente y comienza agua
station 278.57 continuation
       278.57        278.58     16.19   349.9   169.8     -2.0     1.7    0.00  
  0.00    0.00    0.00 # Comienza puente
       278.58        278.59     13.59   323.6   143.3      7.0    -7.5    0.00  
  0.00    0.00    0.00 # Sigue puente curso a izquierda
       278.59        278.60     23.02   308.3   127.8     -1.4     1.1    0.00  
  0.00    0.00    0.00 # Galeria a izquierda. Estacion
station 278.60 continuation
       278.60        278.61      2.01    65.1   245.9    -24.0    23.6    0.00  
  0.00    0.00    0.00 
       278.61        278.62     18.64   340.3   159.9      0.2    -0.5    0.00  
  0.00    0.00    0.00 # Agua
       278.62        278.63     10.46   347.6   167.4      4.2    -4.4    0.00  
  0.00    0.00    0.00 
       278.63        278.64      8.84   125.3   306.0     -0.5     0.5    0.00  
  0.00    0.00    0.00 # A derecha pozo ascendente
station 278.64 continuation
       278.64        278.65      5.10    42.6   223.0      1.3    -1.6    0.00  
  0.00    0.00    0.00 
       278.65        279.47      1.38    70.6   251.6      6.8    -6.7    0.00  
  0.00    0.00    0.00 # Enganche

endcenterline

centerline # Superficie puente

date 2010.9.5
units tape meters
units compass degrees
units clino degrees
units backcompass degrees
units backclino degrees

#declination 0.00 degrees

extend right

data normal from to length compass backcompass clino backclino left right up 
down
          0.0           0.1      6.71   171.6   351.6      3.6    -3.6    0.00  
  0.00    0.00    0.00 
          0.0         278.0      2.42    37.6   217.6    -26.8    26.8    0.00  
  0.00    0.00    0.00 
          0.1           0.2      8.33   149.9   329.9    -20.0    20.0    0.00  
  0.00    0.00    0.00 
          0.2           0.3     10.85    92.2   272.2      7.0    -7.0    0.00  
  0.00    0.00    0.00 
          0.3           0.4      6.30    66.7   246.7    -32.9    32.9    0.00  
  0.00    0.00    0.00 
          0.4           0.5      6.84    84.9   264.9    -31.5    31.5    0.00  
  0.00    0.00    0.00 
          0.5           0.6      4.22     8.9   188.9    -24.3    24.3    0.00  
  0.00    0.00    0.00 
          0.6           0.7      5.07    89.6   269.6    -23.1    23.1    0.00  
  0.00    0.00    0.00 
          0.7           0.8      2.33   186.9     6.9     10.6   -10.6    0.00  
  0.00    0.00    0.00 # Placa amarilla en SO

endcenterline

centerline # Superficie pozo.conexion 279-21

date 2010.9.6
units tape meters
units compass degrees
units clino degrees
units backcompass degrees
units backclino degrees

#declination 0.00 degrees

extend right

data normal from to length compass backcompass clino backclino left right up 
down
        279.0           S.0      2.35   336.4   156.4     38.9   -38.9    0.00  
  0.00    0.00    0.00 
          S.0           S.1      5.44   347.1   167.1     11.5   -11.5    0.00  
  0.00    0.00    0.00 
          S.1           S.2      6.34     8.4   188.4      1.1    -1.1    0.00  
  0.00    0.00    0.00 
          S.2           S.3      6.07    29.9   209.9      2.3    -2.3    0.00  
  0.00    0.00    0.00 # Borde W dolina
          S.3           S.4      6.28   329.7   149.7      3.3    -3.3    0.00  
  0.00    0.00    0.00 
          S.3          S.3A     12.85    84.7   264.7    -16.7    16.7    0.00  
  0.00    0.00    0.00 # Sobre placa 557
          S.4           S.5      5.39   329.6   149.6      7.1    -7.1    0.00  
  0.00    0.00    0.00 
          S.5           S.6      6.43    20.8   200.8      2.3    -2.3    0.00  
  0.00    0.00    0.00 
          S.6           S.7      5.74   348.3   168.3      6.5    -6.5    0.00  
  0.00    0.00    0.00 
          S.7           S.8      6.15    22.4   202.4     -1.0     1.0    0.00  
  0.00    0.00    0.00 
          S.8           S.9      5.78    76.2   256.2     -1.0     1.0    0.00  
  0.00    0.00    0.00 
          S.9          S.10      6.93    58.5   238.5      1.0    -1.0    0.00  
  0.00    0.00    0.00 
         S.10          S.11      5.63    17.2   197.2     -3.1     3.1    0.00  
  0.00    0.00    0.00 
         S.11          21.0      9.62   337.7   157.7    -20.9    20.9    0.00  
  0.00    0.00    0.00 # Placa 282

endcenterline

centerline # 21

date 2010.9.6
units tape meters
units compass degrees
units clino degrees
units backcompass degrees
units backclino degrees

#declination 0.00 degrees

extend right

station 21.0 "SO-21" entrance
station 21.84 "Troplein" entrance

data normal from to length compass backcompass clino backclino left right up 
down
         21.0             -      0.00    0.00    0.00     0.00    0.00    0.00  
  0.00    0.00    0.00 # Placa 282
         21.0          21.1      1.76   237.9    57.9    -22.1    22.1    0.00  
  0.00    0.00    0.00 
         21.1          21.2      6.22   235.6    55.6    -37.5    37.5    0.00  
  0.00    0.00    0.00 # Superficie a cabecera de pozo
         21.2          21.3     11.98    14.1   193.5    -77.5    77.6    0.00  
  0.00    0.00    0.00 # Pozo
         21.3          21.4      4.52   289.0   108.9    -12.9    13.0    0.00  
  0.00    0.00    0.00 
         21.4          21.5      2.74   317.2   137.6     -9.2     9.5    0.00  
  0.00    0.00    0.00 
         21.5          21.6      1.85   231.1    50.9    -11.7    11.3    0.00  
  0.00    0.00    0.00 # Conexion Lechero
         21.6          21.7      5.32   152.3   333.0     -1.2     1.4    0.00  
  0.00    0.00    0.00 
         21.7          21.8      4.12   143.9   324.0     -2.8     2.8    0.00  
  0.00    0.00    0.00 
         21.8          21.9      3.26    64.6   244.6     12.1   -12.1    0.00  
  0.00    0.00    0.00 # Inicio pasamanos
         21.9         21.10      9.95   142.8   322.5      8.8    -9.2    0.00  
  0.00    0.00    0.00 # Pasamanos
        21.10         21.11      7.26   128.6   309.1     -3.9     3.9    0.00  
  0.00    0.00    0.00 
        21.11         21.12      5.37    22.1   202.1    -14.5    14.3    0.00  
  0.00    0.00    0.00 # Fin pasamanos
        21.12         21.13      6.88   146.7   326.7     -3.7     3.4    0.00  
  0.00    0.00    0.00 # Punto de enganche Calaforra
station 21.13 continuation
        21.13         21.14      4.95   136.0   316.5      5.7    -6.0    0.00  
  0.00    0.00    0.00 
        21.14         21.15      7.65   109.2   290.0      1.8    -1.7    0.00  
  0.00    0.00    0.00 
        21.15         21.16     14.05   138.9   319.4      2.7    -3.0    0.00  
  0.00    0.00    0.00 
        21.16         21.17      7.75   105.4   286.0     -2.3     2.4    0.00  
  0.00    0.00    0.00 # Sale galeria a derecha 2 m mas adelante
station 21.17 continuation
        21.17         21.18     13.05   134.0   314.0     -3.3     3.0    0.00  
  0.00    0.00    0.00 # Meandro por la izquierda .
        21.18         21.19      6.63   113.1   293.9      4.0    -3.9    0.00  
  0.00    0.00    0.00 # Tubo a la izquierda y mas adelante una galeria colgada
station 21.19 continuation
        21.19         21.20     24.99   145.5   326.1     -3.3     3.2    0.00  
  0.00    0.00    0.00 # Sala donde comienza techo bajo
        21.20         21.21      2.14    58.8   239.3    -29.6    29.8    0.00  
  0.00    0.00    0.00 
        21.21         21.22      9.56   142.1   321.7      0.0     0.0    0.00  
  0.00    0.00    0.00 # Galeria a izquierda
station 21.22 continuation
        21.22         21.23      7.99   171.5   351.4     17.4   -17.8    0.00  
  0.00    0.00    0.00 # Galeria a izquierda
station 21.23 continuation
        21.23         21.24     13.17   176.4   356.9     -1.0     1.4    0.00  
  0.00    0.00    0.00 # Tubo a derecha. Sala formaciones blancas
        21.24         21.25      9.66   162.4   343.0     -5.2     5.0    0.00  
  0.00    0.00    0.00 # Galeria a derecha
station 21.25 continuation
        21.25         21.26     11.70   131.1   312.0      1.1    -1.0    0.00  
  0.00    0.00    0.00 
        21.26         21.27     19.16   139.5   320.3      4.7    -4.5    0.00  
  0.00    0.00    0.00 # Comienza galeria de las estalactitas.Techo 12 metros
        21.27         21.28      1.84   159.9   339.2      1.6    -1.6    0.00  
  0.00    0.00    0.00 
        21.28         21.29      1.69    87.8   268.0     -8.7     8.8    0.00  
  0.00    0.00    0.00 # Conecta galeria lateral
        21.29         21.30      7.12   126.7   307.2     -5.1     5.0    0.00  
  0.00    0.00    0.00 # Techos 15m
        21.30         21.31     18.34   121.6   302.2     -2.2     2.7    0.00  
  0.00    0.00    0.00 
        21.31         21.32      8.59   155.4   335.3      3.7    -4.1    0.00  
  0.00    0.00    0.00 # Galeria de frente en medio cortina de estalactitas
        21.32         21.33     10.01   114.1   294.9      0.2    -0.3    0.00  
  0.00    0.00    0.00 
        21.33         21.34      4.33   166.2   345.8     -5.3     5.5    0.00  
  0.00    0.00    0.00 
        21.34         21.35     11.32   133.6   314.2      2.2    -1.7    0.00  
  0.00    0.00    0.00 
        21.35         21.36      4.92   132.4   313.0     -3.1     3.1    0.00  
  0.00    0.00    0.00 # Meandro desfondado
        21.36         21.37     12.42    44.3   225.0     -2.9     3.1    0.00  
  0.00    0.00    0.00 
        21.37         21.38      6.63   121.9   302.5      5.6    -5.9    0.00  
  0.00    0.00    0.00 
        21.38         21.39      6.91    69.3   250.3     -4.7     4.3    0.00  
  0.00    0.00    0.00 
        21.39         21.40     11.58   121.4   302.0      2.4    -2.0    0.00  
  0.00    0.00    0.00 
        21.40         21.41     19.67   150.5   331.0     -2.0     1.6    0.00  
  0.00    0.00    0.00 
        21.41         21.42      5.51   101.3   285.0      8.8    -8.8    0.00  
  0.00    0.00    0.00 # Galeria a izquierda
station 21.42 continuation
        21.42        21.42A     10.83   166.0   346.0     -3.1     3.1    0.00  
  0.00    0.00    0.00 # Fractura tranversal
station 21.42A continuation
        21.43         21.44      7.95   161.0   341.8     -1.1     1.0    0.00  
  0.00    0.00    0.00 
        21.44         21.45     12.12   206.4    25.8     -1.0     0.8    0.00  
  0.00    0.00    0.00 
        21.45         21.46     13.73   147.8   328.2     -0.7     0.0    0.00  
  0.00    0.00    0.00 # En medio visual paso de estalactitas bajas
        21.46         21.47     11.13   168.4   349.0     -2.0     2.3    0.00  
  0.00    0.00    0.00 # Fractura a derecha
station 21.47 continuation
        21.47         21.48      6.38   144.2   325.0     -4.6     4.0    0.00  
  0.00    0.00    0.00 # Ventana a izquirda
station 21.48 continuation
        21.48         21.49     19.47   144.1   325.2      3.6    -3.3    0.00  
  0.00    0.00    0.00 # Aparece curso a izquierda
        21.49         21.50     19.07   155.9   336.5     -1.7     1.6    0.00  
  0.00    0.00    0.00 # Galeria amplia con grandes bloques
        21.50         21.51      2.31   152.9   332.8    -10.9    10.7    0.00  
  0.00    0.00    0.00 # Ventana a derecha
station 21.51 continuation
        21.51         21.52      2.11   102.8   283.2     -1.1     1.0    0.00  
  0.00    0.00    0.00 
        21.52         21.53      5.68   161.9   341.9     -3.9     3.7    0.00  
  0.00    0.00    0.00 
        21.53         21.54      6.97   128.2   309.4     -2.3     2.6    0.00  
  0.00    0.00    0.00 
        21.54         21.55     10.02   105.9   286.2     -1.6     1.7    0.00  
  0.00    0.00    0.00 # Paso de bloques a derecha
        21.55         21.56      6.14   122.2   303.0     10.2   -10.4    0.00  
  0.00    0.00    0.00 # Galeria a derecha
station 21.56 continuation
        21.56         21.57      3.57    40.3   220.3    -23.6    23.6    0.00  
  0.00    0.00    0.00 
        21.57         21.58     13.66   153.8   333.9     -2.0     1.9    0.00  
  0.00    0.00    0.00 
        21.58         21.59      5.83   105.9   286.6      2.1    -1.8    0.00  
  0.00    0.00    0.00 
        21.59         21.60      5.99   144.5   325.0      0.8    -1.1    0.00  
  0.00    0.00    0.00 # Laminador
        21.60         21.61      6.01   137.9   318.4     -3.3     3.2    0.00  
  0.00    0.00    0.00 # Galeria a izquierda. Formacione
station 21.61 continuation
        21.61         21.62      6.73   199.8    19.3      4.0    -4.8    0.00  
  0.00    0.00    0.00 # Lamiador
        21.62         21.63      6.65   144.3   325.3     -4.1     4.3    0.00  
  0.00    0.00    0.00 # Laminador
        21.63         21.64     10.44   150.6   331.0      3.0    -2.7    0.00  
  0.00    0.00    0.00 # Tubo ascendente
station 21.64 continuation
        21.64         21.65      5.80   173.0   353.6     -0.7     0.5    0.00  
  0.00    0.00    0.00 # Entrada sala caos de bloques
        21.65         21.66      0.74   347.1   166.7     64.7   -65.0    0.00  
  0.00    0.00    0.00 # Chimenea hacia arriba 13m
station 21.66 continuation
        21.66         21.67      7.56   171.4   351.8     -1.7     2.0    0.00  
  0.00    0.00    0.00 # Sumidero a derecha
station 21.67 continuation
        21.67         21.68      9.57   157.2   338.3     -3.2     3.1    0.00  
  0.00    0.00    0.00 
        21.68         21.69      6.02   221.4    40.8     -1.8     1.2    0.00  
  0.00    0.00    0.00 # A derecha ventana
station 21.69 continuation
        21.69         21.70     17.69   154.8   335.4     -1.9     2.3    0.00  
  0.00    0.00    0.00 
        21.70         21.71      3.79    92.7   273.0     -0.5     0.0    0.00  
  0.00    0.00    0.00 # Sobre resalte
        21.71         21.72      6.20   112.8   293.5    -20.4    20.0    0.00  
  0.00    0.00    0.00 # Ventana arriba y aporte de agua por debajo
station 21.72 continuation
        21.72         21.73      6.94   175.2   354.9    -12.6    12.4    0.00  
  0.00    0.00    0.00 # Agua
        21.73         21.74      5.54   117.7   298.1     -4.9     4.6    0.00  
  0.00    0.00    0.00 
        21.74         21.75      3.42   127.4   306.8      9.1    -8.9    0.00  
  0.00    0.00    0.00 # Inicio caos de bloques
        21.75         21.76      1.15   116.4   297.0     -2.1     2.8    0.00  
  0.00    0.00    0.00 
        21.76         21.77      4.78   195.0    14.5    -35.0    35.3    0.00  
  0.00    0.00    0.00 # Gateras caos de bloques
        21.77         21.78      4.46   129.8   309.4     -5.1     4.9    0.00  
  0.00    0.00    0.00 
        21.78         21.79      1.07    46.3   226.9    -36.3    35.7    0.00  
  0.00    0.00    0.00 
        21.79         21.80      5.04   154.7   335.1     -2.4     2.3    0.00  
  0.00    0.00    0.00 
        21.80         21.81      3.47    61.6   241.0     -6.5     6.5    0.00  
  0.00    0.00    0.00 
        21.81         21.82      0.31   253.4    73.4    -85.5    85.5    0.00  
  0.00    0.00    0.00 # Pirolo del naranjo de Bulnes
        21.82         21.83      2.03   103.3   283.3     10.1   -10.1    0.00  
  0.00    0.00    0.00 # Pirulo Naranjo de Bulnes
        21.83         21.84      1.15    83.0   263.0     21.0   -21.0    0.00  
  0.00    0.00    0.00 # Exterior
       21.42A         21.43      4.93   167.6   348.4      1.4    -1.2    0.00  
  0.00    0.00    0.00 
          L.0          21.6      0.00    0.00    0.00     0.00    0.00    0.00  
  0.00    0.00    0.00 

endcenterline

centerline # Lechero

date 2010.10.11
units tape meters
units compass degrees
units clino degrees
units backcompass degrees
units backclino degrees

#declination 0.00 degrees

extend right

data normal from to length compass  clino  left right up down
          L.0           L.1      4.08   325.9      12.4     0.00    0.00    
0.00    0.00 # Bifurcacion derecha hacia sifon terminal. Galeria fosil.
          L.1           L.2      4.15   301.4      -2.2     0.00    0.00    
0.00    0.00 
          L.2           L.3      7.79   338.5       2.9     0.00    0.00    
0.00    0.00 # Formacion caracteristica. Columnita.
          L.3           L.4     11.48   303.6       3.4     0.00    0.00    
0.00    0.00 
          L.4           L.5      6.87   325.5       3.0     0.00    0.00    
0.00    0.00 
          L.5           L.6     10.64   319.1     -18.7     0.00    0.00    
0.00    0.00 
          L.6           L.7      2.34   296.2       2.4     0.00    0.00    
0.00    0.00 
          L.7           L.8      1.66   311.0     -16.4     0.00    0.00    
0.00    0.00 
          L.8           L.9      2.87   287.7     -53.0     0.00    0.00    
0.00    0.00 # Nivel agua sifon. FIN.

endcenterline

centerline # Superficie surgencias Agua.21

date 2010.9.6
units tape meters
units compass degrees
units clino degrees
units backcompass degrees
units backclino degrees

#declination 0.00 degrees

extend right

data normal from to length compass backcompass clino backclino left right up 
down
          0.8           A.1     17.81    58.6   238.6      2.2    -2.2    0.00  
  0.00    0.00    0.00 
          A.1           A.2     10.63    43.5   223.8      0.0     0.3    0.00  
  0.00    0.00    0.00 
          A.2           A.3     12.31    33.7   212.8     18.5   -18.8    0.00  
  0.00    0.00    0.00 
          A.3           A.4     20.92    64.9   245.4      0.8    -1.0    0.00  
  0.00    0.00    0.00 
          A.4           A.5     26.34    86.3   267.2     -1.0     0.8    0.00  
  0.00    0.00    0.00 
          A.5           A.6     55.89    77.5   258.1     -0.9     0.6    0.00  
  0.00    0.00    0.00 
          A.6           A.7     25.61    35.1   215.6     -1.5     1.5    0.00  
  0.00    0.00    0.00 
          A.7           A.8     32.96    27.4   207.4     -1.2     1.1    0.00  
  0.00    0.00    0.00 
          A.8           A.9     22.88    17.8   198.3     -2.3     2.2    0.00  
  0.00    0.00    0.00 
          A.9          A.10     27.54    19.1   199.5     -3.5     3.3    0.00  
  0.00    0.00    0.00 
         A.10          A.11     32.77   344.2   163.5      3.9    -4.1    0.00  
  0.00    0.00    0.00 
         A.11          A.12     32.14   325.7   144.5     11.3   -11.5    0.00  
  0.00    0.00    0.00 
         A.12          A.13     14.68   323.8   142.2     19.3   -19.3    0.00  
  0.00    0.00    0.00 
         A.13         21.84      4.79   299.5   118.6    -17.8    17.5    0.00  
  0.00    0.00    0.00 

endcenterline

centerline 

date 2010.10.11
units tape meters
units compass degrees
units clino degrees
units backcompass degrees
units backclino degrees

#declination 0.00 degrees

extend right

station 32.0 "SO-32" entrance

data normal from to length compass  clino  left right up down
         32.0             -      0.00    0.00      0.00     0.00    0.00    
0.00    0.00 
         32.0          32.1      3.87   247.3     -41.6     0.00    0.00    
0.00    0.00 # Clavija superior
         32.1          32.2     10.85     9.6     -79.4     0.00    0.00    
0.00    0.00 
         32.2          32.3      2.35   28.45    -30.84     0.00    0.00    
0.00    0.00 
         32.3          32.4      1.85  311.85    -32.18     0.00    0.00    
0.00    0.00 
         32.4          32.5      7.15  358.96     -64.4     0.00    0.00    
0.00    0.00 
         32.5          32.6      1.59   50.89      11.9     0.00    0.00    
0.00    0.00 
         32.6          32.7     20.02  135.44       1.1     0.00    0.00    
0.00    0.00 
         32.7          32.8      6.68  144.42    -12.29     0.00    0.00    
0.00    0.00 
         32.8          32.9      6.59   69.79     11.61     0.00    0.00    
0.00    0.00 
         32.9         32.10      1.90  153.51    -24.18     0.00    0.00    
0.00    0.00 # Inicio segundo pozo
        32.10         32.11      3.24  159.28    -73.87     0.00    0.00    
0.00    0.00 
        32.11         32.12      3.69   97.32    -78.81     0.00    0.00    
0.00    0.00 # Base pozos
        32.12         32.13      2.21   51.57     13.75     0.00    0.00    
0.00    0.00 
        32.12         32.50      6.86  267.94      1.01     0.00    0.00    
0.00    0.00 
        32.13         32.14      4.52  101.63      0.54     0.00    0.00    
0.00    0.00 
        32.14         32.15      4.96  133.39     -1.44     0.00    0.00    
0.00    0.00 
        32.15         32.16      1.00   83.02     -6.88     0.00    0.00    
0.00    0.00 
        32.16         32.17      2.69   76.02    -11.21     0.00    0.00    
0.00    0.00 
        32.17         32.18      2.61  126.09     -5.51     0.00    0.00    
0.00    0.00 
        32.18         32.19      3.13  165.67     11.44     0.00    0.00    
0.00    0.00 
        32.19         32.20      3.23  101.56      2.84     0.00    0.00    
0.00    0.00 
        32.20         32.21      7.04  102.88      0.42     0.00    0.00    
0.00    0.00 
        32.21         32.22      2.89   48.27      3.31     0.00    0.00    
0.00    0.00 
        32.22         32.23      1.93   13.26     -3.37     0.00    0.00    
0.00    0.00 # Bifurcacion
        32.23         32.24      2.46  320.68       2.5     0.00    0.00    
0.00    0.00 # obturado
        32.23         32.25      2.34   102.0      0.76     0.00    0.00    
0.00    0.00 
        32.25         32.26      1.86  148.49      5.28     0.00    0.00    
0.00    0.00 
        32.26         32.27      2.02  101.08      3.52     0.00    0.00    
0.00    0.00 
        32.27         32.28      2.37   146.1     -4.48     0.00    0.00    
0.00    0.00 
        32.28         32.29      2.37   102.4     -3.44     0.00    0.00    
0.00    0.00 
        32.29         32.30      2.44  158.71     -3.44     0.00    0.00    
0.00    0.00 
        32.30         32.31      1.04   94.19     11.43     0.00    0.00    
0.00    0.00 # HACIA LA MENTA PASO SUPERIOR SOBRE MEANDRO
        32.50         32.51      4.37  195.59     -1.27     0.00    0.00    
0.00    0.00 
        32.51         32.52      9.03  177.99     -0.79     0.00    0.00    
0.00    0.00 
        32.52         32.53      4.45  122.83      3.61     0.00    0.00    
0.00    0.00 
        32.53         32.54      8.72  145.66      0.21     0.00    0.00    
0.00    0.00 
        32.54         32.55      7.02  117.18      -8.5     0.00    0.00    
0.00    0.00 
        32.55         32.56      6.72  242.83     -1.07     0.00    0.00    
0.00    0.00 
        32.56         32.57      8.27  230.45     -5.76     0.00    0.00    
0.00    0.00 
        32.57         32.58      9.87  257.56      3.41     0.00    0.00    
0.00    0.00 
        32.58         32.59      8.30   298.0     -0.84     0.00    0.00    
0.00    0.00 
        32.59         32.60      8.11  210.37      1.12     0.00    0.00    
0.00    0.00 
        32.60         32.61      7.22  272.76     -3.82     0.00    0.00    
0.00    0.00 
        32.61         32.62      3.30  344.79     -2.72     0.00    0.00    
0.00    0.00 
        32.62         32.63      7.23  213.87     -0.39     0.00    0.00    
0.00    0.00 
        32.63         32.64     12.87  159.09     -0.32     0.00    0.00    
0.00    0.00 
        32.64         32.65     17.20  241.85     -0.62     0.00    0.00    
0.00    0.00 
        32.65         32.66     14.69  293.06     -0.48     0.00    0.00    
0.00    0.00 
        32.66         32.67      9.69   301.6      -0.7     0.00    0.00    
0.00    0.00 
        32.67         32.68      8.63  219.59     -0.73     0.00    0.00    
0.00    0.00 # Burgos
        32.68         32.69      1.59  235.53     -6.47     0.00    0.00    
0.00    0.00 
        32.69         32.70     15.47  145.76      2.58     0.00    0.00    
0.00    0.00 
        32.70         32.71      2.46  188.59     33.07     0.00    0.00    
0.00    0.00 
        32.71         21.13      1.95   182.5     31.59     0.00    0.00    
0.00    0.00 

endcenterline
endsurvey

encoding  utf-8
survey SCAGUA
# Auriga 2.42, 2018-05-16T06:54:45Z

centerline # 09.10.10

date 2010.9.4
units tape meters
units compass degrees
units clino degrees

declination 0.00 degrees

extend right

station 279.0 "SO-279" entrance

data normal from to length compass clino 
279.0   279.0A  2.33    236.8   -11.4
279.1   279.2   12.41   1.5     -77.7
279.2   279.3   1.95    212.65  -17.15
279.3   279.4   3.58    340.6   -32.9
279.4   279.5   1.96    318.15  -30.45
279.5   279.6   1.27    249.6   -31.45
279.6   279.7   0.71    339.5   -12.4
279.7   279.8   2.31    215.6   -10.4
279.8   279.9   5.57    354.6   -4.1
279.8   279.20  3.98    159.15  -10.2
279.9   279.10  11.24   329.5   -4
279.0A  279.1   4.51    163.2   -32.2
279.10  279.11  9.81    3.5     3.3
279.20  279.20A 3.44    221.9   -11.8
279.21  279.22  7       176.95  -2.65
279.22  279.23  6.49    110.05  0.6
279.23  279.24  16.34   134.75  1.8
279.23  279.44  2.19    165.95  -7.15
279.24  279.25  3.66    22.8    2.7
279.25  279.26  6.67    87.1    -0.15
279.26  279.27  8.06    89.85   -0.7
279.27  279.28  4.01    65.8    4.15
279.28  279.29  7.47    130.35  -2.9
279.29  279.30  6.96    196.05  -2.25
279.30  279.31  15.2    127.1   1.3
279.31  279.32  5.16    230.6   0.6
279.32  279.33  18.49   140.2   -1.3
279.33  279.34  4.77    102.05  7.25
279.34  279.35  7.69    147.2   -2.6
279.35  279.36  8.1     111     -2.5
279.36  279.37  7.61    28.2    4.25
279.37  279.38  6.32    95.35   -7.55
279.38  279.39  8.35    139.75  4.3
279.39  279.40  5.19    104.4   -7.5
279.40  279.41  11.25   132.1   -2
279.41  279.42  4.71    109.45  1.4
279.42  279.43  9.7     119.3   -1.3
279.43  279.45  13.39   153.9   -0.2
279.45  279.46  4.55    173.05  4.6
279.46  279.47  14.56   132.2   0.05
279.20A 279.21  10.98   131.6   0.1



endcenterline

centerline # Agua10-10-10

date 2010.9.5
units tape meters
units compass degrees
units clino degrees
declination 0.00 degrees

extend right

station 278.0 "Cueva del Agua" entrance

data normal from to length compass clino 
278.0   278.1   11.8    317.7   -21.3
278.1   278.2   9.95    353.9   -1.15
278.2   278.3   8.38    336.25  -0.8
278.3   278.4   5.71    6.2     8.55
278.4   278.5   3.65    255.3   10.45
278.5   278.6   2.39    327.95  0.3
278.6   278.7   1.66    330.3   43.75
278.7   278.8   4.3     50.1    9.1
278.8   278.9   6.23    346.8   1.4
278.9   278.10  3.28    71.45   -4.45
278.10  278.11  3.41    344.8   -1.85
278.11  278.12  3.44    2.6     3.1
278.12  278.13  12.56   316.35  1.4
278.13  278.14  3.83    21.75   0.45
278.14  278.15  4.27    94.5    7.75
278.15  278.16  6.4     26.2    9.1
278.16  278.17  14.15   79.75   1.6
278.17  278.18  8.72    26.3    0.5
278.18  278.19  4.11    349.9   3.95
278.19  278.20  7.61    40.7    -0.6
278.20  278.21  3.55    71.5    -8.15
278.21  278.22  11.23   34.85   -0.3
278.22  278.23  9.85    36      0.15
278.23  278.24  8.72    341.5   4.4
278.24  278.25  7.46    16.95   -1.7
278.25  278.26  10.67   20      -0.75
278.26  278.27  6.82    36.05   -1.6
278.27  278.28  8.43    55.55   3.05
278.28  278.29  5.16    118.75  1.05
278.29  278.30  9.58    148.45  1.45
278.30  278.31  7.99    81.55   -3.3
278.31  278.32  6.83    76      -2.1
278.32  278.33  13.01   65.55   5.75
278.33  278.34  6.38    46.7    -0.2
278.34  278.35  25.03   353.1   0.3
278.35  278.36  19.44   348.55  0.55
278.36  278.37  13.85   347.45  1.35
278.37  278.38  21.41   353.8   1.45
278.38  278.39  6.61    347.8   10.3
278.39  278.40  10.26   335.9   0.9
278.40  278.41  8.03    323.25  -3.9
278.41  278.42  4.52    255.05  8.7
278.42  278.43  6.4     352.35  5.95
278.43  278.45  9.87    321.8   4.2
278.45  278.46  21.86   337.25  -6.9
278.46  278.47  5.88    36.8    9.5
278.47  278.48  11.61   329.85  1.85
278.48  278.49  6.16    322.45  0.25
278.49  278.50  7.86    14.85   -1.45
278.50  278.51  22.71   336.55  0.15
278.51  278.52  15.78   335.5   -0.15
278.52  278.53  11.05   290.3   1.95
278.53  278.54  6.77    332.85  -3.95
278.54  278.55  5.39    339.1   10.05
278.55  278.56  2.84    276.05  -11.6
278.56  278.57  4.75    336.1   13.15
278.57  278.58  16.19   349.85  -1.85
278.58  278.59  13.59   323.45  7.25
278.59  278.60  23.02   308.05  -1.25
278.60  278.61  2.01    65.5    -23.8
278.61  278.62  18.64   340.1   0.35
278.62  278.63  10.46   347.5   4.3
278.63  278.64  8.84    125.65  -0.5
278.64  278.65  5.1     42.8    1.45
278.65  279.47  1.38    71.1    6.75
 

endcenterline

centerline # Superficie puente

date 2010.9.5
units tape meters
units compass degrees
units clino degrees
declination 0.00 degrees


extend right

data normal from to length compass clino 
0.0     0.1     6.71   171.6        3.6 
0.0     278.0   2.42    37.6    -26.8
0.1     0.2     8.33    149.9   -20
0.2     0.3     10.85   92.2    7
0.3     0.4     6.3     66.7    -32.9
0.4     0.5     6.84    84.9    -31.5
0.5     0.6     4.22    8.9     -24.3
0.6     0.7     5.07    89.6    -23.1
0.7     0.8     2.33    186.9   10.6

          

endcenterline

centerline # Superficie pozo.conexion 279-21

date 2010.9.6
units tape meters
units compass degrees
units clino degrees

declination 0.00 degrees

extend right

data normal from to length compass clino 
279.0   S.0     2.35    336.4   38.9
S.0     S.1     5.44    347.1   11.5
S.1     S.2     6.34    8.4     1.1
S.2     S.3     6.07    29.9    2.3
S.3     S.4     6.28    329.7   3.3
S.3     S.3A    12.85   84.7    -16.7
S.4     S.5     5.39    329.6   7.1
S.5     S.6     6.43    20.8    2.3
S.6     S.7     5.74    348.3   6.5
S.7     S.8     6.15    22.4    -1
S.8     S.9     5.78    76.2    -1
S.9     S.10    6.93    58.5    1
S.10    S.11    5.63    17.2    -3.1
S.11    21.0    9.62    337.7   -20.9


endcenterline

centerline # 21

date 2010.9.6
units tape meters
units compass degrees
units clino degrees

declination 0.00 degrees

extend right

station 21.0 "SO-21" entrance
station 21.84 "Troplein" entrance

data normal from to length compass clino 
21.0    21.1    1.76    237.9   -22.1
21.1    21.2    6.22    235.6   -37.5
21.2    21.3    11.98   13.8    -77.55
21.3    21.4    4.52    288.95  -12.95
21.4    21.5    2.74    317.4   -9.35
21.5    21.6    1.85    231     -11.5
21.6    21.7    5.32    152.65  -1.3
21.7    21.8    4.12    143.95  -2.8
21.8    21.9    3.26    64.6    12.1
21.9    21.10   9.95    142.65  9
21.10   21.11   7.26    128.85  -3.9
21.11   21.12   5.37    22.1    -14.4
21.12   21.13   6.88    146.7   -3.55
21.13   21.14   4.95    136.25  5.85
21.14   21.15   7.65    109.6   1.75
21.15   21.16   14.05   139.15  2.85
21.16   21.17   7.75    105.7   -2.35
21.17   21.18   13.05   134     -3.15
21.18   21.19   6.63    113.5   3.95
21.19   21.20   24.99   145.8   -3.25
21.20   21.21   2.14    59.05   -29.7
21.21   21.22   9.56    141.9   0
21.22   21.23   7.99    171.45  17.6
21.23   21.24   13.17   176.65  -1.2
21.24   21.25   9.66    162.7   -5.1
21.25   21.26   11.7    131.55  1.05
21.26   21.27   19.16   139.9   4.6
21.27   21.28   1.84    159.55  1.6
21.28   21.29   1.69    87.9    -8.75
21.29   21.30   7.12    126.95  -5.05
21.30   21.31   18.34   121.9   -2.45
21.31   21.32   8.59    155.35  3.9
21.32   21.33   10.01   114.5   0.25
21.33   21.34   4.33    166     -5.4
21.34   21.35   11.32   133.9   1.95
21.35   21.36   4.92    132.7   -3.1
21.36   21.37   12.42   44.65   -3
21.37   21.38   6.63    122.2   5.75
21.38   21.39   6.91    69.8    -4.5
21.39   21.40   11.58   121.7   2.2
21.40   21.41   19.67   150.75  -1.8
21.41   21.42   5.51    103.15  8.8
21.42   21.42A  10.83   166     -3.1
21.43   21.44   7.95    161.4   -1.05
21.44   21.45   12.12   206.1   -0.9
21.45   21.46   13.73   148     -0.35
21.46   21.47   11.13   168.7   -2.15
21.47   21.48   6.38    144.6   -4.3
21.48   21.49   19.47   144.65  3.45
21.49   21.50   19.07   156.2   -1.65
21.50   21.51   2.31    152.85  -10.8
21.51   21.52   2.11    103     -1.05
21.52   21.53   5.68    161.9   -3.8
21.53   21.54   6.97    128.8   -2.45
21.54   21.55   10.02   106.05  -1.65
21.55   21.56   6.14    122.6   10.3
21.56   21.57   3.57    40.3    -23.6
21.57   21.58   13.66   153.85  -1.95
21.58   21.59   5.83    106.25  1.95
21.59   21.60   5.99    144.75  0.95
21.60   21.61   6.01    138.15  -3.25
21.61   21.62   6.73    199.55  4.4
21.62   21.63   6.65    144.8   -4.2
21.63   21.64   10.44   150.8   2.85
21.64   21.65   5.8     173.3   -0.6
21.65   21.66   0.74    346.9   64.85
21.66   21.67   7.56    171.6   -1.85
21.67   21.68   9.57    157.75  -3.15
21.68   21.69   6.02    221.1   -1.5
21.69   21.70   17.69   155.1   -2.1
21.70   21.71   3.79    92.85   -0.25
21.71   21.72   6.2     113.15  -20.2
21.72   21.73   6.94    175.05  -12.5
21.73   21.74   5.54    117.9   -4.75
21.74   21.75   3.42    127.1   9
21.75   21.76   1.15    116.7   -2.45
21.76   21.77   4.78    194.75  -35.15
21.77   21.78   4.46    129.6   -5
21.78   21.79   1.07    46.6    -36
21.79   21.80   5.04    154.9   -2.35
21.80   21.81   3.47    61.3    -6.5
21.81   21.82   0.31    253.4   -85.5
21.82   21.83   2.03    103.3   10.1
21.83   21.84   1.15    83      21
21.42A  21.43   4.93    168     1.3
L.0     21.6    0.00    0.00    0.00 

endcenterline

centerline # Lechero

date 2010.10.11
units tape meters
units compass degrees
units clino degrees

declination 0.00 degrees

extend right

data normal from to length compass  clino  left right up down
          L.0           L.1      4.08   325.9      12.4     0.00    0.00    
0.00    0.00 # Bifurcacion derecha hacia sifon terminal. Galeria fosil.
          L.1           L.2      4.15   301.4      -2.2     0.00    0.00    
0.00    0.00 
          L.2           L.3      7.79   338.5       2.9     0.00    0.00    
0.00    0.00 # Formacion caracteristica. Columnita.
          L.3           L.4     11.48   303.6       3.4     0.00    0.00    
0.00    0.00 
          L.4           L.5      6.87   325.5       3.0     0.00    0.00    
0.00    0.00 
          L.5           L.6     10.64   319.1     -18.7     0.00    0.00    
0.00    0.00 
          L.6           L.7      2.34   296.2       2.4     0.00    0.00    
0.00    0.00 
          L.7           L.8      1.66   311.0     -16.4     0.00    0.00    
0.00    0.00 
          L.8           L.9      2.87   287.7     -53.0     0.00    0.00    
0.00    0.00 # Nivel agua sifon. FIN.

endcenterline

centerline # Superficie surgencias Agua.21

date 2010.9.6
units tape meters
units compass degrees
units clino degrees

declination 0.00 degrees

extend right

data normal from to length compass clino 
0.8     A.1     17.81   58.6    2.2
A.1     A.2     10.63   43.65   -0.15
A.2     A.3     12.31   33.25   18.65
A.3     A.4     20.92   65.15   0.9
A.4     A.5     26.34   86.75   -0.9
A.5     A.6     55.89   77.8    -0.75
A.6     A.7     25.61   35.35   -1.5
A.7     A.8     32.96   27.4    -1.15
A.8     A.9     22.88   18.05   -2.25
A.9     A.10    27.54   19.3    -3.4
A.10    A.11    32.77   343.85  4
A.11    A.12    32.14   325.1   11.4
A.12    A.13    14.68   323     19.3
A.13    21.84   4.79    299.05  -17.65


endcenterline

centerline 

date 2010.10.11
units tape meters
units compass degrees
units clino degrees


declination 0.00 degrees

extend right

station 32.0 "SO-32" entrance

data normal from to length compass  clino  left right up down
         32.0             -      0.00    0.00      0.00     0.00    0.00    
0.00    0.00 
         32.0          32.1      3.87   247.3     -41.6     0.00    0.00    
0.00    0.00 # Clavija superior
         32.1          32.2     10.85     9.6     -79.4     0.00    0.00    
0.00    0.00 
         32.2          32.3      2.35   28.45    -30.84     0.00    0.00    
0.00    0.00 
         32.3          32.4      1.85  311.85    -32.18     0.00    0.00    
0.00    0.00 
         32.4          32.5      7.15  358.96     -64.4     0.00    0.00    
0.00    0.00 
         32.5          32.6      1.59   50.89      11.9     0.00    0.00    
0.00    0.00 
         32.6          32.7     20.02  135.44       1.1     0.00    0.00    
0.00    0.00 
         32.7          32.8      6.68  144.42    -12.29     0.00    0.00    
0.00    0.00 
         32.8          32.9      6.59   69.79     11.61     0.00    0.00    
0.00    0.00 
         32.9         32.10      1.90  153.51    -24.18     0.00    0.00    
0.00    0.00 # Inicio segundo pozo
        32.10         32.11      3.24  159.28    -73.87     0.00    0.00    
0.00    0.00 
        32.11         32.12      3.69   97.32    -78.81     0.00    0.00    
0.00    0.00 # Base pozos
        32.12         32.13      2.21   51.57     13.75     0.00    0.00    
0.00    0.00 
        32.12         32.50      6.86  267.94      1.01     0.00    0.00    
0.00    0.00 
        32.13         32.14      4.52  101.63      0.54     0.00    0.00    
0.00    0.00 
        32.14         32.15      4.96  133.39     -1.44     0.00    0.00    
0.00    0.00 
        32.15         32.16      1.00   83.02     -6.88     0.00    0.00    
0.00    0.00 
        32.16         32.17      2.69   76.02    -11.21     0.00    0.00    
0.00    0.00 
        32.17         32.18      2.61  126.09     -5.51     0.00    0.00    
0.00    0.00 
        32.18         32.19      3.13  165.67     11.44     0.00    0.00    
0.00    0.00 
        32.19         32.20      3.23  101.56      2.84     0.00    0.00    
0.00    0.00 
        32.20         32.21      7.04  102.88      0.42     0.00    0.00    
0.00    0.00 
        32.21         32.22      2.89   48.27      3.31     0.00    0.00    
0.00    0.00 
        32.22         32.23      1.93   13.26     -3.37     0.00    0.00    
0.00    0.00 # Bifurcacion
        32.23         32.24      2.46  320.68       2.5     0.00    0.00    
0.00    0.00 # obturado
        32.23         32.25      2.34   102.0      0.76     0.00    0.00    
0.00    0.00 
        32.25         32.26      1.86  148.49      5.28     0.00    0.00    
0.00    0.00 
        32.26         32.27      2.02  101.08      3.52     0.00    0.00    
0.00    0.00 
        32.27         32.28      2.37   146.1     -4.48     0.00    0.00    
0.00    0.00 
        32.28         32.29      2.37   102.4     -3.44     0.00    0.00    
0.00    0.00 
        32.29         32.30      2.44  158.71     -3.44     0.00    0.00    
0.00    0.00 
        32.30         32.31      1.04   94.19     11.43     0.00    0.00    
0.00    0.00 # HACIA LA MENTA PASO SUPERIOR SOBRE MEANDRO
        32.50         32.51      4.37  195.59     -1.27     0.00    0.00    
0.00    0.00 
        32.51         32.52      9.03  177.99     -0.79     0.00    0.00    
0.00    0.00 
        32.52         32.53      4.45  122.83      3.61     0.00    0.00    
0.00    0.00 
        32.53         32.54      8.72  145.66      0.21     0.00    0.00    
0.00    0.00 
        32.54         32.55      7.02  117.18      -8.5     0.00    0.00    
0.00    0.00 
        32.55         32.56      6.72  242.83     -1.07     0.00    0.00    
0.00    0.00 
        32.56         32.57      8.27  230.45     -5.76     0.00    0.00    
0.00    0.00 
        32.57         32.58      9.87  257.56      3.41     0.00    0.00    
0.00    0.00 
        32.58         32.59      8.30   298.0     -0.84     0.00    0.00    
0.00    0.00 
        32.59         32.60      8.11  210.37      1.12     0.00    0.00    
0.00    0.00 
        32.60         32.61      7.22  272.76     -3.82     0.00    0.00    
0.00    0.00 
        32.61         32.62      3.30  344.79     -2.72     0.00    0.00    
0.00    0.00 
        32.62         32.63      7.23  213.87     -0.39     0.00    0.00    
0.00    0.00 
        32.63         32.64     12.87  159.09     -0.32     0.00    0.00    
0.00    0.00 
        32.64         32.65     17.20  241.85     -0.62     0.00    0.00    
0.00    0.00 
        32.65         32.66     14.69  293.06     -0.48     0.00    0.00    
0.00    0.00 
        32.66         32.67      9.69   301.6      -0.7     0.00    0.00    
0.00    0.00 
        32.67         32.68      8.63  219.59     -0.73     0.00    0.00    
0.00    0.00 # Burgos
        32.68         32.69      1.59  235.53     -6.47     0.00    0.00    
0.00    0.00 
        32.69         32.70     15.47  145.76      2.58     0.00    0.00    
0.00    0.00 
        32.70         32.71      2.46  188.59     33.07     0.00    0.00    
0.00    0.00 
        32.71         21.13      1.95   182.5     31.59     0.00    0.00    
0.00    0.00 

endcenterline
endsurvey

_______________________________________________
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion

Reply via email to