source: git/doc/manual.sgml @ 1ff33eb

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 1ff33eb was 1ff33eb, checked in by Olly Betts <olly@…>, 9 years ago

NEWS,configure.ac,doc/manual.sgml: Update for 1.2.23.

  • Property mode set to 100644
File size: 102.7 KB
RevLine 
[e6aa3b1]1<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
[ce92903]2<!ENTITY man.aven SYSTEM "aven.sgml">
3<!ENTITY man.3dtopos SYSTEM "3dtopos.sgml">
4<!ENTITY man.cad3d SYSTEM "cad3d.sgml">
5<!ENTITY man.cavern SYSTEM "cavern.sgml">
6<!ENTITY man.diffpos SYSTEM "diffpos.sgml">
7<!ENTITY man.extend SYSTEM "extend.sgml">
8<!ENTITY man.sorterr SYSTEM "sorterr.sgml">
[40647f5]9]>
[6eadc5b]10
[6aef4f1]11<!--
[a6d094f]12FIXME:
[2463f16]13
[e74904e]143dfile title:
[6af6d51]15defaults to a list of the leafnames of the <filename>.svx</filename> files specified on the
[e74904e]16command line (with any paths and extensions removed).
[f9dc4a0]17.
[e74904e]18e.g.: cavern entrance.svx \data\2ndpart.svx
[f9dc4a0]19.
[e74904e]20would give a surveytitle of 'entrance 2ndpart'.
[f9dc4a0]21.
22but this may change...
[e74904e]23
[6aef4f1]24FIXME todo:
[c1573d8]25mark-up of Windows Windows NT etc?
[6aef4f1]26section on "design philosophy"
[3b5acb5]27
28level sump fudge:
29
30*begin
31*data cartesian from to dx dy dz
32*sd dx dy 100 metres
33*sd dz 0.001 metres
34; upstream - downstream
35nuiping.gowiththeflow.129 dachao.upstream.105 0 0 0 ; last number is drop in height across the sump
36*end
37
[64d37a3]38``Quick start'' section
39
40- install (by OS): unpacking, configuration (language, where support files live)
41
42- lead people through entering and processing
[3162ed8]43a sample survey.  Take examples from surveying books and real surveys.
44
[0706076]45
[e6aa3b1]46<Para>The other really important commands apart from *BEGIN, *END, and
47*INCLUDE are *EQUATE and *FIX.
48</Para>
49
50<Para>*EQUATE is used to join surveys together, e.g.
51</Para>
52
53<programlisting>*equate entrance.6 adrian.1</programlisting>
54
55<Para>
56indicates that station 6 of the entrance survey was used as
57the station 1 of the Adrian's Route survey.
58</Para>
59
[a6d094f]60<Para>*FIX is for fixing control points - for example:
[e6aa3b1]61</Para>
62
63<programlisting>
64*fix 161.entrance.1    0  0  1780</programlisting>
65
66<Para>fixes the 1st point of the 'entrance' survey at the coordinates
670 (east-west), 0 (north-south), 1780 (altitude).
68</Para>
69
[21c226e]70
71<term>node</term>
72<listitem><para>when talking about the survey network, we talk about an
73<emphasis>n</emphasis>-node to describe the number of connections to
74a station.  So a 1-node is a station with only 1 leg to or from it
75- i.e. The end of a passage or survey. A
762-node is a typical station along a passage with a survey leg coming
77into it, and one going out.  A 3-node is a station with three legs
78joining it, e.g. at a T-junction. And so on.
79</para>
80
[6aef4f1]81-->
82
[ce92903]83<article Status="draft" id="index">
[6eadc5b]84 <articleinfo>
[1ff33eb]85  <Title><Application>Survex</Application> <!--VERSION-->1.2.23 Manual</Title>
[40647f5]86  <AuthorGroup>
87   <Author>
[38335b7]88    <FirstName>Olly</FirstName>
89    <SurName>Betts</SurName>
[40647f5]90    <AuthorBlurb><Para>
[6af6d51]91      Olly Betts wrote most of <Application>Survex</Application>.
[40647f5]92    </Para></AuthorBlurb>
[fbc41c2]93    <Affiliation>
[6af6d51]94     <Address><Email>olly@survex.com</Email></Address>
[fbc41c2]95    </Affiliation>
[40647f5]96   </Author>
97   <Author>
[38335b7]98    <SurName>Wookey</SurName>
[40647f5]99    <AuthorBlurb><Para>
[fbc41c2]100      Wookey is a small furry creature.
[40647f5]101    </Para></AuthorBlurb>
[fbc41c2]102    <Affiliation>
[6af6d51]103     <Address><Email>wookey@survex.com</Email></Address>
[fbc41c2]104    </Affiliation>
[40647f5]105   </Author>
106  </AuthorGroup>
[fbc41c2]107  <copyright>
[ad05888]108   <year>1998-2015</year>
[6af6d51]109   <holder role="mailto:olly@survex.com">Olly Betts</holder>
[fbc41c2]110  </copyright>
[40647f5]111  <Abstract>
112   <Para>
[6af6d51]113    This is the manual for <Application>Survex</Application> - an open-source software package for
[40647f5]114    cave surveyors.
[c1573d8]115   </Para>
[40647f5]116  </Abstract>
[6eadc5b]117 </articleinfo>
[40647f5]118
[c1573d8]119<Sect1><Title>Introduction</Title>
[0d62afe]120<?dbhtml filename="intro.htm">
[40647f5]121
[21c226e]122<Para>
[6af6d51]123This section describes what <Application>Survex</Application> is, and outlines the scope of this
[21c226e]124manual.
125</Para>
126
[6af6d51]127<Sect2><Title>About <Application>Survex</Application></Title>
[21c226e]128
[6af6d51]129<Para><Application>Survex</Application> is a multi-platform open-source cave surveying
[6e420ba]130package.
[aa3ed76]131Version 1.2 runs on UNIX, Microsoft Windows, and Mac OS X.
132We're investigating support for phones and tablets.
[a6d094f]133</Para>
[40647f5]134
[c1573d8]135<Para>We are well aware that not everyone has access to super hardware
136- often surveying projects are run on little or no budget and any
[6af6d51]137computers used are donated.  We aim to ensure that <Application>Survex</Application> is
[57a5ebb]138feasible to use on low-spec machines.  Obviously it won't be as
139responsive, but we intend it to be usable.
140Please help us to achieve this by giving us some feedback
[6af6d51]141if you use <Application>Survex</Application> on a slow machine.</Para>
[6aef4f1]142
[6af6d51]143<Para><Application>Survex</Application> is capable of processing extremely complex caves very
[c1eff09]144quickly and has a very effective, real-time cave viewer which allows
[0706076]145you to rotate, zoom, and pan the cave using mouse or keyboard. We have
[6af6d51]146tested it extensively using <Acronym>CUCC</Acronym> and <Acronym>ARGE</Acronym>'s surveys of the caves
[a3f8737]147under the Loser Plateau in Austria (over 22,000 survey legs, and over
148120km of underground survey data). This can all be processed in around
14910 seconds on a low-end netbook.
[0706076]150Survex is also used by many other survey projects around the world,
[c2832c8]151including the
[27b8b59]152<ulink url="http://www.oucc.org.uk/draenen/draenenmain.htm"
[c2832c8]153>Ogof Draenen</ulink> survey, the
154<ulink url="http://www.easegill.org.uk/">Easegill</ulink> resurvey project,
[38335b7]155the <Acronym>OFD</Acronym> survey, the
[27b8b59]156<!-- url="http://milos2.zoo.ox.ac.uk/~oucc/reports/surveys/surveys.htm" -->
157<ulink url="http://www.oucc.org.uk/reports/surveys/surveys.htm"
[38335b7]158><Acronym>OUCC</Acronym> Picos expeditions</ulink>, and the
[27b8b59]159<ulink url="http://www.hongmeigui.net/">Hong Meigui China
[21c226e]160expeditions</ulink>. <!-- FIXME more? --></Para>
[0706076]161
[6af6d51]162<Para><Application>Survex</Application> is still actively being worked on.  Version 1.0 was
[21c226e]163complete in some sense, but development continues - initially in reshaping
[0706076]164Survex into a more integrated GUI package.</Para>
[6aef4f1]165
[c1573d8]166<Para>We encourage feedback from users on important features or problems,
[77a3d7a]167which will help to direct future development.  See the "Mailing List" section
168of this manual for the best way to contact us.</Para>
[21c226e]169
170</Sect2>
[40647f5]171
[0706076]172<!--
[6af6d51]173<Para>Because <Application>Survex</Application> is still being actively developed, this document
[fbc41c2]174has an unfortunate tendency to lag slightly behind the capabilities of the
175software. The latest version is now available on the web at <ulink
[6af6d51]176url="http://survex.com/">http://survex.com/</ulink> - check there for latest info.
[c1573d8]177</Para>
[0706076]178-->
[647407d]179
[c359bfd]180<!--
[647407d]181<Sect2><Title>Other Documentation</Title>
182
[e6aa3b1]183<variablelist>
184<varlistentry>
185<term>NEWS or NEWS.txt</term>
186<listitem><Para>a list of changes of interest to
[6af6d51]187<Application>Survex</Application> users, broken down by version number.  Consult this file
[c1eff09]188when upgrading to find out what has changed since the version you were
189using previously.
[e6aa3b1]190</Para></listitem>
191</varlistentry>
[647407d]192
[e6aa3b1]193<varlistentry>
194<term>ChangeLog or CHANGES.txt</term>
195<listitem><Para>a much more detailed list of changes, aimed at developers
196rather than end users.
197</Para></listitem>
198</varlistentry>
[647407d]199
[e6aa3b1]200<varlistentry>
201<term>BUGS or BUGS.txt</term>
202<listitem><Para>a list of known bugs.
203</Para></listitem>
204</varlistentry>
[647407d]205
[e6aa3b1]206<varlistentry>
207<term>TODO or TODO.txt</term>
208<listitem><Para>planned changes and enhancements.
209</Para></listitem>
210</varlistentry>
[647407d]211
[6eadc5b]212FIXME: merge INSTALL* into here, then process separately and textify
213to produce INSTALL*
214
[e6aa3b1]215<varlistentry>
216<term>INSTALL or INSTALL.txt</term>
[6af6d51]217<listitem><Para>instructions for installing <Application>Survex</Application>.  The
[23d2a0e]218Microsoft Windows version comes packaged up with an installation wizard,
219so this file doesn't exist there (you just run the package and follow
220the on-screen instructions).
[e6aa3b1]221</Para></listitem>
222</varlistentry>
223</variablelist>
[ff003b3]224
[647407d]225</Sect2>
[c359bfd]226-->
[647407d]227
[21c226e]228<Sect2><Title>About this Manual</Title>
229
230<Para>
231If there's a part of this manual you find hard to understand, please do
232let us know.  We already know Survex well, so it can be hard for us
233to spot areas where the manual doesn't given enough information, or
234doesn't explain things clearly enough to follow when you don't know what's
235going on.  It's helpful is you can suggest a better wording, but don't worry
236if you can't, just explain the problem as precisely as you can.
237</Para>
238
239<Para>
240The master version of this manual is an <acronym>SGML</acronym>
241document written using the <ulink url="http://www.docbook.org/">docbook
242<acronym>DTD</acronym></ulink>,
243and automatically converted to a number of other formats.  If
244you are going to send us <emphasis>major</emphasis> changes, it's much easier
245to include them if you work from this master.  You can get it
246from the source archive (docs/manual.sgml) or from <ulink
[495f86e]247url="http://survex.com/docs.html">the Survex website</ulink>.
[21c226e]248</Para>
249
250<Sect3><Title>Terminology</Title>
[e6aa3b1]251
252<Para>Throughout this document we use British terminology for
253surveying.</Para>
254
255<variablelist>
256<varlistentry>
257<term>station</term>
258<listitem><para>a point in the cave that you survey from and/or to
259</para></listitem></varlistentry>
260
261<varlistentry>
262<term>leg</term>
263<listitem><para>a line joining two stations
264</para></listitem></varlistentry>
265
266<varlistentry>
267<term>survey</term>
268<listitem><para>a group of legs surveyed on the same trip
269</para></listitem></varlistentry>
270
271</variablelist>
272
[21c226e]273</Sect3>
274
[e6aa3b1]275</Sect2>
276
[21c226e]277<!-- FIXME: Further sources of info: website, mailing lists, other docs -->
278
[e189be2]279</Sect1>
[40647f5]280
[c1573d8]281<Sect1><Title>Getting Started</Title>
[0d62afe]282<?dbhtml filename="getstart.htm">
[40647f5]283
[c1573d8]284<Para>This section covers how to obtain the software, and how to unpack and
[6eadc5b]285install it, and how to configure it.</Para>
[40647f5]286
[6af6d51]287<Sect2><Title>Obtaining <Application>Survex</Application></Title>
[c1573d8]288
[6af6d51]289<Para>The latest version is available from the <Application>Survex</Application> website:
290<ulink url="http://survex.com/">http://survex.com/</ulink>.  It is also
[77a3d7a]291freely redistributable, so you welcome to get a copy from someone else
292who has already downloaded it.</Para>
[21c226e]293
[3d56564]294<Para>If you want some sample data to experiment with, you can download some
295from the Survex website too:
296<ulink url="http://survex.com/software/sample.tar.gz">http://survex.com/software/sample.tar.gz</ulink></Para>
297
[6eadc5b]298</Sect2>
299
[6af6d51]300<Sect2><Title>Installing <Application>Survex</Application></Title>
[6eadc5b]301
[c1573d8]302<Para>The details of installation depend greatly on what platform you
303are using, so there is a separate section below for each platform.</Para>
304
[6af6d51]305<Sect3><Title>Linux</Title>
[c1573d8]306
[229c6ca]307<Para>
[6af6d51]308We supply pre-compiled versions for x86 Linux machines in RPM format
[558779a]309(suitable for Redhat, Mandrake, and some other distributions).
310Survex Debian packages are available from Debian mirror sites in
311the usual way.
[229c6ca]312</Para>
313
[e6aa3b1]314<Para>
315You'll need root access to install these prebuilt packages.
316If you don't have root access you will need to build from source
317(see the next section).
318</Para>
319
[b462168]320<!-- FIXME Add Gnome file association note for Linux/Unix
[6af6d51]321<Para>On Microsoft Windows, <Application>Survex</Application> installs with
[b462168]322suitable file associations so that you can drive it from the GUI.
[6af6d51]323On UNIX you need to drive <Application>Survex</Application> from a command-line
[b462168]324prompt (or set some a filemanager or graphics shell).
325</Para>
326-->
327
[ce92903]328</Sect3>
329
[6af6d51]330<Sect3><Title>Other versions of UNIX</Title>
[0706076]331
[6af6d51]332<Para>For other UNIX versions you'll need to get the source code
[7a0710c]333and compile it on your system.  Unpack the sources and read
334the file called INSTALL in the top level for details about building
335from source.
[229c6ca]336</Para>
[6e0ec04]337
[e189be2]338</Sect3>
[c1573d8]339
[aa3ed76]340<Sect3><Title>Microsoft Windows</Title>
[c1573d8]341
[3162ed8]342<Para>
[a6d094f]343This version comes packaged with an installation wizard.  Just
[eb48e2b]344run the downloaded package and it will lead you through the
[aa3ed76]345installation process.  If you want the file associations to be
346set up for all user, run the installer as administrator, or as a
347user with administrator rights.
[3162ed8]348</Para>
[c1573d8]349
[3162ed8]350<Para>
[aa3ed76]351The survey viewer that's part of <Application>Survex</Application> is called
352aven, and uses OpenGL for 3d rendering.
[b4b840a]353</Para>
354
355<Para>
356If you find that 3D rendering is sometimes very slow (e.g. one user reported
357very slow performance when running full screen, while running in a window
358was fine) then try installing the OpenGL driver supplied by the manufacturer
359of your graphics card rather than the driver Microsoft supply.
[3b5acb5]360</Para>
[c1573d8]361
[1b92879]362<Para>
363The installer creates a Survex group in the Programs sub-menu of the
364Start menu containing the following items:
[3162ed8]365</Para>
366
367<ItemizedList>
[9e507547]368
[3162ed8]369<ListItem><Para>Aven</Para></ListItem>
370
[1b92879]371<ListItem><Para>Documentation</Para></ListItem>
[3162ed8]372
373<ListItem><Para>Uninstall Survex</Para></ListItem>
374
375</ItemizedList>
376
377<Para>
[6af6d51]378Icons are installed for <filename>.svx</filename>, <filename>.3d</filename>, <filename>.err</filename>, and <filename>.pos</filename> files, and also for
[eb48e2b]379Compass Plot files (<filename>.plt</filename> and <filename>.plf</filename>)
380(which Survex can read). <!-- FIXME XYZ -->
[6af6d51]381Double-clicking on a <filename>.svx</filename> file loads it for editing.  To process it to
382produce a <filename>.3d</filename> file, right click and choose "Process" from the menu.
383Double-clicking the resultant <filename>.3d</filename> file views it in aven.
384All the <Application>Survex</Application> file types can be right clicked on to give a menu of
[b4b840a]385possible actions. 
[3162ed8]386</Para>
387
[c460f15]388<VariableList>
[6af6d51]389<VarListEntry><Term><filename>.svx</filename></Term>
[c460f15]390<ListItem>
391  <VariableList>
392  <VarListEntry><Term>Process</Term>
393  <ListItem><Para>
[76debf4]394  Process file with aven to produce <filename>.3d</filename> file (and <filename>.err</filename> file)
[c460f15]395  </Para></ListItem>
396  </VarListEntry>
397  </VariableList>
398</ListItem>
399</VarListEntry>
400   
[6af6d51]401<VarListEntry><Term><filename>.3d</filename></Term>
[c460f15]402<ListItem>
403  <VariableList>
404  <VarListEntry><Term>Open</Term>
405  <ListItem><Para>
406  Load file into Aven
407  </Para></ListItem>
408  </VarListEntry>
409  <VarListEntry><Term>Print</Term>
410  <ListItem><Para>
411  Send to the printer
412  </Para></ListItem>
413  </VarListEntry>
414  <VarListEntry><Term>Extend</Term>
415  <ListItem><Para>
416  Produce extended elevation
417  </Para></ListItem>
418  </VarListEntry>
419  <VarListEntry><Term>Convert to DXF</Term>
420  <ListItem><Para>
[eb48e2b]421  Convert to a DXF file (suitable for importing into many CAD packages)
[c460f15]422  </Para></ListItem>
423  </VarListEntry>
424  <VarListEntry><Term>Convert for hand plotting</Term>
425  <ListItem><Para>
[6af6d51]426  Produce a <filename>.pos</filename> file listing all the stations and their coordinates
[c460f15]427  </Para></ListItem>
428  </VarListEntry>
429  </VariableList>
430</ListItem>
[ce92903]431</VarListEntry>
[c460f15]432
[6af6d51]433<VarListEntry><Term><filename>.err</filename></Term>
[c460f15]434<ListItem>
435  <VariableList>
436  <VarListEntry><Term>Open</Term>
437  <ListItem><Para>
438  Load file into Notepad
439  </Para></ListItem>
440  </VarListEntry>
441  <VarListEntry><Term>Sort by Error</Term>
442  <ListItem><Para>
[6af6d51]443  Sort <filename>.err</filename> file by the error in each traverse
[c460f15]444  </Para></ListItem>
445  </VarListEntry>
446  <VarListEntry><Term>Sort by Horizontal Error</Term>
447  <ListItem><Para>
[6af6d51]448  Sort <filename>.err</filename> file by the horizontal error in each traverse
[c460f15]449  </Para></ListItem>
450  </VarListEntry>
451  <VarListEntry><Term>Sort by Vertical Error</Term>
452  <ListItem><Para>
[6af6d51]453  Sort <filename>.err</filename> file by the vertical error in each traverse
[c460f15]454  </Para></ListItem>
455  </VarListEntry>
456  <VarListEntry><Term>Sort by Percentage Error</Term>
457  <ListItem><Para>
[6af6d51]458  Sort <filename>.err</filename> file by the percentage error in each traverse
[c460f15]459  </Para></ListItem>
460  </VarListEntry>
461  <VarListEntry><Term>Sort by Error per Leg</Term>
462  <ListItem><Para>
[6af6d51]463  Sort <filename>.err</filename> file by the error per leg in each traverse
[c460f15]464  </Para></ListItem>
465  </VarListEntry>
466  </VariableList>
467</ListItem>
468</VarListEntry>
469</VariableList>
[3162ed8]470
[67fffdf]471</Sect3>
[9e507547]472
[e189be2]473</Sect2>
[40647f5]474
[6eadc5b]475<Sect2><Title>Configuration</Title>
[375f7f6]476
[63dc4eb]477<Sect3><Title>Selecting Your Preferred Language</Title>
[e189be2]478
[e6aa3b1]479<Para>Survex has extensive internationalisation capabilities.  The
[1b92879]480language used for messages from Survex and most of the library calls
481it uses can be changed.  By default this is picked up from the
482language the operating system is set to use (from "Regional Settings"
483in Control Panel on Microsoft Windows, from the
[6af6d51]484<systemitem>LANG</systemitem> environment variable on UNIX
[6e420ba]485If no setting
[6af6d51]486is found, or <Application>Survex</Application> hasn't been translated into the
[1b92879]487requested language, UK English is used.</Para>
[40647f5]488
[e6aa3b1]489<Para>
[1b92879]490However you may want to override the language manually -
491for example if Survex isn't available in your native language
[63dc4eb]492you'll want to choose the supported language you understand best.
[e6aa3b1]493</Para>
[40647f5]494
[e6aa3b1]495<Para>
496To do this, you set the
497<systemitem>SURVEXLANG</systemitem> environment variable.  Here's a list
[63dc4eb]498of the codes currently supported:</Para>
[40647f5]499
[e6aa3b1]500<informaltable frame="all">
[c1573d8]501<tgroup cols="2">
502<thead>
[38335b7]503<row><entry>Code</entry><entry>Language</entry></row>
[c1573d8]504</thead>
505<tbody>
[38335b7]506<row><entry>en</entry><entry>International English</entry></row>
507<row><entry>en_US</entry><entry>US English</entry></row>
508<row><entry>bg</entry><entry>Bulgarian</entry></row>
509<row><entry>ca</entry><entry>Catalan</entry></row>
510<row><entry>de</entry><entry>German</entry></row>
511<row><entry>de_CH</entry><entry>Swiss German</entry></row>
512<row><entry>el</entry><entry>Greek</entry></row>
513<row><entry>es</entry><entry>Spanish</entry></row>
514<row><entry>fr</entry><entry>French</entry></row>
515<row><entry>hu</entry><entry>Hungarian</entry></row>
516<row><entry>id</entry><entry>Indonesian</entry></row>
517<row><entry>it</entry><entry>Italian</entry></row>
518<row><entry>pl</entry><entry>Polish</entry></row>
519<row><entry>pt</entry><entry>Portuguese</entry></row>
520<row><entry>pt_BR</entry><entry>Brazillian Portuguese</entry></row>
521<row><entry>ro</entry><entry>Romanian</entry></row>
522<row><entry>ru</entry><entry>Russian</entry></row>
523<row><entry>sk</entry><entry>Slovak</entry></row>
524<row><entry>zh_CN</entry><entry>Chinese (Simplified)</entry></row>
[c1573d8]525</tbody>
[e189be2]526</tgroup>
[c1573d8]527</informaltable>
[40647f5]528
[e6aa3b1]529<Para>Here are examples of how to set this environment variable to give
530messages in French (language code fr):</Para>
[40647f5]531
532<VariableList>
[d7b3fd3]533 <VarListEntry><Term>Microsoft Windows</Term>
534   <ListItem><Para>
[aa3ed76]535For MS Windows proceed as follows (this description was written from
536MS Windows 2000, but it should be fairly similar in other versions): Open the
537Start Menu, navigate to the Settings sub-menu, and
[af1e622]538open Control Panel.  Open System (picture of a computer) and click on the
539Advanced tab.  Choose `Environmental Variables', and create a new one: name
540<systemitem>SURVEXLANG</systemitem>, value <systemitem>fr</systemitem>.
541Click OK and the new value should be effective immediately.
[d7b3fd3]542   </Para></ListItem>
[40647f5]543 </VarListEntry>
[6af6d51]544 <VarListEntry><Term>UNIX - csh/tcsh</Term>
[e6aa3b1]545   <ListItem><Para><userinput>setenv SURVEXLANG fr</userinput></Para></ListItem>
[40647f5]546 </VarListEntry>
[6af6d51]547 <VarListEntry><Term>UNIX - sh/bash</Term>
[e6aa3b1]548   <ListItem><Para><userinput>SURVEXLANG=fr ; export SURVEXLANG</userinput></Para></ListItem>
[40647f5]549 </VarListEntry>
550</VariableList>
551
[6af6d51]552<Para>If <Application>Survex</Application> isn't available in your language, you could
[e6aa3b1]553help out by providing a translation.  The initial translation is
554likely to be about a day's work; after that translations for
555new or changed messages are occasionally required.  Contact us for details
556if you're interested.</Para>
[40647f5]557
[6eadc5b]558</Sect3>
559
[1a50c3c]560</Sect2>
561
[e189be2]562</Sect1>
563
[6eadc5b]564<!-- FIXME
565
566type in .svx file
567
[4e8d288]568run cavern (through aven)
[6eadc5b]569
[6e420ba]570run aven
[6eadc5b]571
[4e8d288]572how to print/export etc
[6eadc5b]573
574-->
575
[eb48e2b]576<!-- FIXME perhaps move this after data files section? -->
[6eadc5b]577<Sect1><Title>Survex Programs</Title>
[0d62afe]578<?dbhtml filename="cmdline.htm">
[51c0677]579
[6eadc5b]580<Sect2><Title>Standard Options</Title>
[51c0677]581
[6af6d51]582<Para>All <Application>Survex</Application> programs respond to the following command line options:
[e189be2]583</Para>
[51c0677]584
585<VariableList>
586
587<VarListEntry><Term>--help</Term><listitem><Para>
[6eadc5b]588display option summary and exit
[51c0677]589</Para></listitem></VarListEntry>
590
591<VarListEntry><Term>--version</Term><listitem><Para>
592output version information and exit
593</Para></listitem></VarListEntry>
594
595</VariableList>
596
[6eadc5b]597</Sect2>
598
599<Sect2><Title>Short and Long Options</Title>
600
[e6aa3b1]601<Para>
602Options have two forms: short (a dash followed by a single letter e.g.
[21904d3]603<command>cavern -q</command>) and long (two dashes followed by one or more words e.g.
604<command>cavern --quiet</command>).  The long form is generally easier to
[e6aa3b1]605remember, while the short form is quicker to type.  Options are often
606available in both forms.
[e189be2]607</Para>
[51c0677]608
[e6aa3b1]609<Note><Para>Command line options are case sensitive, so "-B" and "-b"
610are different (this didn't used to be the case before Survex 0.90).  Case
611sensitivity doubles the number of available short options (and is also the
[6af6d51]612norm on UNIX).
[e6aa3b1]613</Para></Note>
[6eadc5b]614</Sect2>
[40647f5]615
[6eadc5b]616<Sect2><Title>Filenames on the Command Line</Title>
[40647f5]617
[e6aa3b1]618<Para>Filenames with spaces can be processed (provided your operating system
[6af6d51]619supports them - UNIX does, and so do recent versions of Microsoft
[e6aa3b1]620Windows).  You need to enclose the filename in quotes like so:
621<userinput>cavern "Spider Cave"</userinput>
622</Para>
[e189be2]623
[6af6d51]624<Para>A file specified on the command line of any of the <Application>Survex</Application> suite
[6eadc5b]625of programs will be looked for as specified.  If it is not found, then the
626file is looked for with the appropriate extension appended.  So
627<userinput>cavern survey</userinput> will look first for
628<filename>survey</filename>, then for <filename>survey.svx</filename>.
[1a50c3c]629</Para>
[40647f5]630
[e189be2]631</Sect2>
632
[6eadc5b]633<Sect2><title>Command Reference</title>
[e189be2]634
[6eadc5b]635<refentry id="cavern">
[0d62afe]636<?dbhtml filename="cavern.htm">
[6eadc5b]637&man.cavern;
638</refentry>
[27b8b59]639<refentry id="aven">
[0d62afe]640<?dbhtml filename="aven.htm">
[27b8b59]641&man.aven;
642</refentry>
[6eadc5b]643<refentry id="x3dtopos">
[0d62afe]644<?dbhtml filename="3dtopos.htm">
[6eadc5b]645&man.3dtopos;
646</refentry>
647<refentry id="cad3d">
[0d62afe]648<?dbhtml filename="cad3d.htm">
[6eadc5b]649&man.cad3d;
650</refentry>
651<refentry id="diffpos">
[0d62afe]652<?dbhtml filename="diffpos.htm">
[6eadc5b]653&man.diffpos;
654</refentry>
655<refentry id="extend">
[0d62afe]656<?dbhtml filename="extend.htm">
[6eadc5b]657&man.extend;
658</refentry>
659<refentry id="sorterr">
[0d62afe]660<?dbhtml filename="sorterr.htm">
[6eadc5b]661&man.sorterr;
662</refentry>
[e189be2]663
664</Sect2>
[40647f5]665
[e189be2]666</Sect1>
667
[6af6d51]668<Sect1><Title><Application>Survex</Application> data files</Title>
[0d62afe]669<?dbhtml filename="datafile.htm">
[c1573d8]670
[ff003b3]671<Para>Survey data is entered in the form of text files. You can use any
672text editor you like for this, so long as it has the capability of
[1a50c3c]673writing a plain ASCII text file. The data format is very flexible;
[eb48e2b]674unlike some other cave surveying software, Survex does not require
675survey legs to be rearranged to suit the computer, and the ordering
676of instrument readings on each line is fully specifiable.  So you can enter
[1a50c3c]677your data much as it appears on the survey notes, which is important
[eb48e2b]678in reducing the opportunities for transcription errors.
[1a50c3c]679</Para>
680
[191536f]681<Para>
[a7e3295]682Also all the special characters are user-definable - for example,
[191536f]683the separators can be spaces and tabs, or commas (e.g. when exporting from a
684spreadsheet), etc; the decimal point can be a slash (for clarity), a comma
[1a50c3c]685(as used in continental Europe), or anything else you care to choose.
686This flexibility
[ff003b3]687means that it should be possible to read in data from almost any sort of
[191536f]688survey data file without much work.
[e189be2]689</Para>
[c1573d8]690
[6af6d51]691<Para><Application>Survex</Application> places no restrictions on you in terms of the ordering
692of survey legs. You can enter or process data in any order and <Application>Survex</Application> will
[c1573d8]693read it all in before determining how it is connected. You can also use the
694hierarchical naming so that you do not need to worry about using the same
695station name twice.
[e189be2]696</Para>
[c1573d8]697
[1a50c3c]698<!-- FIXME don't encourage separate processing -->
[3d5fb53]699<Para>The usual arrangement is to have one file which lists all the others
[38335b7]700that are included (e.g., <filename>161.svx</filename>). Then
701<command>cavern 161</command> will process all your data. To just process a
702section use the filename for that section, e.g. <command>cavern dtime</command>
[c1573d8]703will process the dreamtime file/section of Kaninchenh&ouml;hle.  To
[1a50c3c]704help you out, if all legs in a survey are connected to one another
705but the survey has no fixed points, cavern
[c1573d8]706will 'invent' a fixed point and print a warning message to this
707effect.
[e189be2]708</Para>
[c1573d8]709
[a7e3295]710<Para>
711It is up to you what data you put in which files.  You
[40647f5]712can have one file per trip, or per area of the cave, or just one
713file for the whole cave if you like.
[a7e3295]714On a large survey project it makes sense to group related surveys in the
715same file or directory.
[e189be2]716</Para>
[9e507547]717<!-- FIXME: wook sez:
718
719 Point out in documentation that file structure and survey structure don't
720 have to be the same.  And in particular that folder/directory names can be
721 different.
722
723Which is partly covered above, though the last bit isn't...
724-->
[40647f5]725
[eb48e2b]726<!-- FIXME "Anatomy of a Survey" section -->
[e189be2]727<Sect2><Title>Readings</Title>
[c1573d8]728
[a7e3295]729<Para>Blank lines (i.e. lines consisting solely of BLANK characters)
[6aef4f1]730are ignored. The last line in the file need not be terminated by
[40647f5]731an end of line character. All fields on a line must be separated
[a7e3295]732by at least one BLANK character. An OMIT character
[40647f5]733(default '-') indicates that a field is unused. If the field is
734not optional, then an error is given.
[e189be2]735</Para>
[40647f5]736
[e189be2]737</Sect2>
738
739<Sect2><Title>Survey Station Names</Title>
[40647f5]740
[6af6d51]741<Para><Application>Survex</Application> has a powerful system for naming stations.  It
[eb48e2b]742uses a hierarchy of survey names, similar to the nested folders
743your computer stores files in.
744So point 6 in the entrance survey of Kaninchenh&ouml;hle
[a4458fd5]745(cave number 161) is referred to as: 161.entrance.6
746</Para>
747
748<Para>This seems a natural way to refer to station names.  It also
749means that it is very easy to include more levels, for example if you
750want to plot all the caves in the area you just list them all in
[eb48e2b]751another file, specifying a new prefix.  So to group 3 nearby caves
752on the Loser Plateau you would use a file like
[a4458fd5]753this:
754</Para>
755
756<programlisting>
757*begin Loser
758*include 161
759*include 2YrGest
760*include 145
761*end Loser</programlisting>
762
763<Para>
764The entrance series point mentioned above would now be referred
765to as: Loser.161.entrance.6
766</Para>
767
768<!--
769<Para>This may seem a tad complex but is really very natural once you
770get the hang of it.
771</Para>
772-->
773<Para>You do not have to use this system at all, and can just give all
774stations unique identifiers if you like:
775</Para>
776
777<Para>1, 2, 3, 4, 5, ... 1381, 1382
778</Para>
779
780<Para>or
781</Para>
782
783<Para>AA06, AA07, P34, ZZ6, etc.
784</Para>
785
786<!-- FIXME:
787<Para>However you'll loose the ability to handle subsurveys if you do.
788</Para>
789-->
790
791<Para>Station and survey names may contain any alphanumeric characters and
[a7e3295]792additionally any characters in NAMES (default `_' and `-'). Alphabetic
[c1573d8]793characters may be forced to upper or lower case by using the *case
794command. Station names may be any length - if you want to only treat
[375f7f6]795the first few characters as significant you can get cavern to truncate
[c1573d8]796the names using the *truncate command.
[e189be2]797</Para>
[c1573d8]798
[e189be2]799</Sect2>
800
801<Sect2><Title>Numeric fields</Title>
[c1573d8]802
803<Para>[&lt;MINUS&gt;|&lt;PLUS&gt;] &lt;integer part&gt; [ &lt;DECIMAL&gt;
[40647f5]804[ &lt;decimal fraction&gt; ] ]
[e189be2]805</Para>
806
[40647f5]807<Para>
808or [&lt;MINUS&gt;|&lt;PLUS&gt;] &lt;DECIMAL&gt; &lt;dec fraction&gt;
[e189be2]809</Para>
810
[63dc4eb]811<Para><!-- FIXME: put informal description first -->
[a7e3295]812i.e. optional PLUS or MINUS sign in front, with
813optional DECIMAL character (default '.'), which may be
[40647f5]814embedded, leading or trailing. No spaces are allowed between the
815various elements.
[e189be2]816</Para>
817
[40647f5]818<Para>
[0706076]819All of these are valid examples: +47, 23, -22, +4.5, 1.3, -0.7, +.15, .4,
[40647f5]820-.05
[e189be2]821</Para>
[40647f5]822
[e189be2]823</Sect2>
824
825<Sect2><Title>Accuracy</Title>
[c1573d8]826
[ff003b3]827<Para>Accuracy assessments may be provided or defaulted for any survey
828leg. These determine the distribution of loop closure errors over the
[c1573d8]829legs in the loop. See *SD for more information.
[e189be2]830</Para>
831
832</Sect2>
[40647f5]833
834<!--
[e189be2]835<Sect2><Title>Survey Coordinate Range</Title>
[40647f5]836
[e189be2]837<Para>
[40647f5]838If we store distances to nearest 10um (0.01mm) in 4 bytes, this
839gives a range of ~20 km. This method is currently not used, but
840has several advantages (data storage space [double uses 8 bytes
841- with my C compiler], speed (unless your FP chip works in parallel
[c1573d8]842with your CPU [e.g. the new Acorn FPU for the ARM], and numerical
[40647f5]843accuracy [compared to using floats at least]) and so may be adopted
844in future). Nearest 0.1mm gives -200 km, which is enough for most
845people, but may mean rounding errors become significant.
[e189be2]846</Para>
847
[40647f5]848<Para>
[6aef4f1]849I will have to do some sums...
[e189be2]850</Para>
851
852</Sect2>
853
[40647f5]854-->
855
[f9dc4a0]856<Sect2><Title>Cavern Commands</Title>
[c1573d8]857
[6af6d51]858<Para>Commands in <filename>.svx</filename> files are introduced by an asterisk
[38335b7]859(by default - this can be changed using the <command>set</command> command).
[e189be2]860</Para>
[c1573d8]861
862<Para>The commands are documented in a common format:
[e189be2]863</Para>
[c1573d8]864
[a7e3295]865<!-- FIXME: make this a RefGroup (or whatever that's called) of RefEntry-s? -->
[c1573d8]866<itemizedlist>
[e189be2]867<listitem><para>Command Name</para></listitem>
868<listitem><para>Syntax</para></listitem>
869<listitem><para>Example</para></listitem>
[ea52d7e]870<listitem><para>Validity</para></listitem>
[1a50c3c]871<!-- FIXME
872anywhere, in a block, at start of a block, after a begin (for *end)
873-->
[e189be2]874<listitem><para>Description</para></listitem>
875<listitem><para>Caveats</para></listitem>
876<listitem><para>See Also</para></listitem>
[1a50c3c]877<!-- FIXME
878"Usefulness" - or status maybe?
879deprecated, esoteric (*set), useful, vital
880-->
[c1573d8]881</itemizedlist>
882
[dcbcae0]883<Sect3><Title>ALIAS</Title>
884
885<VariableList>
886
887<VarListEntry><Term>Syntax</Term>
888
889<listitem><Para>*alias station &lt;alias&gt; [&lt;target&gt;]</Para></listitem>
890
891</VarListEntry>
892
893<VarListEntry><Term>Example</Term>
894
895<listitem>
896<Para>
897<programlisting>
898*begin parsons_nose
899*alias station - ..
9001 2 12.21 073 -12
9012 -  4.33 011 +02
9022 -  1.64 180 +03
9032 3  6.77 098 -04
904*end parsons_nose</programlisting>
905</Para>
906</listitem>
907
908</VarListEntry>
909
910<VarListEntry><Term>Description</Term>
911
912<listitem><Para>*alias allows you to map a station name which appears in
913the survey data to a different name internally.  At present, you can only
914create an alias of '-' to '..', which is intended to support the pocket topo
915style notation of '-' being a splay to an anonymous point on the cave wall.
916And you can unalias '-' with '*alias station -'.
917</Para>
918
919<Para>
920Aliases are scoped by *begin/*end blocks - when a *end is reached, the aliases
921in force at the corresponding begin are restored.
922</Para>
923
924<Para>
925*alias was added in Survex 1.2.7.
926</Para></listitem>
927
928</VarListEntry>
929
930<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
931
932<VarListEntry><Term>See Also</Term>
933
934<listitem><Para>*begin, *end</Para></listitem>
935
936</VarListEntry>
937
938</VariableList>
939
940</Sect3>
941
[e189be2]942<Sect3><Title>BEGIN</Title>
[c1573d8]943
944<VariableList>
945
[e189be2]946<VarListEntry><Term>Syntax</Term>
[c1573d8]947
[ea52d7e]948<listitem><Para>*begin [&lt;survey&gt;]</Para></listitem>
[c1573d8]949
[e189be2]950</VarListEntry>
951
952<VarListEntry><Term>Example</Term>
[c1573d8]953
954<listitem>
[0706076]955<Para>
[c1573d8]956<programlisting>
957*begin littlebit
9581 2 10.23 106 -02
9592 3  1.56 092 +10
960*end littlebit</programlisting>
961
962<programlisting>
963; length of leg across shaft estimated
964*begin
965*sd tape 2 metres
9669 10 6.   031 -07
967*end</programlisting>
[0706076]968</Para>
[e189be2]969</listitem>
970
971</VarListEntry>
972
973<VarListEntry><Term>Description</Term>
[c1573d8]974
[ea52d7e]975<listitem><Para>*begin stores the current values of the current settings
976such as instrument calibration, data format, and so on.
977These stored values are restored after the corresponding *end.
978If a survey name is given, this is used inside the *begin/*end block,
979and the corresponding *end should have the same survey name.
980*begin/*end blocks may be nested to indefinite depth.
981</Para></listitem>
[e189be2]982
983</VarListEntry>
[c1573d8]984
[e189be2]985<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
[c1573d8]986
[e189be2]987<VarListEntry><Term>See Also</Term>
[c1573d8]988
[e189be2]989<listitem><Para>*end, *prefix</Para></listitem>
990
991</VarListEntry>
[c1573d8]992
993</VariableList>
994
[e189be2]995</Sect3>
996
[0706076]997<Sect3><Title>CALIBRATE</Title>
[c1573d8]998
[0706076]999<VariableList>
1000
1001<VarListEntry><Term>Syntax</Term>
1002
1003<listitem>
[a7e3295]1004<Para>*calibrate &lt;quantity list&gt; &lt;zero error&gt; [&lt;scale&gt;]
[0706076]1005</Para>
[88569fe]1006<Para>*calibrate &lt;quantity list&gt; &lt;zero error&gt; &lt;units&gt; [&lt;scale&gt;]
1007</Para>
[0706076]1008<Para>*calibrate default
1009</Para>
1010</listitem>
1011
1012</VarListEntry>
1013
1014<VarListEntry><Term>Example</Term>
1015
1016<listitem>
1017<Para>
1018<programlisting>
1019*calibrate tape +0.3
1020</programlisting>
1021</Para>
1022</listitem>
1023
1024</VarListEntry>
1025
1026<VarListEntry><Term>Description</Term>
1027
1028<listitem>
[9e507547]1029
[be1a437]1030<Para>
[0706076]1031*calibrate is used to specify instrument calibrations.
[e189be2]1032</Para>
[c1573d8]1033
[be1a437]1034<Para>
1035&lt;quantity&gt; is one of TAPE|COMPASS|CLINO|COUNTER|DEPTH|DECLINATION|X|Y|Z
[e189be2]1036</Para>
[c1573d8]1037
[be1a437]1038<Para>
1039Several quantities can be given in &lt;quantity list&gt;
1040</Para>
1041
1042<Para>
[ca7fb22]1043You need to be careful about the sign of the ZeroError. The value of
[3e3bb50]1044ZeroError is what the instrument would read when measuring a
[ca7fb22]1045reading which should be zero.  So for example, if your tape measure
1046has the end missing, and you are using the 30cm mark to take all
1047measurements from, then a zero distance would be measured as 30cm and
1048you would correct this with:
[e189be2]1049</Para>
[c1573d8]1050
[be1a437]1051<programlisting>*CALIBRATE tape +0.3</programlisting>
1052
1053<Para>If you tape was too long, starting at -20cm (it does happen!)
1054then you can correct it with:
[e189be2]1055</Para>
[c1573d8]1056
[be1a437]1057<programlisting>*CALIBRATE tape -0.2</programlisting>
1058
[0706076]1059<Para>Note: ZeroError is irrelevant for Topofil counters and depth
1060gauges since pairs of readings are subtracted.
[be1a437]1061</Para>
1062
[88569fe]1063<Para>
1064In the first form in the synopsis above, the zero error is measured by the
1065instrument itself (e.g. reading off the number where a truncated tape now ends)
1066and any scale factor specified applies to it, like so:
1067</Para>
1068
1069<Para>
1070Value = ( Reading - ZeroError ) * Scale    (Scale defaults to 1.0)
1071</Para>
1072
1073<Para>
1074In the second form above (supported since Survex 1.2.21), the zero error has
1075been measured externally (e.g. measuring how much too long your tape is with
1076a ruler) - the units of the zero error are explicitly specified and any scale
1077factor isn't applied to it:
1078</Para>
1079
1080<Para>
1081Value = ( Reading * Scale ) - ZeroError    (Scale defaults to 1.0)
1082</Para>
1083
1084<Para>
1085If the scale factor is 1.0, then the two forms are equivalent, though they
1086still allow you to diffentiate between how the zero error has been determined.
1087</Para>
1088
[41e98ad]1089<Para>
[58c7b459]1090The magnetic declination is the difference between true north and magnetic
1091north.  This varies both by location and over time.  You can just use
1092*calibrate compass to correct for any zero error and the declination in one,
1093but it's generally preferable to keep the compass zero error and the magnetic
1094declination separate.
1095</Para>
1096
[be1a437]1097<Para>
[8a471e0]1098In earlier Survex versions, you specified the magnetic declination using
1099*calibrate declination.  Now you can specify it using the *declination command
1100- either by giving an explicit value (since Survex 1.2.22), or by specifying a
1101location to use along with the survey date to calculate a value from the IGRF
1102model (since Survex 1.2.21).  You can still use *calibrate declination, but the
1103new command is preferred if you can assume a new enough version of Survex is
1104available.
[58c7b459]1105</Para>
1106
[41e98ad]1107<Para>
[58c7b459]1108Cavern calculates the true bearing as follows:
[be1a437]1109</Para>
1110
1111<Para>
1112(magnetic bearing) = ((reading)-(compass zero err)) * (compass
1113scale factor)
1114</Para>
1115
1116<Para>
1117(true bearing) = ((bearing)-(declination zero err))
1118</Para>
1119
1120<Para>
1121The scale factor for DECLINATION must be 1.0, otherwise an error
[22188f2]1122is given.
[be1a437]1123</Para>
1124
[22188f2]1125<Para>
1126Magnetic declinations are conventionally positive when magnetic north is east of
[58c7b459]1127true north.  With *declination, you specify the declination with the conventional
1128sign, but with *calibrate declination you need to reverse the sign when
1129specifying the declination correction to use - for example, for an area where
1130the magnetic declination is 5 degrees, you should use:
[22188f2]1131</Para>
1132
1133<programlisting>*CALIBRATE DECLINATION -5</programlisting>
1134
[be1a437]1135<Para>
1136The default is all quantities calibrated to scale factor 1.0,
1137zero error 0.0
1138</Para>
1139
[0706076]1140</listitem>
1141
1142</VarListEntry>
1143
1144<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
1145
1146<VarListEntry><Term>See Also</Term>
1147
[58c7b459]1148<listitem><Para>*declination, *units</Para></listitem>
[0706076]1149
1150</VarListEntry>
1151
1152</VariableList>
1153
[be1a437]1154</Sect3>
1155
1156<Sect3><Title>CASE</Title>
1157
1158<VariableList>
1159
1160<VarListEntry><Term>Syntax</Term>
1161
[c57e9da]1162<listitem><para>*case preserve|toupper|tolower</para></listitem>
[be1a437]1163
1164</VarListEntry>
1165
1166<VarListEntry><Term>Example</Term>
1167
1168<listitem>
[0706076]1169<Para>
[be1a437]1170<programlisting>
1171*begin bobsbit
1172; Bob insists on using case sensitive station names
[c57e9da]1173*case preserve
[be1a437]11741 2   10.23 106 -02
11752 2a   1.56 092 +10
11762 2A   3.12 034 +02
11772 3    8.64 239 -01
1178*end bobsbit</programlisting>
[0706076]1179</Para>
[be1a437]1180</listitem>
1181
1182</VarListEntry>
1183
1184<VarListEntry><Term>Description</Term>
1185
1186<listitem><Para>*case determines how the case of letters in survey names is
1187handled.  By default all names are forced to lower case (which gives a case
1188insensitive match, but you can tell cavern to force to upper case, or leave
1189the case as is (in which case '2a' and '2A' will be regarded as different).
1190</Para></listitem>
1191
1192</VarListEntry>
1193
1194<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
1195
[e6fdc7c]1196<VarListEntry><Term>See Also</Term>
[be1a437]1197
[e6fdc7c]1198<listitem><Para>*truncate</Para></listitem>
[be1a437]1199
1200</VarListEntry>
1201
1202</VariableList>
1203
1204<!-- FIXME - work this text in here or elsewhere
[c1573d8]1205
1206What I mean (though failed to express very well) is that a dataset without
1207this information isn't the same dataset (in general anyway).  For example:
1208
1209A1 a2 10.32 140 -05
1210a2 a3  4.91 041 -01
1211a1 a3  7.01 206  02
1212
1213is either a traverse of 3 legs or a (probably badly misclosed) loop.  If
1214these names are on the original survey notes, the surveyors ought to say
1215whether "A1" is the same as "a1" (although the usual case for using this
1216feature is probably for importing data from elsewhere).  Similarly for
1217truncation.  Whether a clino of +/-90 degrees (or +/-100 grad, etc) is
1218interpreted as a plumb is something that should have been noted in the cave
1219(unless it's implicit because it's standard practice for a survey project).
1220
1221It's a similar issue to calibration data in many ways.  You can argue it's
1222not part of "the survey", but without it the survey won't be the same shape,
1223and it's not useful to process the same survey with different settings for
1224compass calibration or name case sensitivity.
1225
1226>Clearly that is unhelpfully strict, but it is
1227>important to be semantically clear about what is 'data' and what is 'commands
1228>or meta-data' which describe what to do with/how to interpret that data.
1229
1230Think of the lines starting with a "*" as "command or meta-data".
1231
[3d5fb53]1232>The most-correct solution to this is (I believe) Martin Heller's idea about
[c1573d8]1233>including 'rules' in the datastream, but that's too big a subject for right
1234>now.
1235>
1236>The reason '-C' was made into a command-line option, was that it made very
1237>little sense to change it part way though a dataset. What exactly happens if
[375f7f6]1238>you suddenly tell cavern to become case-sensitive halfway through a run?
[c1573d8]1239
1240-C has always had 3 settings - "leave case alone", "force to lower", and
1241"force to upper".  It doesn't really mean "case sensitivity" but rather
1242something like "case processing".  So you can usefully change it during a
1243run.  So if my dataset treats "NoTableChamber" (so named because it was
1244lacking in furniture) as different from "NotableChamber" (which was notable
1245for other reasons) I can process it with a dataset from someone else which
1246needs to be treated as case insensitive like so:
1247
1248*begin my_cave
1249*include my_dataset
1250*end my_cave
1251
1252*equate my_cave.NoTableChamber.14 your_cave.linkpassage.13
1253
1254*begin your_cave
1255*case tolower
1256*include your_dataset
1257*end your_cave
1258
1259You may be thinking of -U<n>, which used to mean "only compare the first n
1260characters of station names", but that doesn't allow arbitrary datasets to
1261be processed together.
1262
1263So we changed it to mean "truncate station names to n characters", and
1264allowed it to be changed at any point, rather than being set once for the
1265whole run.
1266
1267-->
1268
[e189be2]1269</Sect3>
[f63df3e]1270
1271<Sect3><Title>COPYRIGHT</Title>
1272
1273<VariableList>
1274
1275<VarListEntry><Term>Syntax</Term>
1276
1277<listitem><Para>*copyright &lt;date&gt; &lt;text&gt;</Para></listitem>
1278
1279</VarListEntry>
1280
1281<VarListEntry><Term>Example</Term>
1282
1283<listitem>
[0706076]1284<Para>
[f63df3e]1285<programlisting>
1286*begin littlebit
1287*copyright 1983 CUCC
12881 2 10.23 106 -02
12892 3  1.56 092 +10
1290*end littlebit</programlisting>
[0706076]1291</Para>
[f63df3e]1292</listitem>
1293
1294</VarListEntry>
1295
[ea52d7e]1296<VarListEntry><Term>Validity</Term>
1297
1298<listitem><Para>valid at the start of a *begin/*end block.
1299</Para></listitem>
1300
1301</VarListEntry>
1302
[f63df3e]1303<VarListEntry><Term>Description</Term>
1304
[58c7b459]1305<listitem><Para>*copyright allows the copyright information to be
[f63df3e]1306stored in a way that can be automatically collated.
1307</Para></listitem>
1308
1309</VarListEntry>
1310
1311<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
1312
1313<VarListEntry><Term>See Also</Term>
1314
[0706076]1315<listitem><Para>*begin</Para></listitem>
[f63df3e]1316
1317</VarListEntry>
1318
1319</VariableList>
1320
1321</Sect3>
[e189be2]1322
[abd0310]1323<Sect3><Title>CS</Title>
1324
1325<VariableList>
1326
1327<VarListEntry><Term>Syntax</Term>
1328
[ad5bd05]1329<listitem><Para>*cs [out] &lt;coordinate system&gt;</Para></listitem>
[abd0310]1330
1331</VarListEntry>
1332
1333<VarListEntry><Term>Example</Term>
1334
1335<listitem>
1336<Para>
1337<programlisting>
1338*cs UTM60S
1339*fix beehive 313800 5427953 20</programlisting>
1340</Para>
[ad5bd05]1341
1342<Para>
1343<programlisting>
1344; Output in the coordinate system used in the Totes Gebirge in Austria
[935824f]1345*cs out custom "+proj=tmerc +lat_0=0 +lon_0=13d20 +k=1 +x_0=0 +y_0=-5200000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232"</programlisting>
[ad5bd05]1346</Para>
[abd0310]1347</listitem>
1348
1349</VarListEntry>
1350
1351<VarListEntry><Term>Description</Term>
1352
[ad5bd05]1353<listitem><Para>*cs allows the coordinate systems used for fixed points and for
1354processed survey data to be specified.
[abd0310]1355</Para>
1356
1357<Para>
[b102633]1358*cs was added in Survex 1.2.14, but handling of fixed points specified with
1359latitude and longitude didn't work until 1.2.21.  And *fix with standard
1360deviations specified also didn't work until 1.2.21.
1361</Para>
1362
1363<Para>
1364The currently supported coordinate systems are:
[ad5bd05]1365</Para>
1366
[16734b2]1367<Para>CUSTOM followed by a PROJ4 string (like in the example above).</Para>
1368
[ddd24f28]1369<Para>EPSG: followed by a positive integer code.  EPSG codes cover most
1370coordinate systems in use, and PROJ supports many of these.  The website
1371<ulink url="http://epsg.io/">http://epsg.io/</ulink> is a useful resource for
1372finding the EPSG code you want.  Supported since Survex 1.2.15.</Para>
1373
1374<Para>ESRI: followed by a positive integer code.  ESRI codes are used by
1375ArcGIS to specify coordinate systems (in a similar way to EPSG codes), and PROJ
1376supports many of them.  Supported since Survex 1.2.15.</Para>
1377
1378<Para>EUR79Z30 for UTM zone 30, EUR79 datum.  Supported since Survex 1.2.15.
1379</Para>
1380
[5598e2c]1381<Para>IJTSK for the modified version of the Czechoslovak S-JTSK system where
1382the axes point East and North.  Supported since Survex 1.2.15.</Para>
1383
1384<Para>IJTSK03 for a variant of IJTSK.  Supported since Survex 1.2.15.</Para>
1385
[10af28e]1386<Para>JTSK for the Czechoslovak S-JTSK system.  The axes on this point West
1387and South, so it's not support as an output coordinate system.
1388Supported since Survex 1.2.16.</Para>
1389
1390<Para>JTSK03 for a variant of JTSK.  Supported since Survex 1.2.16.</Para>
1391
[16734b2]1392<Para>LONG-LAT for longitude/latitude.  The WGS84 datum is assumed.  Supported
1393since Survex 1.2.15.</Para>
1394
[a4cd4eea]1395<Para>OSGB: followed by a two letter code for the UK Ordnance Survey National
1396Grid.  The first letter should be 'H', 'N', 'O', 'S' or 'T'; the second any
1397letter except 'I'.  Supported since Survex 1.2.15.</Para>
1398
[2076d59]1399<Para>S-MERC for the "Web Mercator" spherical mercator projection, used by
1400online map sites like OpenStreetMap, Google maps, Bing maps, etc.  Supported
1401since Survex 1.2.15.
1402</Para>
1403
[16734b2]1404<Para>UTM followed by a zone number (1-60), optionally followed by "N" or "S"
1405(default is North).  The WGS84 datum is assumed.</Para>
1406
[ad5bd05]1407<Para>
1408By default, Survex works in an unspecified coordinate system (and this was the
1409only option before *cs was added).  However, it's useful for coordinate system
1410which the processed survey data is in to be specified if you want to use the
1411processed data in ways which required knowing the coordinate system (such as
1412exporting a list of entrances for use in a GPS).  You can now do this by using
1413"*cs out".
1414</Para>
1415
1416<Para>
1417It is also useful to be able to take coordinates for fixed points in whatever
1418coordinate system you receive them in and put them directly into Survex, rather
1419than having to convert with an external tool.  For example, you may have your
1420GPS set to show coordinates in UTM with the WGS84 datum, even though you want
1421the processed data to be in some local coordinate system.  And someone else
1422may provide GPS coordinates in yet another coordinate system.  You just need
1423to set the appropriate coordinate system with "*cs" before each group of "*fix"
1424commands in a particular coordinate system.
1425</Para>
1426
1427<Para>
1428If you're going to make use of "*cs", then the coordinate system must be
1429specified for everything, so a coordinate system must be in effect for all
1430"*fix" commands, and you must set the output coordinate system before any
1431points are fixed.
1432</Para>
1433
1434<Para>
1435Also, if "*cs" is in use, then you can't omit the coordinates in a "*fix"
1436command, and a fixed point won't be invented if none exists.
1437</Para>
1438
1439<Para>
1440If you use "*cs out" more than once, the second and subsequent commands are
1441silently ignored - this makes it possible to combine two datasets with
1442different "*cs out" settings without having to modify either of them.
1443</Para>
1444
1445<Para>
1446Something to be aware of with "*cs" is that altitudes are currently assumed to
1447be "height above the ellipsoid", whereas GPS units typically give you "height
1448above sea level", or more accurately "height above a particular geoid".  This
1449is something we're looking at how best to address, but you shouldn't need to
1450worry about it if your fixed points are in the same coordinate system as your
1451output, or if they all use the same ellipsoid.  For a more detailed discussion
1452of this, please see: http://expo.survex.com/handbook/survey/coord.htm
1453</Para>
1454</listitem>
[abd0310]1455
1456</VarListEntry>
1457
1458<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
1459
1460<VarListEntry><Term>See Also</Term>
1461
1462<listitem><Para>*fix</Para></listitem>
1463
1464</VarListEntry>
1465
1466</VariableList>
1467
1468</Sect3>
[ea52d7e]1469<Sect3><Title>DATA</Title>
1470
1471<VariableList>
1472
1473<VarListEntry><Term>Syntax</Term>
[40647f5]1474
[c746b4d]1475<listitem><Para>*data &lt;style&gt; &lt;ordering&gt;</Para></listitem>
[6114207]1476<!-- BACKCOMPASS BACKCLINO -->
[ea52d7e]1477</VarListEntry>
1478
1479<VarListEntry><Term>Example</Term>
1480
1481<listitem>
[40647f5]1482<Para>
[ea52d7e]1483<programlisting>
1484*data normal from to compass tape clino</programlisting>
[e189be2]1485</Para>
[c746b4d]1486
1487<Para>
1488<programlisting>
1489*data normal station ignoreall newline compass tape clino</programlisting>
1490</Para>
[ea52d7e]1491</listitem>
1492
1493</VarListEntry>
[e189be2]1494
[ea52d7e]1495<VarListEntry><Term>Description</Term>
[e189be2]1496
[ea52d7e]1497<listitem><Para>
[b458119]1498&lt;style&gt; = DEFAULT|NORMAL|DIVING|CARTESIAN|TOPOFIL|CYLPOLAR|NOSURVEY|PASSAGE
[e189be2]1499</Para>
1500
[40647f5]1501<Para>
[6114207]1502&lt;ordering&gt; = ordered list of instruments - which are valid depends on the
1503style.
1504</Para>
1505
[107b8bd]1506<Para>
1507In Survex 1.0.2 and later, TOPOFIL is simply a synonym for NORMAL, left in to
1508allow older data to be processed without modification.  Use the name NORMAL
1509by preference.
1510</Para>
1511
[6114207]1512<Para>
1513There are two variants of each style - interleaved and non-interleaved.
1514Non-interleaved is "one line per leg", interleaved has a line for the data
1515shared between two legs (e.g. STATION=FROM/TO, DEPTH=FROMDEPTH/TODEPTH,
1516COUNT=FROMCOUNT/TOCOUNT).  Note that not all interleavable readings have to
1517be interleaved - for example:
1518
1519<programlisting>
1520*data diving station newline fromdepth compass tape todepth</programlisting>
1521
1522In addition, interleaved data can have a DIRECTION reading, which can be "F"
1523for a foresight or "B" for a backsight.
[e189be2]1524</Para>
1525
[107b8bd]1526<Para>
1527In NORMAL, DIVING, and CYLPOLAR data styles, TAPE may be replaced by
1528FROMCOUNT/TOCOUNT (or COUNT in interleaved data) to allow processing of surveys
1529performed with a Topofil instead of a tape.
1530</Para>
1531
[c746b4d]1532<VariableList>
[e189be2]1533
[c746b4d]1534<VarListEntry><Term>DEFAULT</Term>
[6114207]1535<listitem><Para>Select the default data style and ordering (NORMAL style, ordering: from to tape compass clino).</Para></listitem>
[c746b4d]1536</VarListEntry>
[e189be2]1537
[c746b4d]1538<VarListEntry><Term>NORMAL</Term>
[6114207]1539<listitem><Para>The usual tape/compass/clino centreline survey.
[b14f44f]1540For non-interleaved data the allowed readings are:
1541FROM TO TAPE COMPASS CLINO BACKCOMPASS BACKCLINO;
1542for interleaved data the allowed readings are:
1543STATION DIRECTION TAPE COMPASS CLINO BACKCOMPASS BACKCLINO.
1544The CLINO/BACKCLINO reading is not required - if it's not given, the vertical
1545standard deviation is taken to be proportional to the tape measurement.
1546Alternatively, individual clino readings can be given as OMIT (default "-")
1547which allows for data where only some clino readings are missing.
[6114207]1548E.g.:
1549
1550<programlisting>
1551*data normal from to compass clino tape
15521 2 172 -03 12.61</programlisting>
1553
1554<programlisting>
1555*data normal station newline direction tape compass clino
15561
1557 F 12.61 172 -03
15582</programlisting>
1559
[13ba257]1560<programlisting>
[107b8bd]1561*data normal from to compass clino fromcount tocount
[13ba257]15621 2 172 -03 11532 11873</programlisting>
1563
1564<programlisting>
[107b8bd]1565*data normal station count newline direction compass clino
[13ba257]15661 11532
1567 F 172 -03
15682 11873</programlisting>
1569 
1570</Para></listitem>
1571</VarListEntry>
1572
[c746b4d]1573<VarListEntry><Term>DIVING</Term>
1574<listitem><Para>
[eb48e2b]1575An underwater survey where the vertical information is from a diver's depth
[1ff6864]1576gauge.  This style can also be also used for an above-water survey where the
1577altitude is measured with an altimeter.  DEPTH is defined as the altitude (Z)
1578so increases upwards by default.  So for a diver's depth gauge, you'll need to
[b14f44f]1579use *CALIBRATE with a negative scale factor (e.g. *calibrate depth 0 -1).
1580</Para>
1581
1582<Para>For non-interleaved data the allowed readings are:
[aacc3e6]1583FROM TO TAPE COMPASS CLINO BACKCOMPASS BACKCLINO FROMDEPTH TODEPTH DEPTHCHANGE (the vertical
[b14f44f]1584can be given as readings at each station, (FROMDEPTH/TODEPTH) or as a change
1585along the leg (DEPTHCHANGE)).</Para>
1586
[aacc3e6]1587<Para>Survex 1.2.20 and later allow an optional CLINO and/or BACKCLINO reading
1588in DIVING style.  At present these extra readings are checked for syntactic
1589validity, but are otherwise ignored.  The intention is that a future version
1590will check them against the other readings to flag up likely blunders, and
1591average with the slope data from the depth gauge and tape reading.</Para>
1592
[b14f44f]1593<Para>For interleaved data the allowed readings are:
1594STATION DIRECTION TAPE COMPASS BACKCOMPASS DEPTH DEPTHCHANGE.
1595(the vertical change can be given as a reading at the station (DEPTH) or as a change along the leg (DEPTHCHANGE)).
[6114207]1596
1597<programlisting>
1598*data diving from to tape compass fromdepth todepth
15991 2 14.7 250 -20.7 -22.4</programlisting>
1600
1601<programlisting>
1602*data diving station depth newline tape compass
16031 -20.7
1604 14.7 250
16052 -22.4</programlisting>
1606
1607<programlisting>
1608*data diving from to tape compass depthchange
16091 2 14.7 250 -1.7</programlisting>
[b14f44f]1610</Para>
1611</listitem>
[c746b4d]1612</VarListEntry>
1613
1614<VarListEntry><Term>CARTESIAN</Term>
1615<listitem><Para>
[6114207]1616Cartesian data style allows you to specify the (x,y,z) changes between
1617stations.  It's useful for digitising surveys where the original survey
1618data has been lost and all that's available is a drawn up version.
1619
1620<programlisting>
1621*data cartesian from to northing easting altitude
16221 2 16.1 20.4 8.7</programlisting>
1623
1624<programlisting>
1625*data cartesian station newline northing easting altitude
16261
1627 16.1 20.4 8.7
16282</programlisting>
1629
[e74904e]1630<!--FIXME: dx dy dz-->
[e189be2]1631</Para>
1632
[e74904e]1633<Note><Para>
1634Cartesian data are relative to <emphasis>true</emphasis> North not
1635<emphasis>magnetic</emphasis> North (i.e. they are unaffected by
1636<command>*calibrate declination</command>).
1637</Para></Note>
[ce92903]1638</listitem>
[c746b4d]1639</VarListEntry>
[e74904e]1640
[13ba257]1641<VarListEntry><Term>CYLPOLAR</Term>
[c746b4d]1642<listitem><Para>
[b14f44f]1643A CYLPOLAR style survey is very similar to a diving survey, except that the tape
[13ba257]1644is always measured horizontally rather than along the slope of the leg.
[6114207]1645
1646<programlisting>
[13ba257]1647*data cypolar from to tape compass fromdepth todepth
16481 2 9.45 311 -13.3 -19.0</programlisting>
[6114207]1649
1650<programlisting>
[13ba257]1651*data cylpolar station depth newline tape compass
16521 -13.3
1653 9.45 311
16542 -19.0</programlisting>
[e189be2]1655
[13ba257]1656<programlisting>
1657*data cylpolar from to tape compass depthchange
16581 2 9.45 311 -5.7</programlisting>
[c746b4d]1659</Para></listitem>
1660</VarListEntry>
[9e507547]1661
[c746b4d]1662<VarListEntry><Term>NOSURVEY</Term>
1663<listitem><Para>
[6114207]1664A NOSURVEY survey doesn't have any measurements - it merely indicates that
[13ba257]1665there is line of sight between the pairs of stations.
1666
1667<programlisting>
1668*data nosurvey from to
16691 7
16705 7
16719 11</programlisting>
1672
1673<programlisting>
1674*data nosurvey station
16751
16767
16775
1678
1679*data nosurvey station
16809
168111</programlisting>
[c746b4d]1682</Para></listitem>
1683</VarListEntry>
[e189be2]1684
[b458119]1685<VarListEntry><Term>PASSAGE</Term>
1686<listitem><Para>
1687This survey style defines a 3D "tube" modelling a passage in the cave.
1688The tube uses the survey stations listed in the order listed.  It's
1689permitted to use survey stations which aren't directly linked by
1690the centre-line survey.  This can be useful - sometimes the centreline
1691will step sideways or up/down to allow a better sight for the next
1692leg and you can ignore the extra station.  You can also define tubes
1693along unsurveyed passages, akin to "nosurvey" legs in the centreline
1694data.</Para>
1695
1696<Para>This means that you need to split off side passages into seperate
1697tubes, and hence separate sections of passage data, starting with
1698a new *data command.</Para>
1699
[40647f5]1700<Para>
[b458119]1701Simple example of how to use this data style (note the use of ignoreall
1702to allow a free-form text description to be given):
1703
1704<programlisting>
1705*data passage station left right up down ignoreall
17061  0.1 2.3 8.0 1.4  Sticking out point on left wall
17072  0.0 1.9 9.0 0.5  Point on left wall
17083  1.0 0.7 9.0 0.8  Highest point of boulder
1709</programlisting>
[e189be2]1710</Para>
[ce92903]1711</listitem>
[b458119]1712</VarListEntry>
[c746b4d]1713</VariableList>
[e189be2]1714
[40647f5]1715<Para>
[c746b4d]1716IGNORE skips a field (it may be used any number of times),
[13ba257]1717and IGNOREALL may be used last to ignore the rest of the data line.
[e189be2]1718</Para>
1719
[c746b4d]1720<Para>
1721LENGTH is a synonym for TAPE; BEARING for COMPASS; GRADIENT for CLINO; COUNT for COUNTER.<!--FIXME : others?-->
1722</Para>
1723
[e74904e]1724<Para>
1725The units of each quantity may be set with the UNITS command.
1726</Para>
1727
1728<!-- FIXME: plumbed diving legs -->
1729
1730<!--FIXME:
1731<Para>
[f3ed07f]1732Uses for CYLPOLAR:
1733Perhaps a Grade 3 survey, or when surveying with a level and stick (?)
1734[note - UBSS use it for the old County Clare data]
[e74904e]1735</Para>
1736-->
1737
[ea52d7e]1738</listitem>
1739
1740</VarListEntry>
1741
1742</VariableList>
1743
[e189be2]1744</Sect3>
1745
[e74904e]1746<Sect3><Title>DATE</Title>
1747<VariableList>
1748
1749<VarListEntry><Term>Syntax</Term>
1750
1751<listitem><Para>*date &lt;year&gt;[.&lt;month&gt;[.&lt;day&gt;]][-&lt;year&gt;[.&lt;month&gt;[.&lt;day&gt;]]]</Para></listitem>
1752
1753</VarListEntry>
1754
1755<VarListEntry><Term>Example</Term>
1756
1757<listitem>
1758<Para>
1759<programlisting>
1760*date 2001</programlisting>
1761
1762<programlisting>
1763*date 2000.10</programlisting>
1764
1765<programlisting>
1766*date 1987.07.27</programlisting>
1767
1768<programlisting>
1769*date 1985.08.12-1985.08.13</programlisting>
1770</Para>
1771</listitem>
1772
1773</VarListEntry>
1774
1775<VarListEntry><Term>Validity</Term>
1776
1777<listitem><Para>valid at the start of a *begin/*end block.
1778</Para></listitem>
1779
1780</VarListEntry>
1781
1782<VarListEntry><Term>Description</Term>
1783
1784<listitem><Para>
1785*date specifies the date that the survey was done.  A range of dates
1786can be specified (useful for overnight or multi-day surveying trips).
1787</Para></listitem>
1788
1789</VarListEntry>
1790
1791<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
1792
1793<VarListEntry><Term>See Also</Term>
1794
1795<listitem><Para>*begin, *instrument, *team</Para></listitem>
1796
1797</VarListEntry>
1798
1799</VariableList>
1800
1801</Sect3>
1802
[58c7b459]1803<Sect3><Title>DECLINATION</Title>
1804
1805<VariableList>
1806
1807<VarListEntry><Term>Syntax</Term>
1808
1809<listitem>
1810<Para>*declination &lt;declination&gt; &lt;units&gt;</Para>
1811<Para>*declination &lt;auto&gt; &lt;x&gt; &lt;y&gt; &lt;z&gt;</Para>
1812</listitem>
1813
1814</VarListEntry>
1815
1816<VarListEntry><Term>Description</Term>
1817
[41e98ad]1818<listitem>
1819
[58c7b459]1820<Para>
1821This command allows the magnetic declination to be specified.  This is added to
1822compass readings to give bearings relative to true North.
1823</Para>
1824
1825<Para>
1826The first form above specifies an explicit value for the magnetic declination,
1827while the second tells cavern to use the IGRF (International Geomagnetic
1828Reference Field) model to calculate a value for the declination at the
1829specified coordinates on the date of each survey.  The coordinates are
1830interpreted as being in the current coordinate system (as set with *cs).
1831</Para>
1832
1833<Para>
[d3df772]1834This command was added in Survex 1.2.21 - in earlier versions you can set a
[58c7b459]1835fixed declination value using <programlisting>*calibrate declination
1836&lt;value&gt;</programlisting> (but note that &lt;value&gt; needs to have the
1837opposite sign to that conventionally used for the declination, while this
1838command take the declination with the conventional sign.
1839</Para>
1840
[41e98ad]1841</listitem>
1842
[58c7b459]1843</VarListEntry>
1844
1845<VarListEntry><Term>See Also</Term>
1846
1847<listitem><Para>*calibrate</Para></listitem>
1848
1849</VarListEntry>
1850
1851</VariableList>
1852
1853</Sect3>
1854
[ea52d7e]1855<Sect3><Title>DEFAULT</Title>
[e189be2]1856
[ea52d7e]1857<VariableList>
1858
1859<VarListEntry><Term>Syntax</Term>
1860
1861<listitem><Para>*default &lt;settings list&gt;|all</Para></listitem>
1862
1863</VarListEntry>
1864
1865<VarListEntry><Term>Description</Term>
1866
1867<listitem><Para>
1868The valid settings are CALIBRATE, DATA, and UNITS.
[e189be2]1869</Para>
1870
[40647f5]1871<Para>
[ea52d7e]1872*default restores defaults for given settings.  This command is deprecated -
1873you should instead use: *calibrate default, *data default, *units default.
1874</Para></listitem>
1875
1876</VarListEntry>
1877
1878<VarListEntry><Term>See Also</Term>
1879
1880<listitem><Para>*calibrate, *data, *units</Para></listitem>
1881
1882</VarListEntry>
1883
1884</VariableList>
1885
1886</Sect3>
1887
1888<Sect3><Title>END</Title>
1889
1890<VariableList>
1891
1892<VarListEntry><Term>Syntax</Term>
1893
1894<listitem><Para>*end [&lt;survey&gt;]</Para></listitem>
1895
1896</VarListEntry>
1897
1898<VarListEntry><Term>Validity</Term>
1899
1900<listitem><Para>valid for closing a block started by *begin in the same file.
1901</Para></listitem>
1902
1903</VarListEntry>
1904
1905<VarListEntry><Term>Description</Term>
1906
1907<listitem><Para>
1908Closes a block started by *begin.
1909</Para></listitem>
1910
1911</VarListEntry>
1912
1913<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
1914
1915<VarListEntry><Term>See Also</Term>
1916
1917<listitem><Para>*begin</Para></listitem>
1918
1919</VarListEntry>
1920
1921</VariableList>
[e189be2]1922
1923</Sect3>
1924
[ea52d7e]1925<Sect3><Title>ENTRANCE</Title>
1926
1927<VariableList>
1928
1929<VarListEntry><Term>Syntax</Term>
1930
1931<listitem><Para>*entrance &lt;station&gt;</Para></listitem>
1932
1933</VarListEntry>
1934
1935<VarListEntry><Term>Example</Term>
[e189be2]1936
[ea52d7e]1937<listitem>
[40647f5]1938<Para>
[ea52d7e]1939<programlisting>
1940*entrance P163</programlisting>
1941</Para>
1942</listitem>
1943
1944</VarListEntry>
1945
1946<VarListEntry><Term>Description</Term>
1947
1948<listitem><Para>
1949*entrance sets the <emphasis>entrance</emphasis> flag for a station.
1950This information is used by aven to allow entrances to be highlighted.
[e74904e]1951</Para>
1952
1953<!-- FIXME:
1954(could be inferred from surface/ug join, but better to specify because
1955of caves with no surf svy (or no underground survey)
1956and also situations in which multiple surveys leave through an entrance)
1957-->
1958</listitem>
[ea52d7e]1959
1960</VarListEntry>
1961
1962<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
1963
1964<!-- <VarListEntry><Term>See Also</Term>
1965
1966<listitem><Para></Para></listitem>
1967
1968</VarListEntry>
1969-->
1970
1971</VariableList>
1972
[e189be2]1973</Sect3>
1974
[ea52d7e]1975<Sect3><Title>EQUATE</Title>
1976
1977<VariableList>
1978
1979<VarListEntry><Term>Syntax</Term>
1980
1981<listitem><Para>*equate &lt;station&gt; &lt;station&gt;...</Para></listitem>
[e189be2]1982
[ea52d7e]1983</VarListEntry>
1984
1985<VarListEntry><Term>Example</Term>
1986
1987<listitem>
[40647f5]1988<Para>
[ea52d7e]1989<programlisting>
1990*equate chosspot.1 triassic.27</programlisting>
[e189be2]1991</Para>
[ea52d7e]1992</listitem>
1993
1994</VarListEntry>
[e189be2]1995
[ea52d7e]1996<VarListEntry><Term>Description</Term>
1997
1998<listitem><Para>
1999*equate specifies that the station names in the list refer to the
2000same physical survey station. An error is given if there is only one station
2001listed.
2002</Para>
2003
2004<!-- FIXME:
[40647f5]2005<Para>
[ea52d7e]2006I think this is preferable to using:
[e189be2]2007</Para>
[6aef4f1]2008
2009<programlisting> a b 0.00   0   0</programlisting>
2010
[e189be2]2011<Para>
[6aef4f1]2012as EQUATE does not add in an extra position error. It is also clearer than
2013substituting in the original name wherever passages are linked. If you
2014disagree, you can always use one of the other methods!
[e189be2]2015</Para>
[ea52d7e]2016-->
2017</listitem>
2018
2019</VarListEntry>
2020
2021<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
2022
[eb48e2b]2023<VarListEntry><Term>See Also</Term>
[ea52d7e]2024
[eb48e2b]2025<listitem><Para>*infer equates</Para></listitem>
[ea52d7e]2026
2027</VarListEntry>
2028
2029</VariableList>
[e189be2]2030
2031</Sect3>
[6aef4f1]2032
[6048971]2033<Sect3><Title>EXPORT</Title>
[9e507547]2034
[6048971]2035<VariableList>
2036
2037<VarListEntry><Term>Syntax</Term>
2038
2039<listitem><Para>*export &lt;station&gt;...</Para></listitem>
2040
2041</VarListEntry>
2042
2043<VarListEntry><Term>Example</Term>
2044
[e74904e]2045<!-- FIXME better example -->
[6048971]2046<listitem>
[9e507547]2047<Para>
[6048971]2048<programlisting>
2049*export 1 6 17</programlisting>
[9e507547]2050</Para>
[6048971]2051</listitem>
[9e507547]2052
[6048971]2053</VarListEntry>
2054
2055<VarListEntry><Term>Validity</Term>
2056
2057<listitem><Para>valid at the start of a *begin/*end block.
2058</Para></listitem>
2059
2060</VarListEntry>
2061
2062<VarListEntry><Term>Description</Term>
2063
2064<listitem><Para>
2065*export marks the stations named as referable to from the enclosing
2066survey.  To be able to refer to a station from a survey several levels
[4f0b498]2067above, it must be exported from each enclosing survey.
[6048971]2068</Para>
2069
2070<!-- FIXME:
[9e507547]2071<Para>
[6048971]2072I think this is preferable to using:
[9e507547]2073</Para>
2074
[6048971]2075<programlisting> a b 0.00   0   0</programlisting>
2076
2077<Para>
2078as EQUATE does not add in an extra position error. It is also clearer than
2079substituting in the original name wherever passages are linked. If you
2080disagree, you can always use one of the other methods!
2081</Para>
2082-->
2083</listitem>
2084
2085</VarListEntry>
2086
2087<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
2088
2089<VarListEntry><Term>See Also</Term>
2090
[eb48e2b]2091<listitem><Para>*begin, *infer exports</Para></listitem>
[6048971]2092
2093</VarListEntry>
2094
2095</VariableList>
2096
[9e507547]2097</Sect3>
2098
[6048971]2099<Sect3><Title>FIX</Title>
2100
2101<VariableList>
2102
2103<VarListEntry><Term>Syntax</Term>
2104
2105<listitem><Para>*fix &lt;station&gt; [reference]
[dab6a62]2106 [ &lt;x&gt; &lt;y&gt; &lt;z&gt;
2107   [ &lt;x std err&gt; &lt;y std err&gt; &lt;z std err&gt;
[6048971]2108     [ &lt;cov(x,y)&gt; &lt;cov(y,z)&gt; &lt;cov(z,x)&gt; ] ] ]
2109</Para></listitem>
[e189be2]2110
[6048971]2111</VarListEntry>
[e189be2]2112
[6048971]2113<VarListEntry><Term>Example</Term>
[e189be2]2114
[6048971]2115<listitem>
[40647f5]2116<Para>
[6048971]2117<programlisting>
2118*fix entrance.0 32768 86723 1760</programlisting>
2119
2120<programlisting>
2121*fix KT114_96 reference 36670.37 83317.43 1903.97</programlisting>
[e189be2]2122</Para>
[6048971]2123</listitem>
2124
2125</VarListEntry>
2126
2127<VarListEntry><Term>Description</Term>
[e189be2]2128
[6048971]2129<listitem>
[40647f5]2130<Para>
[a7e3295]2131*fix fixes the position of &lt;station&gt; at the given coordinates.
[ad5bd05]2132If you haven't specified the coordinate system with "*cs", you can
2133omit the position and it will default to (0,0,0).  The standard errors default
2134to zero (fix station exactly).  cavern will give an error if you attempt to fix
2135the same survey station twice at different coordinates, or a warning if you fix
2136it twice with matching coordinates.
[e189be2]2137</Para>
2138
[2109b07]2139<Para>
2140You can also specify just one standard error (in which case it is assumed
2141equal in X, Y, and Z) or two (in which case the first is taken as the
2142standard error in X and Y, and the second as the standard error in Z).
2143</Para>
2144
[dab6a62]2145<Para>
2146If you have covariances for the fix, you can also specify these - the
[f9dc4a0]2147order is cov(x,y) cov(y,z) cov(z,x).
2148</Para>
2149
2150<Para>
2151You can fix as many stations as you like - just use a *fix command for each
2152one.  Cavern will check that all stations are connected to
2153at least one fixed point so that co-ordinates can be calculated for all
2154stations.
[dab6a62]2155</Para>
2156
2157<Para>
2158By default cavern will warn about stations which have been FIX-ed but
2159not used otherwise.  This is unhelpful if you want to include a
2160standard file of benchmarks, some of which won't be used.
2161In this sort of situation, specify "REFERENCE" after the station name
2162in the FIX command to suppress this warning for a particular station.
[2109b07]2163</Para>
2164
[e74904e]2165<Note><Para>
[fe16ba3]2166X is Easting, Y is Northing, and Z is altitude.  This convention was chosen
2167since on a map, the horizontal (X) axis is usually East, and the vertical
2168axis (Y) North.  The choice of altitude (rather than depth) for Z is taken
2169from surface maps, and makes for less confusion when dealing with cave
2170systems with more than one entrance.  It also gives a right-handed
2171set of axes.
[e74904e]2172</Para></Note>
[6048971]2173
[ce92903]2174</listitem>
[6048971]2175</VarListEntry>
2176
2177<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
2178
2179<!-- <VarListEntry><Term>See Also</Term>
2180
2181<listitem><Para></Para></listitem>
2182
2183</VarListEntry>
2184-->
2185
2186</VariableList>
2187
[e189be2]2188</Sect3>
2189
[6048971]2190<!--
2191<Sect3><Title></Title>
2192
2193<VariableList>
2194
2195<VarListEntry><Term>Syntax</Term>
[9e507547]2196
[6048971]2197<listitem><Para>*</Para></listitem>
2198
2199</VarListEntry>
2200
2201<VarListEntry><Term>Example</Term>
2202
2203<listitem>
2204<Para>
2205<programlisting>
2206*</programlisting>
2207</Para>
2208</listitem>
2209
2210</VarListEntry>
2211
2212<VarListEntry><Term>Description</Term>
2213
2214<listitem><Para>
2215</Para></listitem>
2216
2217</VarListEntry>
2218
2219<VarListEntry><Term>Caveats </Term> </VarListEntry>
2220
2221<VarListEntry><Term>See Also</Term>
2222
2223<listitem><Para></Para></listitem>
2224
2225</VarListEntry>
2226
2227</VariableList>
2228
2229</Sect3>
2230-->
2231
2232<Sect3><Title>FLAGS</Title>
2233
2234<VariableList>
2235
2236<VarListEntry><Term>Syntax</Term>
2237
2238<listitem><Para>*flags &lt;flags&gt;</Para></listitem>
2239
2240</VarListEntry>
2241
2242<VarListEntry><Term>Example</Term>
2243
2244<listitem>
[9e507547]2245<Para>
[6048971]2246<programlisting>
2247*flags duplicate not surface</programlisting>
[9e507547]2248</Para>
[6048971]2249</listitem>
2250
2251</VarListEntry>
2252
2253<VarListEntry><Term>Description</Term>
[9e507547]2254
[6048971]2255<listitem><Para>
2256*flags updates the current flag settings.
2257Flags not mentioned retain their previous state.  Valid flags
[3162ed8]2258are DUPLICATE, SPLAY, and SURFACE, and a flag may be preceded with NOT to
[9e507547]2259turn it off.
2260</Para>
2261
2262<Para>
2263Survey legs marked SURFACE are hidden from plots by default, and not
2264included in cave survey length calculations.  Survey legs marked as
[3162ed8]2265DUPLICATE or SPLAY are also not included in cave survey length
2266calculations; legs marked SPLAY are ignored by the extend program.
2267DUPLICATE is intended for the case when if you have two different
2268surveys along the same section of passage (for example to tie two
2269surveys into a permanent survey station); SPLAY is intended for
2270cases such as radial legs in a large chamber.
[9e507547]2271</Para>
[6048971]2272</listitem>
2273
2274</VarListEntry>
2275
2276<VarListEntry><Term>See Also</Term>
2277
2278<listitem><Para>*begin</Para></listitem>
2279
2280</VarListEntry>
2281
2282</VariableList>
[9e507547]2283
2284</Sect3>
2285
[6048971]2286<Sect3><Title>INCLUDE</Title>
2287
2288<VariableList>
2289
2290<VarListEntry><Term>Syntax</Term>
2291
2292<listitem><Para>*include &lt;filename&gt;</Para></listitem>
2293
2294</VarListEntry>
2295
2296<VarListEntry><Term>Example</Term>
[e189be2]2297
[6048971]2298<listitem>
[40647f5]2299<Para>
[6048971]2300<programlisting>
2301*include mission</programlisting>
2302
2303<programlisting>
2304*include "the pits"</programlisting>
[e189be2]2305</Para>
[6048971]2306</listitem>
[40647f5]2307
[6048971]2308</VarListEntry>
2309
2310<VarListEntry><Term>Description</Term>
2311
2312<listitem><Para>
2313*include processes &lt;filename&gt; as if it were inserted at this
[c1573d8]2314place in the current file. (i.e. The current settings are carried
[40647f5]2315into &lt;filename&gt;, and any alterations to settings in &lt;filename&gt;
[f9dc4a0]2316will be carried back again).  There's one exception to this (for
2317obscure historical reasons) which is that the survey prefix is
[cb69f36]2318restored upon return to the original file.  Since *begin and *end
[f9dc4a0]2319nesting cannot cross files, this can only make a difference if you
2320use the deprecated *prefix command.
2321</Para>
2322
2323<Para>If &lt;filename&gt; contains spaces, it must be enclosed in quotes.
[6048971]2324</Para>
[e189be2]2325
[6048971]2326<Para>An included file which does not have a complete path
[9e507547]2327is resolved relative to the directory which the parent file is in
[6af6d51]2328(just as relative HTML links do).  Cavern will try adding a <filename>.svx</filename>
[6e420ba]2329extension, and will also try translating "\" to "/".
2330And as a last
[9e507547]2331resort, it will try a lower case version of the filename (so if you
2332use Unix and someone sends you a DOS/Windows dataset with mismatched
[6af6d51]2333case, unzip it with "unzip -L" and UNIX cavern will process it).
[6048971]2334</Para>
[51c0677]2335
[f9dc4a0]2336<Para>
[63dc4eb]2337The depth to which you can nest
2338include files may be limited by the operating system
[f9dc4a0]2339you use.  Usually the limit is fairly high (>30), but if you want to be able to
[6af6d51]2340process your dataset with <Application>Survex</Application> on any supported platform, it
[f9dc4a0]2341would be prudent not to go overboard with nested include files.
2342</Para>
2343</listitem>
[6048971]2344</VarListEntry>
2345
2346</VariableList>
[40647f5]2347
[e189be2]2348</Sect3>
2349
[be1a437]2350<Sect3><Title>INFER</Title>
2351
2352<VariableList>
2353
2354<VarListEntry><Term>Syntax</Term>
2355
[3404462]2356<listitem>
2357<Para>*infer plumbs on|off</Para>
[be1a437]2358
[3404462]2359<Para>*infer equates on|off</Para>
[eb48e2b]2360
2361<Para>*infer exports on|off</Para>
[3404462]2362</listitem>
[be374fc]2363
[be1a437]2364</VarListEntry>
2365
2366<!--
2367<VarListEntry><Term>Example</Term>
2368
2369<listitem>
2370<programlisting>
2371</programlisting>
2372
2373</listitem>
2374
2375</VarListEntry>
2376-->
2377
2378<VarListEntry><Term>Description</Term>
2379
[3404462]2380<listitem>
2381<Para>"*infer plumbs on" tells cavern to interpret gradients of +/- 90
[be1a437]2382degrees as UP/DOWN (so it
2383will not apply the clino correction to them). This is useful when
2384the data has not been converted to have UP and DOWN in it.
2385</Para>
2386
[eb48e2b]2387<para>"*infer equates on" tells cavern to interpret a leg with
2388a tape reading of zero as a *equate.  this prevents tape corrections
[be374fc]2389being applied to them.
[eb48e2b]2390</para>
2391
2392<para>"*infer exports on" is necessary when you have a dataset which is
2393partly annotated with *export.  It tells cavern not to complain about
2394missing *export commands in part of the dataset.  Also stations which
2395were used to join surveys are marked as exported in the 3d file.
2396</para>
[be374fc]2397</listitem>
2398
[be1a437]2399</VarListEntry>
2400
2401<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
2402
2403<!--
2404<VarListEntry><Term>See Also</Term>
2405
2406<listitem><Para>*end, *prefix</Para></listitem>
2407
2408</VarListEntry>
2409-->
2410
2411</VariableList>
2412
2413</Sect3>
2414
[e74904e]2415<Sect3><Title>INSTRUMENT</Title>
2416
2417<VariableList>
2418
2419<VarListEntry><Term>Syntax</Term>
2420
2421<listitem><Para>*instrument &lt;instrument&gt; &lt;identifier&gt;</Para></listitem>
2422
2423</VarListEntry>
2424
2425<VarListEntry><Term>Example</Term>
2426
2427<listitem>
2428<Para>
2429<programlisting>
2430*instrument compass "CUCC 2"
2431*instrument clino "CUCC 2"
2432*instrument tape "CUCC Fisco Ranger open reel"</programlisting>
2433</Para>
2434</listitem>
2435
2436</VarListEntry>
2437
2438<VarListEntry><Term>Validity</Term>
2439
2440<listitem><Para>valid at the start of a *begin/*end block.
2441</Para></listitem>
2442
2443</VarListEntry>
2444
2445<VarListEntry><Term>Description</Term>
2446
2447<listitem><Para>
2448*instrument specifies the particular instruments used to perform a
2449survey.
2450</Para></listitem>
2451
2452</VarListEntry>
2453
2454<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
2455
2456<VarListEntry><Term>See Also</Term>
2457
2458<listitem><Para>*begin, *date, *team</Para></listitem>
2459
2460</VarListEntry>
2461
2462</VariableList>
2463
2464</Sect3>
2465
[6048971]2466<Sect3><Title>PREFIX</Title>
[e189be2]2467
[6048971]2468<VariableList>
2469
2470<VarListEntry><Term>Syntax</Term>
2471
2472<listitem><Para>*prefix &lt;survey&gt;</Para></listitem>
2473
2474</VarListEntry>
2475
2476<VarListEntry><Term>Example</Term>
2477
2478<listitem>
[40647f5]2479<Para>
[6048971]2480<programlisting>
2481*prefix flapjack</programlisting>
[e189be2]2482</Para>
[6048971]2483</listitem>
2484
2485</VarListEntry>
2486
2487<VarListEntry><Term>Description</Term>
2488
2489<listitem><Para>
2490*prefix sets the current survey.
2491</Para></listitem>
2492
2493</VarListEntry>
2494
2495<VarListEntry><Term>Caveats </Term>
2496
2497<listitem><Para>*prefix is deprecated - you should use *begin and *end
2498instead.</Para></listitem>
2499
2500</VarListEntry>
2501
2502<VarListEntry><Term>See Also</Term>
2503
2504<listitem><Para>*begin, *end</Para></listitem>
2505
2506</VarListEntry>
2507
2508</VariableList>
[e189be2]2509
2510</Sect3>
2511
[ce15637]2512<Sect3><Title>REF</Title>
2513
2514<VariableList>
2515
2516<VarListEntry><Term>Syntax</Term>
2517
2518<listitem><Para>*ref &lt;string&gt;</Para></listitem>
2519
2520</VarListEntry>
2521
2522<VarListEntry><Term>Example</Term>
2523
2524<listitem>
2525<Para>
2526<programlisting>
2527*ref "survey folder 2007#12"
2528</Para>
2529</listitem>
2530
2531</VarListEntry>
2532
2533<VarListEntry><Term>Validity</Term>
2534
2535<listitem><Para>valid at the start of a *begin/*end block.
2536</Para></listitem>
2537
2538</VarListEntry>
2539
2540<VarListEntry><Term>Description</Term>
2541
2542<listitem><Para>
2543*ref allows you to specify a reference.  It's up to you how you use it, but for
2544example it could specify where the original survey notes can be found.
2545</Para>
2546
2547<Para>
2548*ref was added in Survex 1.2.23.
2549</Para></listitem>
2550
2551</VarListEntry>
2552
2553<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
2554
2555<VarListEntry><Term>See Also</Term>
2556
2557<listitem><Para>*begin, *date, *instrument, *team</Para></listitem>
2558
2559</VarListEntry>
2560
2561</VariableList>
2562
2563</Sect3>
2564
[6048971]2565<Sect3><Title>REQUIRE</Title>
[9e507547]2566
[6048971]2567<VariableList>
2568
2569<VarListEntry><Term>Syntax</Term>
2570
2571<listitem><Para>*require &lt;version&gt;</Para></listitem>
2572
2573</VarListEntry>
2574
2575<VarListEntry><Term>Example</Term>
2576
2577<listitem>
[9e507547]2578<Para>
[6048971]2579<programlisting>
2580*require 0.98</programlisting>
2581</Para>
2582</listitem>
2583
2584</VarListEntry>
2585
2586<VarListEntry><Term>Description</Term>
2587
2588<listitem><Para>
2589*require checks that the version of cavern in use is at least
2590&lt;version&gt; and stops with an error if not.
2591So if your dataset requires a feature
[9e507547]2592introduced in a particular version, you can add a *require command and
2593users will know what version they need to upgrade to, rather than
2594getting an error message and having to guess what the real problem is.
[6048971]2595</Para></listitem>
2596
2597</VarListEntry>
2598
2599</VariableList>
[9e507547]2600
2601</Sect3>
2602
[6048971]2603<Sect3><Title>SD</Title>
2604
2605<VariableList>
2606
2607<VarListEntry><Term>Syntax</Term>
[e189be2]2608
[6048971]2609<listitem><Para>*sd &lt;quantity list&gt; &lt;standard deviation&gt;
2610</Para></listitem>
2611
2612</VarListEntry>
2613
2614<VarListEntry><Term>Example</Term>
2615
2616<listitem>
[40647f5]2617<Para>
[6048971]2618<programlisting>
2619*sd tape 0.15 metres</programlisting>
[e189be2]2620</Para>
[6048971]2621</listitem>
[e189be2]2622
[6048971]2623</VarListEntry>
2624
2625<VarListEntry><Term>Description</Term>
2626
2627<listitem><Para>
2628*sd sets the standard deviation of a measurement.
[e189be2]2629</Para>
2630
[40647f5]2631<Para>
[bfd5706]2632&lt;quantity&gt; is one of (each group gives alternative names for the same
2633quantity):
[e189be2]2634</Para>
2635
[bfd5706]2636<ItemizedList>
2637    <listitem><para>TAPE, LENGTH</para></listitem>
2638    <listitem><para>COMPASS, BEARING</para></listitem>
2639    <listitem><para>BACKCOMPASS, BACKBEARING</para></listitem>
2640    <listitem><para>CLINO, GRADIENT</para></listitem>
2641    <listitem><para>BACKCLINO, BACKGRADIENT</para></listitem>
2642    <listitem><para>COUNTER, COUNT</para></listitem>
2643    <listitem><para>DEPTH</para></listitem>
2644    <listitem><para>DECLINATION</para></listitem>
2645    <listitem><para>DX, EASTING</para></listitem>
2646    <listitem><para>DY, NORTHING</para></listitem>
2647    <listitem><para>DZ, ALTITUDE</para></listitem>
2648    <listitem><para>LEFT</para></listitem>
2649    <listitem><para>RIGHT</para></listitem>
2650    <listitem><para>UP, CEILING</para></listitem>
2651    <listitem><para>DOWN, FLOOR</para></listitem>
2652    <listitem><para>LEVEL</para></listitem>
2653    <listitem><para>PLUMB</para></listitem>
2654    <listitem><para>POSITION</para></listitem>
2655</ItemizedList>
2656
[40647f5]2657<Para>
2658&lt;standard deviation&gt; must include units and thus is typically
[63dc4eb]2659"0.05 metres", or "0.02 degrees". See *units below for full list
[6048971]2660of valid units.
[e189be2]2661</Para>
2662
[6048971]2663<!-- FIXME mention central limit theorem -->
[40647f5]2664<Para>
[6048971]2665To utilise this command fully you need to understand what a
2666<emphasis>standard deviation</emphasis> is.
2667It gives a value to the 'spread' of the errors
[c1573d8]2668in a measurement. Assuming that these are normally distributed
[770157e]2669we can say that 95.44% of the actual lengths will fall within two
[40647f5]2670standard deviations of the measured length. i.e. a tape SD of
[770157e]26710.25 metres means that the actual length of a tape measurement
2672is within + or - 0.5 metres of the recorded value 95.44% of the time.
[40647f5]2673So if the measurement is 7.34m then the actual length is very
[6048971]2674likely to be between 6.84m and 7.84m. This example corresponds
[40647f5]2675to BCRA grade 3. Note that this is just one interpretation of
[770157e]2676the BCRA standard, taking the permitted error values as 2SD 95.44%
[40647f5]2677confidence limits. If you want to take the readings as being some
[6048971]2678other limit (e.g. 1SD = 68.26%) then you will need to change the BCRA3
[c1573d8]2679and BCRA5 files accordingly. This issue is explored in more
[40647f5]2680detail in various surveying articles.
[6048971]2681<!--
26822.565 sd 99%
26832.5   sd 98.76%
26842     sd 95.44%
26851     sd 68.26%
2686.97   sd 66.67%
26871.15  sd 75%
2688-->
2689</Para></listitem>
2690
2691</VarListEntry>
2692
2693<VarListEntry><Term>See Also</Term>
2694
2695<listitem><Para>*units</Para></listitem>
2696
2697</VarListEntry>
2698
2699</VariableList>
[e189be2]2700
2701</Sect3>
2702
[6048971]2703<Sect3><Title>SET</Title>
[e189be2]2704
[6048971]2705<VariableList>
[e189be2]2706
[6048971]2707<VarListEntry><Term>Syntax</Term>
2708
2709<listitem><Para>*set &lt;item&gt; &lt;character list&gt;</Para></listitem>
2710
2711</VarListEntry>
2712
2713<VarListEntry><Term>Example</Term>
2714
2715<listitem>
[40647f5]2716<Para>
[6048971]2717<programlisting>
[21c226e]2718*set blank x09x20
[6048971]2719*set decimal ,</programlisting>
[21c226e]2720
2721Note that you need to eliminate comma from being a blank before setting it as
2722a decimal - otherwise the comma in "*set decimal ," is parsed as a blank, and
2723you set decimal to not have any characters representing it.
[e189be2]2724</Para>
[6048971]2725</listitem>
[e189be2]2726
[6048971]2727</VarListEntry>
2728
2729<VarListEntry><Term>Description</Term>
2730
2731<listitem><Para>
2732*set sets the specified &lt;item&gt; to the character or characters
[40647f5]2733given in &lt;character list&gt;. The example sets the decimal
[11f9067]2734separator to be a comma.
2735</Para>
2736
2737<Para>
2738xAB means the character with hex value AB. Eg x20 is a space.
[e189be2]2739</Para>
2740
[40647f5]2741<Para>
[11f9067]2742The complete list of items that can be set, the defaults (in
[40647f5]2743brackets), and the meaning of the item, is:
[e189be2]2744</Para>
2745
[6048971]2746<ItemizedList>
2747
2748<ListItem><Para>
[11f9067]2749BLANK (x09x20,) Separates fields
[6048971]2750</Para></ListItem>
[e189be2]2751
[6048971]2752<ListItem><Para>
[40647f5]2753COMMENT (;) Introduces comments
[6048971]2754</Para></ListItem>
[e189be2]2755
[6048971]2756<ListItem><Para>
[40647f5]2757DECIMAL (.) Decimal point character
[6048971]2758</Para></ListItem>
[e189be2]2759
[6048971]2760<ListItem><Para>
2761EOL (x0Ax0D) End of line character
2762</Para></ListItem>
[e189be2]2763
[6048971]2764<ListItem><Para>
[40647f5]2765KEYWORD (*) Introduces keywords
[6048971]2766</Para></ListItem>
[e189be2]2767
[6048971]2768<ListItem><Para>
[40647f5]2769MINUS (-) Indicates negative number
[6048971]2770</Para></ListItem>
[e189be2]2771
[6048971]2772<ListItem><Para>
[f3ac7d4]2773NAMES (_-) Non-alphanumeric chars permitted in station
2774names (letters and numbers are always permitted).
[6048971]2775</Para></ListItem>
[e189be2]2776
[6048971]2777<ListItem><Para>
[c1573d8]2778OMIT (-) Contents of field omitted (e.g. in plumbed legs)
[6048971]2779</Para></ListItem>
[e189be2]2780
[6048971]2781<ListItem><Para>
[40647f5]2782PLUS (+) Indicates positive number
[6048971]2783</Para></ListItem>
[e189be2]2784
[6048971]2785<ListItem><Para>
[b15eeda]2786ROOT (\) Prefix in force at start of current file (use of ROOT is deprecated)
[6048971]2787</Para></ListItem>
[e189be2]2788
[6048971]2789<ListItem><Para>
[40647f5]2790SEPARATOR (.) Level separator in prefix hierarchy
[6048971]2791</Para></ListItem>
2792
[eb48e2b]2793<!-- FIXME OPEN ({) and CLOSE (}) -->
[6048971]2794</ItemizedList>
[e189be2]2795
[40647f5]2796<Para>
2797The special characters may not be alphanumeric.
[e189be2]2798</Para>
[40647f5]2799
[6048971]2800</listitem>
[e189be2]2801
[6048971]2802</VarListEntry>
[e189be2]2803
[6048971]2804</VariableList>
[e189be2]2805
2806</Sect3>
2807
2808<Sect3><Title>SOLVE</Title>
[40647f5]2809
[6048971]2810<VariableList>
2811
2812<VarListEntry><Term>Syntax</Term>
2813
2814<listitem><Para>*solve</Para></listitem>
2815
2816</VarListEntry>
2817
2818<VarListEntry><Term>Example</Term>
2819
2820<listitem>
[40647f5]2821<Para>
[6048971]2822<programlisting>
2823*include 1997data
2824*solve
2825*include 1998data
2826</programlisting>
[e189be2]2827</Para>
[6048971]2828</listitem>
2829
2830</VarListEntry>
2831
2832<VarListEntry><Term>Description</Term>
2833
2834<listitem><Para>
2835Distributes misclosures around any loops in the survey and fixes
2836the positions of all existing stations.  This command is intended
2837for situations where you have some new surveys adding extensions
2838to an already drawn-up survey which you wish to avoid completely
2839redrawing. You can read in the old data, use *SOLVE to fix it, and then
2840read in the new data.  Then old stations will be in the same
[63dc4eb]2841positions as they are in the existing drawn up survey, even if new loops
[6048971]2842have been formed by the extensions.
2843</Para></listitem>
2844
2845</VarListEntry>
2846
2847</VariableList>
[40647f5]2848
[e189be2]2849</Sect3>
2850
[e74904e]2851<Sect3><Title>TEAM</Title>
[be1a437]2852
2853<VariableList>
2854
2855<VarListEntry><Term>Syntax</Term>
2856
[e74904e]2857<listitem><Para>*team &lt;person&gt; &lt;role&gt;...</Para></listitem>
[be1a437]2858
2859</VarListEntry>
2860
2861<VarListEntry><Term>Example</Term>
2862
2863<listitem>
[e74904e]2864<Para>
[be1a437]2865<programlisting>
[e74904e]2866*team "Nick Proctor" compass clino tape
2867*team "Anthony Day" notes pictures tape
[be1a437]2868</programlisting>
[e74904e]2869</Para>
[be1a437]2870</listitem>
2871
2872</VarListEntry>
[e74904e]2873
2874<VarListEntry><Term>Validity</Term>
2875
2876<listitem><Para>valid at the start of a *begin/*end block.
2877</Para></listitem>
[eb48e2b]2878<!-- FIXME valid roles are? -->
[e74904e]2879
2880</VarListEntry>
[be1a437]2881
2882<VarListEntry><Term>Description</Term>
2883
[e74904e]2884<listitem><Para>
2885*team specifies the people involved in a survey and what role they
2886filled during that trip.
2887</Para></listitem>
2888
2889</VarListEntry>
2890
2891<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
2892
2893<VarListEntry><Term>See Also</Term>
2894
2895<listitem><Para>*begin, *date, *instrument</Para></listitem>
2896
2897</VarListEntry>
2898
2899</VariableList>
[be1a437]2900
[e74904e]2901</Sect3>
2902
2903<Sect3><Title>TITLE</Title>
2904
2905<VariableList>
2906
2907<VarListEntry><Term>Syntax</Term>
2908
2909<listitem><Para>*title &lt;title&gt;</Para></listitem>
2910
2911</VarListEntry>
2912
2913<VarListEntry><Term>Example</Term>
2914
2915<listitem>
2916<programlisting>
2917*title Dreamtime</programlisting>
2918
2919<programlisting>
2920*title "Mission Impossible"</programlisting>
2921</listitem>
2922
2923</VarListEntry>
2924
2925<VarListEntry><Term>Description</Term>
2926
2927<listitem><Para>*title allows you to set the descriptive title for a survey.
2928If the title contains spaces, you need to enclose it in quotes ("").
2929If there is no *title command, the title defaults to the survey name
2930given in the *begin command.
[be1a437]2931</Para>
2932</listitem>
2933
2934</VarListEntry>
2935
2936<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
2937
2938<!--
2939<VarListEntry><Term>See Also</Term>
2940
2941<listitem><Para>*end, *prefix</Para></listitem>
2942
2943</VarListEntry>
2944-->
2945
2946</VariableList>
2947
2948</Sect3>
2949
2950<Sect3><Title>TRUNCATE</Title>
2951
2952<VariableList>
2953
2954<VarListEntry><Term>Syntax</Term>
2955
2956<listitem><Para>*truncate &lt;length&gt;|off</Para></listitem>
2957
2958</VarListEntry>
2959
[e74904e]2960<!-- FIXME:
[be1a437]2961<VarListEntry><Term>Example</Term>
2962
2963<listitem>
2964<programlisting>
2965</programlisting>
2966
2967</listitem>
2968
2969</VarListEntry>
2970-->
2971
2972<VarListEntry><Term>Description</Term>
2973
[6af6d51]2974<listitem><Para>Station names may be of any length in <Application>Survex</Application>, but some
[be1a437]2975other (mostly older) cave surveying software only regard the first few
2976characters of a name as significant (e.g. "entran" and "entrance"
2977might be treated as the same).  To facilitate using data imported from
[6af6d51]2978such a package <Application>Survex</Application> allows you to truncate names to whatever
[eb48e2b]2979length you want (but by default truncation is off).
[be1a437]2980</Para>
2981
[f9dc4a0]2982<Para>Figures for the number of characters which are significant in various
[a4458fd5]2983software packages: Compass currently has a limit of 12,
[f9dc4a0]2984CMAP has a limit of 6,
[b554a4b]2985Smaps 4 had a limit of 8,
[eb48e2b]2986<!-- FIXME any limits for other software, winkarst for example? -->
2987Surveyor87/8 used 8.
[6af6d51]2988<Application>Survex</Application> itself used 8 per prefix
[be1a437]2989level up to version 0.41, and 12 per prefix level up to 0.73 (more recent
2990versions removed this rather archaic restriction).
2991</Para>
2992</listitem>
2993
2994</VarListEntry>
2995
2996<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
2997
2998<VarListEntry><Term>See Also</Term>
2999
[e6fdc7c]3000<listitem><Para>*case</Para></listitem>
[be1a437]3001
3002</VarListEntry>
3003
3004</VariableList>
3005
3006</Sect3>
3007
[e74904e]3008<Sect3><Title>UNITS</Title>
[c1573d8]3009
[e74904e]3010<VariableList>
[9e507547]3011
[e74904e]3012<VarListEntry><Term>Syntax</Term>
3013
3014<listitem><Para>
3015*units &lt;quantity list&gt; [&lt;factor&gt;] &lt;unit&gt;
[e189be2]3016</Para>
[e74904e]3017<Para>
3018*units default
3019</Para></listitem>
3020
3021</VarListEntry>
3022
3023<VarListEntry><Term>Example</Term>
[c1573d8]3024
[e74904e]3025<listitem>
3026<Para>
3027<programlisting>
3028*units tape metres</programlisting>
3029
3030<programlisting>
[b14f44f]3031*units compass backcompass clino backclino grads</programlisting>
[e74904e]3032
3033<programlisting>
3034*units dx dy dz 1000 metres ; data given as kilometres</programlisting>
[b5283af]3035
3036<programlisting>
3037*units left right up down feet</programlisting>
[e189be2]3038</Para>
[e74904e]3039</listitem>
[c1573d8]3040
[e74904e]3041</VarListEntry>
3042
3043<VarListEntry><Term>Description</Term>
3044
3045<listitem><Para>
[b5283af]3046&lt;quantity&gt; is one of the following (grouped entries are just alternative names for the same thing):
3047TAPE/LENGTH, COMPASS/BEARING, BACKCOMPASS/BACKBEARING, CLINO/GRADIENT, BACKCLINO/BACKGRADIENT, COUNTER/COUNT, DEPTH, DECLINATION, DX/EASTING, DY/NORTHING, DZ/ALTITUDE, LEFT, RIGHT, UP/CEILING, DOWN/FLOOR
[e189be2]3048</Para>
[c1573d8]3049
3050<Para>Changes current units of all the quantities listed to [&lt;factor&gt;]
[40647f5]3051&lt;unit&gt;. Note that quantities can be expressed either as
[fa42426]3052the instrument (e.g. COMPASS) or the measurement (e.g. BEARING).
[e189be2]3053</Para>
[c1573d8]3054
[fa42426]3055<Para>&lt;factor&gt; allows you to easy specify situations such as measuring
3056distance with a diving line knotted every 10cm (*units distance 0.1 metres).
3057If &lt;factor&gt; is omitted it defaults to 1.0.  If specified, it must be
3058non-zero.
[e189be2]3059</Para>
[c1573d8]3060
3061<Para>Valid units for listed quantities are:
[e189be2]3062</Para>
[c1573d8]3063
[b5283af]3064<Para>TAPE/LENGTH, COUNTER/COUNT, DEPTH, DX/EASTING, DY/NORTHING, DZ/ALTITUDE
3065in YARDS|FEET|METRIC|METRES|METERS (default: METRES)
[e189be2]3066</Para>
[c1573d8]3067
[b5283af]3068<Para>CLINO/GRADIENT, BACKCLINO/BACKGRADIENT
3069in DEG|DEGREES|GRADS|MILS|PERCENT|PERCENTAGE (default: DEGREES)
[e74904e]3070</Para>
3071
[b5283af]3072<Para>COMPASS/BEARING, BACKCOMPASS/BACKBEARING, DECLINATION
3073in DEG|DEGREES|GRADS|MILS|MINUTES (default: DEGREES)
[e74904e]3074</Para>
3075
3076<Para>(360 degrees = 400 grads (also known as Mils))
3077</Para>
[b5283af]3078</listitem>
[e74904e]3079
3080</VarListEntry>
3081
3082<!-- <VarListEntry><Term>Caveats </Term> </VarListEntry> -->
3083
3084<VarListEntry><Term>See Also</Term>
3085
3086<listitem><Para>*calibrate</Para></listitem>
3087
3088</VarListEntry>
3089
3090</VariableList>
[c1573d8]3091
[e189be2]3092</Sect3>
3093
3094</Sect2>
3095
3096</Sect1>
3097
[63dc4eb]3098<!-- FIXME rename to "Cookbook"? -->
[6af6d51]3099<Sect1><Title>Contents of <filename>.svx</filename> files: How do I?</Title>
[0d62afe]3100<?dbhtml filename="svxhowto.htm">
[c1573d8]3101
[40647f5]3102<Para>
[6af6d51]3103Here is some example <Application>Survex</Application> data (a very small cave numbered 1623/163):
[e189be2]3104</Para>
[fbc41c2]3105
3106<programlisting>
[40647f5]31072 1 26.60 222  17.5
31082 3 10.85 014   7
31092 4  7.89 254 -11
31104 5  2.98  - DOWN
[fbc41c2]31115 6  9.29 271 -28.5</programlisting>
3112
[40647f5]3113<Para>
3114You can vary the data ordering.  The default is:
[e189be2]3115</Para>
3116
[40647f5]3117<Para>
3118from-station to-station tape compass clino
[e189be2]3119</Para>
3120
[40647f5]3121<Para>
[6af6d51]3122This data demonstrates a number of useful features of <Application>Survex</Application>:
[e189be2]3123</Para>
3124
[40647f5]3125<Para>
3126Legs can be measured either way round, which allows the use of
[b462168]3127techniques like "leap-frogging" (which is where legs
3128alternate forwards and backwards).
[e189be2]3129</Para>
3130
[40647f5]3131<Para>
3132Also notice that there is a spur in the survey (2 to 3).  You
[6aef4f1]3133do not need to specify this specially.
[e189be2]3134</Para>
3135
[40647f5]3136<Para>
[6af6d51]3137<Application>Survex</Application> places few restrictions on station naming (see "Survey
[ff003b3]3138Station Names" in the previous section), so you can number the stations
3139as they were in the original survey notes.  Although not apparent from
3140this example, there is no requirement for each leg to connect to an
[6af6d51]3141existing station.  <Application>Survex</Application> can accept data in any order, and will
[ff003b3]3142check for connectedness once all the data has been read in.
[e189be2]3143</Para>
3144
[40647f5]3145<Para>
3146Each survey is also likely to have other information associated
3147with it, such as instrument calibrations, etc.  This has been
3148omitted from this example to keep things simple.
[e189be2]3149</Para>
3150
[40647f5]3151<Para>
3152Most caves will take more than just one survey trip to map.  Commonly
3153the numbering in each survey will begin at 1, so we need to be
3154able to tell apart stations with the same number in different
3155surveys.
[e189be2]3156</Para>
3157
[40647f5]3158<Para>
[6af6d51]3159To accomplish this, <Application>Survex</Application> has a very flexible system of hierarchical
[40647f5]3160prefixes.  All you need do is give each survey a unique name or
3161number, and enter the data like so:
[e189be2]3162</Para>
[fbc41c2]3163
3164<programlisting>
[40647f5]3165*begin 163
[e74904e]3166*export 1
[40647f5]31672 1 26.60 222  17.5
31682 3 10.85 014   7
31692 4  7.89 254 -11
31704 5  2.98  - DOWN
31715 6  9.29 271 -28.5
[fbc41c2]3172*end 163</programlisting>
3173
[6af6d51]3174<Para><Application>Survex</Application> will name the stations by attaching the current prefix.
[fbc41c2]3175In this case, the stations will be named 163.1, 163.2, etc.
[e189be2]3176</Para>
[fbc41c2]3177
[ff003b3]3178<Para>We have a convention with the CUCC Austria data that the entrance survey
3179station of a cave is named P&lt;cave number&gt;, P163 in this case. We
[fbc41c2]3180can accomplish this like so:
[e189be2]3181</Para>
[fbc41c2]3182
3183<programlisting>
[b15eeda]3184*equate P163 163.1
[e74904e]3185*entrance P163
[40647f5]3186*begin 163
[e74904e]3187*export 1
[40647f5]31882 1 26.60 222  17.5
31892 3 10.85 014   7
31902 4  7.89 254 -11
31914 5  2.98  - DOWN
31925 6  9.29 271 -28.5
[fbc41c2]3193*end 163</programlisting>
3194
[b462168]3195<Sect2><Title>Specify surface survey data</Title>
3196
3197<Para>
3198Say you have 2 underground surveys and 2 surface ones with 2 fixed reference
3199points.  You want to mark the surface surveys so that their length isn't
3200included in length statistics, and so that Aven knows to display them
3201differently.  To do this you mark surface data with the "surface" flag
3202- this is set with "*flags surface" like so:
[ce92903]3203</Para>
[b462168]3204
3205<programlisting>
3206; fixed reference points
3207*fix fix_a 12345 56789 1234
3208*fix fix_b 23456 67890 1111                                                     
3209                                                                               
3210; surface data (enclosed in *begin ... *end to stop the *flags command
3211; from "leaking" out)
3212*begin
3213*flags surface
3214*include surface1
3215*include surface2
3216*end                                                                           
3217                                                                               
3218; underground data
3219*include cave1
3220*include cave2</programlisting>
3221
3222<Para>
3223You might also have a survey which starts on the surface and heads into a
3224cave.  This can be easily handled too - here's an example which goes in
3225one entrance, through the cave, and out of another entrance:
3226</Para>
3227
3228<programlisting>
3229*begin BtoC
3230*title "161b to 161c"
3231*date 1990.08.06 ; trip 1990-161c-3 in 1990 logbook
3232
3233*begin
3234*flags surface
323502    01      3.09   249    -08.5
323602    03      4.13   252.5  -26
3237*end
3238
323904    03      6.00   020    +37
324004    05      3.07   329    -31
324106    05      2.67   203    -40.5
324206    07      2.20   014    +04
324307    08      2.98   032    +04
324408    09      2.73   063.5  +21
324509    10     12.35   059    +15
3246
3247*begin
3248*flags surface
324911    10      4.20   221.5  -11.5
325011    12      5.05   215    +03.5
325111    13      6.14   205    +12.5
325213    14     15.40   221    -14
3253*end
3254
3255*end BtoC</programlisting>
3256
3257<Para>
3258Note that to avoid needless complication, Survex regards each leg as
3259being either "surface" or "not surface" - if a leg spans the boundary you'll
3260have to call it one or the other.  It's good surveying practice to
3261deliberately put a station at the surface/underground interface
3262(typically the highest closed contour or drip line) so this generally
3263isn't an onerous restriction.
3264</Para>
3265
3266</Sect2>
3267
[e189be2]3268<Sect2><Title>Specify the ordering and type of data</Title>
3269
[e74904e]3270<Para>The *DATA command is used to specify the data style, and the
3271order in which the readings are given.</Para>
[e189be2]3272
3273</Sect2>
3274
[1a50c3c]3275<Sect2><Title>Deal with Plumbs or Legs Across Static Water</Title>
[e189be2]3276
[1a50c3c]3277<!-- FIXME
[40647f5]3278<Para>
[1a50c3c]3279They can be given
[40647f5]3280as +90, or -90, but as they are not usually measured with the
3281clino, but with a plumb of some sort, then it is useful to distinguish
3282them in this way so that any clino adjustment is not applied to
3283these values.
[e189be2]3284</Para>
3285
[63dc4eb]3286FIXME: paste in section from mail to list
3287
[40647f5]3288<Para>
[4eba0d9]3289Note that a similar effect can be achieved by using the "*infer plumbs" command
3290to stop clino corrections being applied to -90 and +90 clino readings.
[e189be2]3291</Para>
[1a50c3c]3292-->
[e189be2]3293
[40647f5]3294<Para>
[eb48e2b]3295Plumbed legs should be given using 'UP' or 'DOWN' in place of the
[1a50c3c]3296clino reading and a dash (or a different specified 'OMIT' character)
3297in place of the compass reading.  This distinguishes
3298them from legs measured with a compass and clino.  Here's an example:
[e189be2]3299</Para>
[fbc41c2]3300
3301<programlisting>
[40647f5]33021 2 21.54 - UP
33033 2 7.36 017 +17
33043 4 1.62 091 +08
[fbc41c2]33055 4 10.38 - DOWN</programlisting>
3306
[e189be2]3307<Para>
[eb48e2b]3308U/D or +V/-V may be used instead of UP/DOWN; the check is not case
[1a50c3c]3309sensitive.
[e189be2]3310</Para>
3311
[4eba0d9]3312<Para>
3313Legs surveyed across the surface of a static body of water where no
3314clino reading is taken (since the surface of the water can be assumed
3315to be flat) can be indicated by using LEVEL in place of a clino reading.
[1a50c3c]3316This prevents the clino correction being applied.  Here's an example:
[4eba0d9]3317</Para>
3318
3319<programlisting>
33201 2 11.37 190 -12
33213 2  7.36 017 LEVEL
33223 4  1.62 091 LEVEL</programlisting>
3323
[e189be2]3324</Sect2>
[fbc41c2]3325
[e189be2]3326<Sect2><Title>Specify a BCRA grade</Title>
[40647f5]3327
[fbc41c2]3328<Para>The *SD command can be used to specify the standard deviations of the
3329various measurements (tape, compass, clino, etc).  Examples files are
3330supplied which define BCRA Grade 3 and BCRA Grade 5 using a number of *sd
[eb48e2b]3331commands. You can use these by simply including them at the relevant point,
3332as follows:
[e189be2]3333</Para>
[fbc41c2]3334
3335<programlisting>
[40647f5]3336*begin somewhere
3337; This survey is only grade 3
3338*include grade3
33392 1 26.60 222  17.5
33402 3 10.85 014   7
3341; etc
[fbc41c2]3342*end somewhere</programlisting>
3343
3344<Para>The default values for the standard deviations are those for
[6aef4f1]3345BCRA grade 5. Note that it is good practice to keep the *include
[c1573d8]3346Grade3 within *Begin and *End commands otherwise it will apply
[40647f5]3347to following survey data, which may not be what you intended.
[e189be2]3348</Para>
3349
3350</Sect2>
[40647f5]3351
[e189be2]3352<Sect2><Title>Specify different accuracy for a leg</Title>
[fbc41c2]3353
[c1573d8]3354<Para>For example, suppose the tape on the plumbed leg in this survey
[1a50c3c]3355is suspected of being less accurate than the rest of the survey because
3356the length was obtained by measuring the length of the rope used to rig
3357the pitch.  We can set a higher sd for this one measurement and use a
3358*begin/*end block to make sure this setting only applies to the one
3359leg:
[e189be2]3360</Para>
[fbc41c2]3361
3362<programlisting>
[40647f5]33632 1 26.60 222  17.5
33642 3 10.85 014   7
33652 4  7.89 254 -11
3366*begin
[1a50c3c]3367; tape measurement was taken from the rope length
[40647f5]3368*sd tape 0.5 metres
[1a50c3c]33694 5  34.50 - DOWN
[40647f5]3370*end
[1a50c3c]33715 6  9.29 271 -28.5</programlisting>
[fbc41c2]3372
[eb48e2b]3373<!-- FIXME also *calibrate and *instrument? Except rope is measure with the
3374tape... -->
[e189be2]3375</Sect2>
3376
[fbf7fa0]3377<Sect2><Title>Enter Repeated Readings</Title>
3378
3379<Para>If your survey data contains multiple versions of each leg (for example,
3380pockettopo produces such data), then provided these are adjacent to one another
3381Survex 1.2.17 and later will automatically average these and treat them as a
3382single leg.
3383</Para>
3384
3385</Sect2>
3386
[ff003b3]3387<Sect2><Title>Enter Radiolocation Data</Title>
[fbc41c2]3388
[a4458fd5]3389<!-- FIXME comments from David Gibson here -->
[5b5a89f]3390<Para>This is done by using the *SD command to specify the appropriate
3391errors for the radiolocation `survey leg' so that the loop closure
3392algorithm knows how to distribute errors if it forms part of a loop.
3393</Para>
3394
3395<Para>The best approach for a radiolocation where the underground station
3396is vertically below the surface station is to represent it as a
3397plumbed leg, giving suitable SDs for the length and plumb angle. The
3398horizontal positioning of this is generally quite accurate, but the
3399vertical positioning may be much less well known. E.g: we have a
3400radiolocation of about 50m depth +/- 20m and horizontal accuracy of
3401+/- 8m. Over 50m the +/-8m is equivalent to an angle of 9 degrees, so
3402that is the expected plumb error. 20m is the expected error in the
[e74904e]3403length. To get the equivalent SD we assume that 99.74% of readings will
[5b5a89f]3404be within 3 standard deviations of the error value. Thus we divide the
3405expected errors by 3 to get the SD we should specify:
[eb48e2b]3406</Para> <!-- 3 SD? or same as BCRA3.SVX, etc -->
[fbc41c2]3407
3408<programlisting>
[5b5a89f]3409*begin
[e74904e]3410*sd length 6.67 metres
[5b5a89f]3411*sd plumb 3 degrees
3412surface underground 50 - down
[e74904e]3413*end</programlisting>
[5b5a89f]3414
3415<Para>
[e74904e]3416We wrap the radiolocation leg in a *begin/*end block to make
[5b5a89f]3417sure that the special *sd settings only apply to this one leg.
3418</Para>
[fbc41c2]3419
3420<Para>For more information on the expected errors from radiolocations
[b462168]3421see Compass Points Issue 10, available online at
3422<ulink url="http://www.chaos.org.uk/survex/cp/CP10/CPoint10.htm">http://www.chaos.org.uk/survex/cp/CP10/CPoint10.htm</ulink>
[e189be2]3423</Para>
3424
3425</Sect2>
[fbc41c2]3426
[e189be2]3427<Sect2><Title>Enter Diving Data</Title>
[fbc41c2]3428
[0706076]3429<Para>Surveys made underwater using a diver's depth gauge can be
3430processed - use the *Data command to specify that the following data
3431is of this type.
[e189be2]3432</Para>
3433
3434</Sect2>
[fbc41c2]3435
[e189be2]3436<Sect2><Title>Enter Theodolite data</Title>
[fbc41c2]3437
[e74904e]3438<Para>
3439Theodolite data with turned angles is not yet explicitly catered
3440for, so for now you will need to convert it into equivalent legs in
3441another style - normal or cylpolar are likely to be the best choices.
3442</Para>
3443
3444<Para>
3445If there is no vertical info in your theodolite data then you should
3446use the cylpolar style and use *sd command to specify very low
3447accuracy (high SD) in the depth so that the points will move in the
3448vertical plane as required if the end points are fixed or the survey
3449is part of a loop.
[e189be2]3450</Para>
3451
3452</Sect2>
3453
3454</Sect1>
[fbc41c2]3455
[e189be2]3456<Sect1><Title>General: How do I?</Title>
[0d62afe]3457<?dbhtml filename="genhowto.htm">
[fbc41c2]3458
[e189be2]3459<Sect2><Title>Create a new survey</Title>
[fbc41c2]3460
3461<Para>You simply create a text file containing the relevant survey data,
[6af6d51]3462using a text editor, and save it with a suitable name with a <filename>.svx</filename>
[e6aa3b1]3463extension. The
[40647f5]3464easiest way is to look at some of the example data and use that
3465as a template. Nearly all surveys will need a bit of basic info
[e6aa3b1]3466as well as the survey data itself: e.g. the date (*date), comments
3467about where, what cave, a name for the survey (using *begin and *end),
3468instrument error corrections etc. Here is a typical survey file:
[e189be2]3469</Para>
[fbc41c2]3470
3471<Para>All the lines starting with ';' are comments, which are ignored
[6af6d51]3472by <Application>Survex</Application>. You can also see the use of 'DOWN' for plumbs, and
[b462168]3473*calibrate tape for dealing with a tape length error (in this case
3474the end of the tape had fallen off so measurements were made from the
347520cm point).</Para>
[40647f5]3476
[fbc41c2]3477<programlisting>
[e74904e]3478*equate chaos.1 triassic.pt3.8
3479*equate chaos.2 triassic.pt3.9
3480
3481*begin chaos
3482*title "Bottomless Pit of Eternal Chaos to Redemption pitch"
3483*date 1996.07.11
3484*team "Nick Proctor" compass clino tape
3485*team "Anthony Day" notes pictures tape
3486*instrument compass "CUCC 2"
3487*instrument clino "CUCC 2"
[40647f5]3488;Calibration: Cairn-Rock 071 072 071,  -22 -22 -22
3489;       Rock-Cairn 252 251 252,  +21 +21 +21
3490;Calibration at 161d entrance from cairn nr entrance to
3491;prominent rock edge lower down. This is different from
3492;calibration used for thighs survey of 5 July 1996
[e74904e]3493
3494*export 1 2
3495
[40647f5]3496;Tape is 20cm too short
3497*calibrate tape +0.2
[e74904e]3498
[40647f5]34991 2 9.48 208 +08
35002 3 9.30 179 -23
35013 4 2.17 057 +09
35025 4 10.13 263 +78
35035 6 2.10 171 -73
35047 6 7.93 291 +75
[e74904e]3505*begin
[40647f5]3506*calibrate tape 0
35078 7 35.64 262 +86 ;true length measured for this leg
[e74904e]3508*end
[40647f5]35098 9 24.90 - DOWN
351010 9 8.61 031 -43
351110 11 2.53 008 -34
351211 12 2.70 286 -20
351313 12 5.36 135 +23
351414 13 1.52 119 -12
351515 14 2.00 036 +13
351616 15 2.10 103 +12
351717 16 1.40 068 -07
351817 18 1.53 285 -42
351919 18 5.20 057 -36
352019 20 2.41 161 -67
352120 21 27.47 - DOWN
352221 22 9.30 192 -29
[fbc41c2]3523*end chaos</programlisting>
[40647f5]3524
[e189be2]3525</Sect2>
3526
3527<Sect2><Title>Join surveys together</Title>
[fbc41c2]3528
3529<Para>Once you have more than one survey you need to specify how they
[e74904e]3530link together. To do this use *export to make the stations to be
3531joined accessible in the enclosing survey, then *equate in the
3532enclosing survey to join them together.
3533<!-- FIXME example -->
[e189be2]3534</Para>
3535
3536</Sect2>
[40647f5]3537
[e189be2]3538<Sect2><Title>Organise my surveys</Title>
[fbc41c2]3539
3540<Para>This is actually a large subject. There are many ways you can
[6af6d51]3541organise your data using <Application>Survex</Application>. Take a look at the example dataset
[40647f5]3542for some ideas of ways to go about it.
[e189be2]3543</Para>
[40647f5]3544
[e189be2]3545<Sect3><Title>Fixed Points (Control Points)</Title>
[fbc41c2]3546
[f9dc4a0]3547<Para>The *fix command is used to specify fixed points (also know as control
3548points).  See the description of this command in the "Cavern Commands"
3549section of this manual.
[e189be2]3550</Para>
3551
3552</Sect3>
[fbc41c2]3553
[e189be2]3554<Sect3><Title>More than one survey per trip</Title>
[fbc41c2]3555
3556<Para>Suppose you have two separate bits of surveying which were done on the
3557same trip.  So the calibration details, etc. are the same for both.  But you
[e74904e]3558want to give a different survey name to the two sections.  This is easily
[fbc41c2]3559achieved like so:
[e189be2]3560</Para>
[fbc41c2]3561
3562<programlisting>
[40647f5]3563*begin
3564*calibrate compass 1.0
3565*calibrate clino 0.5
3566*begin altroute
3567; first survey
3568*end altroute
3569*begin faraway
3570; second survey
3571*end faraway
[fbc41c2]3572*end</programlisting>
[40647f5]3573
[e189be2]3574</Sect3>
3575
3576</Sect2>
3577
[419befc]3578<Sect2><Title>Add surface topography</Title>
[fbc41c2]3579
[705aaedd]3580<Para>Survex 1.2.18 added support for loading terrain data and rendering it as
3581a transparent surface.
3582</Para>
3583
3584<Para>
3585We recommend using this new code in preference, but previously the simplest
3586approach was to generate a <filename>.svx</filename> file with the surface mesh
3587in and display it with the survey data.
[f9dc4a0]3588</Para>
3589
3590<Para>
3591It is possible to generate
[705aaedd]3592a mesh or contours overlaying your area by various means.  NASA have made
35931 arc-second (approximately 30m) terrain data available for the USA for
3594some years, with only 3 arc-second data available for other countries.
3595However, starting in 2014 they're gradually making 1 arc-second data
3596available for more countries.
3597</Para>
3598
3599<Para>
3600If you want a better resolution that this, reading heights from the
[f9dc4a0]3601contours on a map is one approach.  It's laborious, but feasible for
3602a small area.
3603</Para>
3604
3605<Para>
3606Details of several methods are given in the BCRA Cave Surveying
3607Group magazine Compass Points issue 11, available online at
3608<ulink url="http://www.chaos.org.uk/survex/cp/CP11/CPoint11.htm#Art_5">http://www.chaos.org.uk/survex/cp/CP11/CPoint11.htm#Art_5</ulink>
3609</Para>
3610
[6af6d51]3611<Para>If you're using another program to generate a <filename>.svx</filename> file for the surface
[f9dc4a0]3612mesh, it's best to use the NOSURVEY data style.
3613Simply fix all the grid intersections at the correct
3614coordinates and height, and put legs between them using the NOSURVEY style.
3615Here's a grid of 4 squares and 9 intersections:
3616</Para>
3617
3618<programlisting>
3619*fix 00 000 000 1070
3620*fix 01 000 100 1089
3621*fix 02 000 200 1093
3622
3623*fix 10 100 000 1062
3624*fix 11 100 100 1080
3625*fix 12 100 200 1089
3626
3627*fix 20 200 000 1050
3628*fix 21 200 100 1065
3629*fix 22 200 200 1077
3630
[27b8b59]3631*data nosurvey station
[f9dc4a0]3632
[27b8b59]363300
363401
363502
[f9dc4a0]3636
[27b8b59]363710
363811
363912
[f9dc4a0]3640
[27b8b59]364120
364221
364322
[f9dc4a0]3644
[27b8b59]364500
364610
364720
[f9dc4a0]3648
[27b8b59]364901
365011
365121
[f9dc4a0]3652
[27b8b59]365302
365412
365522</programlisting>
[f9dc4a0]3656
3657<Para>
3658This is far simpler than trying to create fake tape/compass/clino legs of
[eb48e2b]3659the right length for each line in the mesh.  It's also very fast to process
[f9dc4a0]3660with cavern.
3661</Para>
3662
[e189be2]3663</Sect2>
3664
3665<Sect2><Title>Overlay a grid</Title>
[fbc41c2]3666
[f9dc4a0]3667<Para>Aven is able to display a grid, but this functionality isn't currently
[4e8d288]3668available in printouts.
[6af6d51]3669You can achieve a similar effect for now by creating a <filename>.svx</filename> file
[e74904e]3670where the survey legs form a grid.
[e189be2]3671</Para>
[fbc41c2]3672
[e189be2]3673</Sect2>
3674
3675<Sect2><Title>Import data from other programs</Title>
[fbc41c2]3676
[6af6d51]3677<Para><Application>Survex</Application> supports a number of features to help with importing
[fbc41c2]3678existing data. You can specify the ordering of items on a line using *Data
[6af6d51]3679(see <Application>Survex</Application> Keywords above), and you can specify the characters used
3680to mean different things using *Set (see <Application>Survex</Application> Keywords above).
[e189be2]3681</Para>
[fbc41c2]3682
[c1573d8]3683<Para>The Ignore and Ignoreall options to the *Data command are often
[fbc41c2]3684particularly useful, e.g. if you have a dataset with LRUD info or comments
3685on the ends of lines.
[e189be2]3686</Para>
[fbc41c2]3687
[e6aa3b1]3688<Sect3><Title>Changing Meanings of Characters</Title>
[fbc41c2]3689
[e6aa3b1]3690<Para>e.g. if you have some data with station names containing the
3691characters '?' and '+' (which are not permitted in a name by default)
3692then the command:
[e189be2]3693</Para>
[fbc41c2]3694
3695<programlisting>
[e6aa3b1]3696*SET NAMES ?+</programlisting>
[fbc41c2]3697
[e189be2]3698<Para>
[e6aa3b1]3699specifies that question marks and plus signs are permitted in station names.
3700A-Z, a-z, and 0-9 are always permitted. '_' and '-' are also permitted by
3701default, but aren't in this example.
[e189be2]3702</Para>
[fbc41c2]3703
3704<Para>If your data uses a comma ',' instead of a decimal point, then
[40647f5]3705you use
[e189be2]3706</Para>
[fbc41c2]3707
3708<programlisting>
3709*SET DECIMAL ,</programlisting>
3710
3711<Para>to specify that ',' is now the decimal separator instead of '.'.
[e189be2]3712</Para>
[fbc41c2]3713
[e74904e]3714<!-- FIXME
[fbc41c2]3715<Para>Note that there are plenty of ways you can use this facility to
[6aef4f1]3716completely confuse the software, as it may not be able to work out what is
[c1573d8]3717going on, or it may simply be ambiguous. It can cope with some ambiguity (e.g.
[6aef4f1]3718the '-' character is used both for 'MINUS' and for 'OMIT'), but there are
[6af6d51]3719limits. If you have a dataset that you can not make <Application>Survex</Application>
[6aef4f1]3720understand, then send it to us, and we will see what can be done.
[e189be2]3721</Para>
[e74904e]3722-->
[e189be2]3723
3724</Sect3>
[fbc41c2]3725
[49920d0]3726<!--
3727 Nobody seems to have the CfH convertor...
3728 but it's probably no longer useful anyway
3729
[e189be2]3730<Sect3><Title>Other Converters</Title>
[fbc41c2]3731
3732<Para>We have an Excel 5 macro for converting The Lotus 123 spreadsheets
[40647f5]3733used by the German survey software Cad F&uuml;r H&ouml;hlen into
[6af6d51]3734<Application>Survex</Application> data files. Other converters may also come to be available.
[ff003b3]3735These will normally be available via the
[6af6d51]3736<ulink url="http://survex.com/"><Application>Survex</Application> Web pages</ulink>.
[e189be2]3737</Para>
3738
3739</Sect3>
[dcc1947]3740-->
3741
[e189be2]3742</Sect2>
[40647f5]3743
[6af6d51]3744<Sect2><Title>Export data from <Application>Survex</Application></Title>
[fbc41c2]3745
[e6aa3b1]3746<Para>See Rosetta Stal in the Related Tools section of the Survex web
[eb48e2b]3747site.  This is a utility written by Taco van Ieperen and Gary Petrie.
3748Note though that this only supports a subset of the svx format,
3749and only work on Microsoft Windows.  The Survex support is limited
3750and doesn't understand the more recently added commands.</Para>
[e189be2]3751
3752</Sect2>
[40647f5]3753
[e189be2]3754<Sect2><Title>See errors and warnings that have gone off the screen</Title>
[fbc41c2]3755
[6af6d51]3756<Para>When you run <Application>Survex</Application> it will process the specified survey data
[e74904e]3757files in order, reporting any warnings and errors.  If there are no
3758errors, the output files are written and various statistics about the
3759survey are displayed. If there are a lot of warnings or errors, they can
3760scroll off the screen and it's not always possible to scroll back to
3761read them.
[e189be2]3762</Para>
[fbc41c2]3763
[e74904e]3764<Para>The easiest way to see all the text is to use <command>cavern
3765--log</command> to redirect output to a <filename>.log</filename> file,
3766which you can then inspect with a text editor.
[e189be2]3767</Para>
3768
[38335b7]3769<!-- <command>cavern cavename &gt; tmpfile</command> -->
[fbc41c2]3770
[e189be2]3771</Sect2>
3772
3773<Sect2><Title>Create an Extended Elevation</Title>
[fbc41c2]3774
[6af6d51]3775<Para>Use the Extend program. This takes <filename>.3d</filename> files and
[c1573d8]3776'flattens' them.  See 'Extend' for details.
[e189be2]3777</Para>
3778
3779</Sect2>
[fbc41c2]3780
[e189be2]3781</Sect1>
3782
[6048971]3783<!--
[e189be2]3784<Sect1><Title>Appendices</Title>
[0d62afe]3785<?dbhtml filename="appendix.htm">
[fbc41c2]3786
3787<Para>Files provided
[e189be2]3788</Para>
[fbc41c2]3789
3790<Para>Command specification
[e189be2]3791</Para>
3792
3793</Sect1>
[6048971]3794-->
[b462168]3795<Sect1><Title>Working with Larry Fish's Compass</Title>
[0d62afe]3796<?dbhtml filename="compass.htm">
[b462168]3797
3798<Para>
3799Survex can read Compass survey data - both raw data (.DAT and .MAK
3800files) and processed survey data (.PLT and .PLF files).  You can even
[6af6d51]3801use <command>*include compassfile.dat</command> in a <filename>.svx</filename> file and
[b462168]3802it'll work!
3803</Para>
3804
3805<Para>
3806One point to note (this tripped us up!): station names in DAT files are
3807case sensitive and so Survex reads DAT files with the equivalent of
3808<command>*case preserve</command>.  The default in SVX files is
3809<command>*case lower</command>.  So this won't work:
3810
3811<programlisting>
3812*fix CE1 0 0 0
3813*include datfilewhichusesCE1.dat</programlisting>
3814
3815Because the CE1 in the *fix is actually interpreted as ce1.  This is
3816what you have to do:
3817
3818<programlisting>
3819*begin
3820*case preserve
3821*fix CE1 0 0 0
3822*include datfilewhichusesCE1.dat
3823*end</programlisting>
3824</Para>
3825
3826</Sect1>
[40647f5]3827
[e189be2]3828<Sect1><Title>Mailing List</Title>
[0d62afe]3829<?dbhtml filename="maillist.htm">
[40647f5]3830
[8ed91e39]3831<Para>The best way to contact the authors and other Survex users is the
3832Survex mailing list - for details visit:
3833<ulink url="http://survex.com/maillist.html">http://survex.com/maillist.html</ulink>
[e189be2]3834</Para>
[40647f5]3835
[6af6d51]3836<Para>We'd be delighted to hear how you get on with <Application>Survex</Application> and
[018db6f]3837welcome comments and suggestions for improvements.</Para>
3838
3839<Para>
[6af6d51]3840And we'd love you to contribute your skills to help make <Application>Survex</Application> even
[018db6f]3841better.  Point out areas of the documentation which could be made clearer, or
3842sections which are missing entirely.  Download test releases, try them out, and
3843let us know if you find problems or have suggestions for improvements.
3844If there's no translation to your language, you could provide one.
3845Or if your a developer, <emphasis>"Say it with code"</emphasis>.  There's
3846plenty to do, so feel free to join in.
3847</Para>
3848
[e189be2]3849</Sect1>
3850
[375f7f6]3851<Sect1><Title>Future Developments</Title>
[0d62afe]3852<?dbhtml filename="future.htm">
[40647f5]3853
3854<Para>
[6af6d51]3855Now that <Application>Survex</Application> has reached version 1.0, we are continuing progress
[b462168]3856towards version 2, in a series of steps, evolving out of
3857Survex 1.0.  The GUI framework is being based on aven, with
[6048971]3858the printer drivers and other utility programs being pulled in
3859and integrated into the menus.</Para>
3860
[6af6d51]3861<Para>Aven is built on <Application>wxWidgets</Application>, which means that it can easily support
[8ed91e39]3862Unix, Microsoft Windows, and Mac OS X.</Para>
[6048971]3863
[b462168]3864<Para>More information on our plans is on the <ulink
[6af6d51]3865url="http://survex.com/">web site</ulink>.
[e189be2]3866</Para>
3867
[647407d]3868</Sect1>
[375f7f6]3869
[6eadc5b]3870</article>
Note: See TracBrowser for help on using the repository browser.