| Hi I am using GPSTk library for my work , I found that there are lots of models implemented (Iono , tropo , stochastic ) . How can I access those models independently , Is there any user guide to input and output arguments that need to be fed to access that models. |
| Add your comments to the Discussion |
| I believe the easiest way is to use the API reference to the C++ class. The top of that is available here: http://www.gpstk.org/doxygen/ You can then navigate to the different class documentation for each of the models. For example here is the tropo model base class: http://www.gpstk.org/doxygen/classgpstk_1_1TropModel.html | RickMach | 17 Dec 2010 - 07:39 |