README.md
pyproject.toml
src/estrapy/__init__.py
src/estrapy/__main__.py
src/estrapy/dispatcher.py
src/estrapy/estrapy.py
src/estrapy/transformer.py
src/estrapy.egg-info/PKG-INFO
src/estrapy.egg-info/SOURCES.txt
src/estrapy.egg-info/dependency_links.txt
src/estrapy.egg-info/entry_points.txt
src/estrapy.egg-info/requires.txt
src/estrapy.egg-info/top_level.txt
src/estrapy/commands/__init__.py
src/estrapy/commands/__tmp_base_config.py
src/estrapy/commands/align.py
src/estrapy/commands/average.py
src/estrapy/commands/cut.py
src/estrapy/commands/deglitch.py
src/estrapy/commands/directives.py
src/estrapy/commands/edge.py
src/estrapy/commands/filein.py
src/estrapy/commands/filter.py
src/estrapy/commands/fit.py
src/estrapy/commands/fourier.py
src/estrapy/commands/interpolate.py
src/estrapy/commands/multiedge.py
src/estrapy/commands/noise.py
src/estrapy/commands/normalize.py
src/estrapy/commands/postedge.py
src/estrapy/commands/preedge.py
src/estrapy/commands/rebin.py
src/estrapy/commands/save.py
src/estrapy/commands/show.py
src/estrapy/commands/background/__init__.py
src/estrapy/commands/background/fourier_background.py
src/estrapy/commands/background/polynomial_background.py
src/estrapy/commands/background/result.py
src/estrapy/commands/background/spline_background.py
src/estrapy/commands/plot/__init__.py
src/estrapy/commands/plot/gridspecsolve.py
src/estrapy/commands/plot/show.py
src/estrapy/core/_validators.py
src/estrapy/core/commandparser.py
src/estrapy/core/context.py
src/estrapy/core/datastore.py
src/estrapy/core/edges.py
src/estrapy/core/errors.py
src/estrapy/core/extracttimestamp.py
src/estrapy/core/misc.py
src/estrapy/core/number.py
src/estrapy/core/threaded.py
src/estrapy/core/timers.py
src/estrapy/core/fit/feff8loader.py
src/estrapy/core/fit/fitmodel.py
src/estrapy/core/fit/legacy.py
src/estrapy/core/grammar/_loader.py
src/estrapy/core/grammar/axisindexpos.lark
src/estrapy/core/grammar/axisindexpos.py
src/estrapy/core/grammar/estrapyparser.lark
src/estrapy/core/grammar/estrapyparser.py
src/estrapy/core/grammar/mathexpression.lark
src/estrapy/core/grammar/mathexpressions.py
src/estrapy/operations/axis_conversions.py
src/estrapy/operations/derivative.py
src/estrapy/operations/edge_detection.py
src/estrapy/operations/evenodd.py
src/estrapy/operations/fourier.py
src/estrapy/operations/robust.py
src/estrapy/operations/spline.py