OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Templates Summary | |
|---|---|
| TokyoGNSS_ReferenceTime_LPP_AGPS | |
| TokyoGNSS_ReferenceLocation_LPP_AGPS | |
| TokyoIonosphericModel_LPP_AGPS | |
template GNSS_ReferenceTime TokyoGNSS_ReferenceTime_LPP_AGPS(in integer deltaInSec) :={
gnss_SystemTime:={
gnss_TimeID:={gnss_id:=gps},
gnss_DayNumber:=8650,
gnss_TimeOfDay:=TokyoStartTOW+ deltaInSec-432000
}
}
template GNSS_ReferenceLocation TokyoGNSS_ReferenceLocation_LPP_AGPS := {
threeDlocation:={
latitudeSign:=north,
degreesLatitude:=3324374,
degreesLongitude:=6512822,
altitudeDirection:=height,
altitude:=50,
uncertaintySemiMajor:=60,
uncertaintySemiMinor:=60,
orientationMajorAxis:=0,
uncertaintyAltitude:=101,
confidence:=68
}
}
template GNSS_IonosphericModel TokyoIonosphericModel_LPP_AGPS:={
klobucharModel:={
dataID :='00'B,
alfa0 := 5,
alfa1 := 2,
alfa2 := -1,
alfa3 := -1,
beta0 := 39,
beta1 := 4,
beta2 := -1,
beta3 := -6
}
}