Live Chat Software by Kayako |
|
Fixed Coordinates are changed in STAR*NET PTS file
Posted by James Johnston on 15 November 2010 08:52 AM
|
|
|
When creating an input file for STAR*NET, users can assign a coordinate as "fixed" by including an exclamation mark after the coordinates as in the examples below:
You can expect that the coordinates for these points will not change in your final pts output file. But inline options can change this: Inline options are items inserted in the dat file with a "." prefix. As the dat file is read from top to bottom in the program, they can command the program to perform certain actions at that point in the computation. The position of the inline option can affect your results. For example, the inline option ".Units FeetInt" commands the program to automatically convert data that follows from International Feet to the unit specified in the Project Options: .Units FeetInt C 6 909571.954000 1640300.448000 ! ! 'sta irs#5 If the Project Options units were set as Metres or US feet, all the fixed coordinates being read in the "C" records that follow will be converted, and appear as though they have changed. How do you get around this? Remember that inline options are applied in the order that they appear. So it is simple to modify the above example to prevent the conversion by moving the entry: .Units DMS C 6 909571.954000 1640300.448000 ! ! 'sta irs#5 .Units FeetInt Now the fixed corrdinates will be unchanged. Any data read after the ".Units" entry will be converted, so you may wish to delete the entry if no conversion is required. For more information on dat files and inline options please refer to the chapter on "Preparing Input Data" in the PDF Reference Manual installed with your copy of MicroSurvey STAR*NET.
| |
|
|
|
