reweight_observations [by_set] factor selection_criteria
reweight_observations offset_error uncertainty selection_criteria
reweight_observations centroid_error uncertainty selection_criteria
The reweight_observations command is used to reweight observations in the adjustment. Observations can be selected based upon observation type, observation date, stations used, and observation classifications.
Reweighting can either specify one of:
The offset error and centroid are experimental features which attempt to remedy deficiencies in the covariance information resulting from GNSS processing software and are only supported for data types GX (coordinate observations) and GB (baseline observations). Centroid errors do not apply to GB observations. For other data types the offset errors are silently ignored. They can each be specified with horizontal and vertical error components and are applied after scale factors have been applied. They are specified with one of the following formats:
offset_error hv_error m
offset_error h_error v_error m
The format of selection_criteria is described for the reject_observations command.
Warning: If the criteria include selection based on data files, then the data_file commands must be placed earlier in the SNAP command file.Examples of reweighting observations are:
reweight_observations 1.5 @data_type=HA/AZ
reweight_observations 2.0 before 2000-01-01 using_stations inside NZGD2000 affected_area.wkt
reweight_observations offset_error 0.01 m @data_type=GX
Observations can also be rejected or ignored based on selection criteria. Rejected observations are not used to calculate coordinates but do still have residuals calculated, whereas ignored observations are not included in the adjustment at all.