Changes between Version 27 and Version 28 of Processing/Applanix
- Timestamp:
- Feb 15, 2008, 11:31:01 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/Applanix
v27 v28 73 73 74 74 --------------- 75 == Basestation handling == 75 76 76 == UK Rinex base stations == 77 === Automatic basestations === 78 79 80 Free basestation data (from Nico@Applanix): 81 {{{ 82 Coming to one data set: You may know that you can download base 83 station data from the IGS service. These stations are free of charge 84 and you can download them from inside of POSGNSS. 85 86 You should try to download free base stations from POSGNSS. The tool 87 can be found under >>Tools/Download service data<<. 88 89 Go to tab >>add closest<< and enter coordinates of interest and hit 90 >>find stations<<. Select the stations that are close enough. 91 92 Got to >>download<< tab and define the path, date, start time, length 93 of flight and interpolate to 1 second data. Then click download. 94 }}} 95 96 === International base stations === 97 98 Mostly the same as for UK - just make sure the position is correct and in the correct datum (may need transformation or conversion). 99 100 === UK Rinex base stations === 77 101 78 102 For the UK Rinex stations, the position is provided as Earth-centered Cartesian coordinates (XYZ) in the ETRS89 datum (directly compatible with WGS-84, just more exacting). As they're compatible, these coordinates just need to be converted to WGS-84 lat/longs for POSGPS. If we were coming from or going to a different datum/coordinate system (e.g. OS National Grid), we would need to do a coordinate transformation rather than conversion - this is complicated! … … 108 132 109 133 134 ------------------------- 110 135 111 136 == PPP Processing (when no base station data is available) == … … 122 147 123 148 * Follow standard processing method from exporting to !PosProc. 149 150 Note from Nico on practicalities of PPP: 151 {{{ 152 PPP might not be a good solution here. This method requires a long time of data 153 logging before the flight mission and afterwards. If I say long, I mean around 154 30 minutes. 155 156 This time is required before the algorithm can converge yielding a solution. So, 157 whenever you plan to use PPP in the future please make sure you log enough data 158 before you take off and after landing. 159 }}} 124 160 ------------- 125 161 == Processing tips ==