27.03.2013 Views

STAR*NET V6 - Circe

STAR*NET V6 - Circe

STAR*NET V6 - Circe

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 5 Preparing Input Data<br />

When building “Relative” and “Positional Tolerance Checking” lists, the methods shown<br />

in the previous example are usually all you need. However, the “/CONNECT” keyword<br />

is available to provide an additional method for generating connection lists.<br />

Use the “/CONNECT” keyword to specify a list of station names that you want the<br />

program to exhaustively create connections between. In the data below, connections are<br />

created exhaustively between all 10 points for a “positional tolerance checking” list.<br />

These two lines will create a total of 45 connections: 51-52, 51-55, 51-60, 51-65, etc.<br />

.PTOL /CON 51 52 55 60 65 66 71 #Total 10 points<br />

.PTOL /CON 43 43 47<br />

Use the “/CONNECT=GroupName” keyword when you want the program to<br />

exhaustively create connections in separately named groups. A group name, just like a<br />

point name, can be up to 15 characters. In the data below, connections are created by<br />

exhaustively connecting points separately in each group.<br />

.PTOL /CON=North 71 72 78 81 82 #Total 7 point in group North<br />

.PROL /CON=North 81 85<br />

.PTOL /CON=South 127 155 164 #Total 4 points in Group South<br />

.REL /CON=South 177<br />

Note that a “named” connection group can be shared by both types of lists. So in the case<br />

of the last two lines above, both the “positional tolerance checking” and the “relative”<br />

lists will have connections added by exhaustively connecting 4 points. To keep named<br />

connection groups unique between the two lists, simply use unique group names.<br />

You can use any combination of the techniques shown to create a “Relative” or a<br />

“PTolerance” list of connections. Connections created by all techniques are simply<br />

combined into a single list. Any duplicated connections are ignored.<br />

For small networks, you may wish to create a connection between “every” point in your<br />

project rather than using the techniques above. Simply use the “/EVERY” keyword. The<br />

example below creates a “Relative” list containing every connection.<br />

.REL /EVERY #Creates an exhaustive list connecting every point<br />

Caution – The “/EVERY” keyword causes matrix operations performed during an<br />

adjustment to become more laborious, and in a large network, processing time can<br />

increase dramatically! This keyword is not generally useful for typical survey work. It is<br />

particularly useful for specialized projects such as deformation studies where complete<br />

covariance information is required for additional analysis. “/EVERY” provides the<br />

means to compute a full covariance matrix which can be exported by the “Dump File”<br />

facility described in the “Other Files” project options settings.<br />

87

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!