updated: 26-Nov-2009

 Copan for Windows

Field Resections Processing

Contents

  1. To Process Resection Data
  2. Resection Data Entry
  3. Field Files
  1. Resections File Example
  2. Calculation Method
  3. Notes

Use this module to process raw total station surveys — circle readings, slope distances, and instrument and signal heights — based on resection (or free station) setups. Data can come from data logger files or be manually input. Resections are calculated using the best-fit of angle and distance shots to up to 10 control points. Resulting setup points and side shot points may be saved. Multiple resection surveys can be processed in a single session.

Note that, intersections, traverses, and two-faced observations are not handled here. (For intersections, use the § COGO Calculations module. For ordinary traverses, use the § Field Data Processing module and for bearing traverses use the § Field Bearings Processing module.)

Also note that, while there are certain similarities between the Map Traverse and the Field Data modules, there are various operational differences (other than the type of map/survey data involved). If you are familiar with one and new to the other, please study the appropriate manual and dialog carefully.

1. To Process Resection Data

From the Calculation menu, choose Process Field Resections.

  1. Calculation | Process Field Resections...
  2. Optionally Load... a field data File. (See § Field Files.)
  3. Edit data in the big edit box as required. NB: To move the text cursor: Use the arrow, Tab, or Enter keys, or the mouse pointer. To manually insert a tab, copy and paste an existing one.
  4. To enter setups and observations data, use the mini edit boxes and the relevant Insert button. To enter project, instrument and scales data, use the supplementary dialog via the More data button.
  5. Save the Field file for reuse.
  6. Optionally change the precision of displayed/listed distances and coordinates via Settings....
  7. Calculate (or OK) to process the field data, accepting the resections as appropriate.
  8. To graphically view the shots: Close the Info Display window if it is open, and minimize or move aside — but do not close — the Field Resections window.
  9. Optionally List the field Data, the Calcs, or the Points that have been computed.
  10. Optionally choose whether to Renumber new points or replace existing points (see § Point Renumbering or Replacement) and Save the Points that have been computed.

To process field survey data: enter setups and observations in the boxes at the bottom, and click Calculate.click for larger view

2. Resection Data Entry

Setups and Observations Data Entry

Project, Instrument and Scales Data Entry

3. Field Files

Copan can read field data in different industry formats as well as its own. A native Copan field file consists of numerous Setup and Observation data lines and may contain comment lines, as well as Project, Scale, or Instrument data lines, if required. Each data line consists of various tab-separated attribute = value pairs. See § Field Files for a description of different raw field file types and Copan's field file format.

4. Resections File Example

In this example, codes and notes have been omitted for brevity. The survey from free station 19 is a 3D resection to three control points followed by two side-shots. The survey from free station 21 is a 2D resection to three control points followed by two side-shots.
at= 19                                                    HI= 1.7
        to= 84   HC=  0.0000   VC= 89.0005   SD= 27.566
        to= 85   HC= 85.2920   VC= 88.3020   SD= 19.040   HS= 1.2
        to= 86   HC=139.0800   VC= 88.0105   SD= 24.950   HS= 1.2
        end= resect
        to= 91   HC=111.2155   VC= 91.5835   SD= 10.120   HS= 1.2
        to= 92   HC=123.4405   VC= 90.2705   SD= 15.950   HS= 1.2
at= 21
        to= 86   HC=  0.0000   VC= 84.5950   SD= 13.904
        to= 85   HC= 85.0720   VC= 86.4505   SD= 16.355
        to= 83   HC=137.1830   VC= 82.3930   SD= 19.641
        end= resect
        to= 95   HC=299.4800   VC= 91.0740   SD=  8.180
        to= 95   HC=302.5440   VC= 92.1310   SD= 11.833

5. Calculation Method

The 2D portion of a resection is calculated is as follows:

  1. Treat each control point's horizontal circle reading as a temporary bearing and, with reduced distances, compute temporary local coordinates for each control point relative to the setup point.
  2. Determine the best-fit rigid-body transformation, by least-squares, of the control points from their temporary to their actual coordinates and show the residuals.
  3. Transform the setup point using the estimated parameters.

Assuming the appropriate elevations and heights are present, the 1D portion of a resection is calculated is as follows:

  1. Compute temporary local rises for each control point relative to the setup point.
  2. Determine the average rise and show the residuals.
  3. Transform the setup point using the estimated rise.

6. Notes

updated: 26-Nov-2009