ScalarSingleFrequencyIonosphericCorrection Constructor (IServiceProvider, IServiceProvider, RinexNavigation) |
Creates a new instance with the specified transmitter, receiver, and file.
Namespace:
AGI.Foundation.Navigation.Models
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarSingleFrequencyIonosphericCorrection(
IServiceProvider transmitter,
IServiceProvider receiver,
RinexNavigation rinexNavigationFile
)
Public Sub New (
transmitter As IServiceProvider,
receiver As IServiceProvider,
rinexNavigationFile As RinexNavigation
)
public:
ScalarSingleFrequencyIonosphericCorrection(
IServiceProvider^ transmitter,
IServiceProvider^ receiver,
RinexNavigation^ rinexNavigationFile
)
new :
transmitter : IServiceProvider *
receiver : IServiceProvider *
rinexNavigationFile : RinexNavigation -> ScalarSingleFrequencyIonosphericCorrection
Parameters
- transmitter
- Type: SystemIServiceProvider
The transmitter of the signal traveling through the troposphere. This is usually the Gps Satellite. - receiver
- Type: SystemIServiceProvider
The receiver of the signal traveling through the troposphere. This is usually the Gps Receiver. - rinexNavigationFile
- Type: AGI.Foundation.Navigation.DataReadersRinexNavigation
The file used to define the ionospheric correction model parameters.
See Also