model.gnss
¶
-
class
GNSSComponent
(**kwargs)[source]¶ Component of a GNSSStation
-
♦
unit
¶ str
(pyrocko.guts.StringChoice
), default:'m'
Unit of displacement
-
♦
shift
¶ float
, default:0.0
Component’s shift in unit
-
♦
sigma
¶ float
, default:0.0
One sigma uncertainty of the measurement
-
♦
-
class
GNSSStation
(**kwargs)[source]¶ Representation of a GNSS station during a campaign measurement
For more information see http://kb.unavco.org/kb/assets/660/UNAVCO_Campaign_GPS_GNSS_Handbook.pdf
-
♦
code
¶ str
, optionalFour letter station code
-
♦
style
¶ str
(pyrocko.guts.StringChoice
), default:'static'
-
♦
survey_start
¶ time_float, optional
Survey start time
-
♦
survey_end
¶ time_float, optional
Survey end time
-
♦
correlation_ne
¶ float
, default:0.0
North-East component correlation
-
♦
correlation_eu
¶ float
, default:0.0
East-Up component correlation
-
♦
correlation_nu
¶ float
, default:0.0
North-Up component correlation
-
♦
north
¶ GNSSComponent
, optional
-
♦
east
¶ GNSSComponent
, optional
-
♦
up
¶ GNSSComponent
, optional
-
♦