pyacs.gts.lib.primitive.find_large_uncertainty module
- pyacs.gts.lib.primitive.find_large_uncertainty.find_large_uncertainty(self, sigma_threshold=20, verbose=True, lcomponent='NE', log_dir=None)[source]
Flag dates with large uncertainty as outliers.
- Parameters:
sigma_threshold (float, optional) – Threshold in mm for flagging. Default is 20.
verbose (bool, optional) – If True, print progress. Default is True.
lcomponent (str or list, optional) – Components to check (‘N’, ‘E’, ‘U’). Default is ‘NE’.
log_dir (str, optional) – Directory for Gts-specific log file {self.code}.log. Default is None.
- Returns:
self (outliers updated).
- Return type: