model.gnss
¶
-
class
GNSSComponent
(**kwargs)[source]¶ Component of a GNSSStation
-
♦
unit
¶ builtins.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
¶ builtins.str
(pyrocko.guts.StringChoice
), default:'static'
-
♦
survey_start
¶ builtins.float
(pyrocko.guts.DateTimestamp
), optionalSurvey start time
-
♦
survey_end
¶ builtins.float
(pyrocko.guts.DateTimestamp
), optionalSurvey 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
-
♦
-
class
GNSSCampaign
(*args, **kwargs)[source]¶ Undocumented.
-
♦
stations
¶ list
ofGNSSStation
objects, default:[]
List of GNSS campaign measurements
-
♦
name
¶ str
, default:'Unnamed campaign'
Campaign name
-
♦
survey_start
¶ builtins.float
(pyrocko.guts.DateTimestamp
), optional
-
♦
survey_end
¶ builtins.float
(pyrocko.guts.DateTimestamp
), optional
-
♦