PYACS 0.66.20

Contents

  • What is PYACS?
  • The philosophy of PYACS
  • Main components of PYACS
  • Related software
  • Typical workflow
  • Installation
  • core libraries
  • Time series library
  • velocity field
  • pyacs_make_time_series.py
  • PYACS API Reference
PYACS 0.66.20
  • pyacs.gts.lib.filters package
  • View page source

pyacs.gts.lib.filters package

Submodules

  • pyacs.gts.lib.filters.disp2vel module
    • disp2vel()
  • pyacs.gts.lib.filters.edge_filter module
    • edge_filter()
  • pyacs.gts.lib.filters.ivel module
    • ivel()
  • pyacs.gts.lib.filters.l1trend module
    • best_l1trend_custom()
    • best_l1trend_golden()
    • get_stats_l1_model()
    • l1trend()
    • pre_process_test()
    • pre_process_ts()
  • pyacs.gts.lib.filters.l1trendi module
    • best_l1trend_custom()
    • best_l1trend_golden()
    • get_stats_l1_model()
    • l1trendi()
    • pre_process_test()
    • pre_process_ts()
  • pyacs.gts.lib.filters.median module
    • median_filter()
  • pyacs.gts.lib.filters.minimum_component module
    • minimum_component()
  • pyacs.gts.lib.filters.refine_l1trend module
    • check_l1_trend()
    • clean_l1trend()
    • l1trend_to_breakpoints()
    • optimal_pwlf_refinement()
    • optimal_pwlf_refinement_fast()
    • refine_l1trend()
    • simplify_l1trend()
  • pyacs.gts.lib.filters.savitzky_golay module
    • savitzky_golay()
  • pyacs.gts.lib.filters.smooth module
    • smooth()
  • pyacs.gts.lib.filters.spline module
    • spline()
  • pyacs.gts.lib.filters.vondrak module
    • vondrak()
  • pyacs.gts.lib.filters.wiener module
    • wiener()

Module contents

The filters subpackage contains the filters for the Gts class.


© Copyright 2026, Jean-Mathieu NOCQUET.

Built with Sphinx using a theme provided by Read the Docs.