! SAMPLE: ! 3D Grid Network ! Ellipsoidal Height ! GPS Obs ! Define datum ! Datum Name; Semi-Major Axis; 1.0 / Flattening _DATUM; NAD 83; 6378137.000000; 298.257222101 ! Define the Units used in this file ! M - meters, U - US Feet, I - International Feet, C - Chains ! D - DMS, DD - Decimal Degrees, G - Grads (Gons), ! Note: Lat and Lon must always be in DMS format (e.g., 100-30-40.1234 is entered as 100.30401234) _UNITS; M; D ! Station to be fixed in Grid North and East _LAT_NORTH_FIX; WHITE MTN _LON_EAST_FIX; WHITE MTN _HGT_FIX; WHITE MTN ! _ADJUST_ keywords ! Keywords starting with _ADJUST_ are used in the Adjust From File option; they are ignored during Import. ! Indicates the type of adjustment (3D Grid or State Plane) _ADJUST_3D_GRID ! Define if unknown stations (referenced by observations) should be created at Adjust Time. ! Unknown stations are those not defined in the _STA_COORD record (see below). _ADJUST_CREATE_MISSING_STATION ! Use ellipsoidal Height from _STA_COORD record _ADJUST_USE_ELLIPHGT ! Grid Zone (see list of all grid zones on our web site) _ADJUST_GRID; ILLINOIS,W,1202,TM ! Another way to define the zone (if you have the parameters) is shown below (use linear units defined above) ! CM; SF; CP; FE; FN ! _ADJUST_GRID_TM_PARMS; -90.10; 0.999941176471; 36.40; 700000.0; 0 ! Define all or simply the known station coordinates here (use _ADJUST_CREATE_MISSING_STATION when not defining all stations) ! Name; Lat; Lon; OrthoHgt; EllipHgt; North; East; NorthSD; EastSD; HgtSD; CorrNE; CorrNH; CorrEH; DeflNS; DeflEW _STA_COORD; WHITE MTN; 0; 0; 0; 1000.000; 370001.10231; 685768.52417; 0.001; 0.001; 0.001; 0; 0; 0; 0; 0 ! Observations ! At Name; To Name; Dx; Dy; Dz; XX; XY; YY; XZ; YZ; ZZ (upper diag column order) _OBS_GPS_SET; WHITE MTN; TARN; 71330.000; -18079.200; -20986.600; 0.1225; 0; 0.180; 0; 0; 0.2450 _OBS_GPS_SET; WHITE MTN; PEAK 1; 42807.350; -35643.350; -42625.700; 0.0450; 0; 0.080; 0; 0; 0.1225 _OBS_GPS_SET; WHITE MTN; CIRC; 21334.700; -11877.050; -14259.750; 0.0200; 0; 0.045; 0; 0; 0.0800 _OBS_GPS_SET; PEAK 1; TARN; 28524.000; 17563.700; 21638.550; 0.3200; 0; 0.245; 0; 0; 0.1800 _OBS_GPS_SET; CIRC; TARN; 49995.700; -6202.000; -6726.700; 0.1800; 0; 0.245; 0; 0; 0.3200 _OBS_GPS_SET; CIRC; PEAK 1; 21472.250; -23765.600; -28365.250; 0.0200; 0; 0.045; 0; 0; 0.0800