FAST-HEP / fast-plotter

Manipulate binned pandas dataframes into plots
https://fast-hep.web.cern.ch
3 stars 8 forks source link

Add postproc module #28

Closed benkrikler closed 4 years ago

benkrikler commented 4 years ago

This PR adds a new module and command to help post-process outputs from fast-carpenter. This can be used as an intermediate before plotting or fitting. It contains about 20 functions that help do common manipulations, as well as an interface that allows these to be used with a fast-flow config file (similar to that used by carpenter itself).

Documentation to follow

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into master will not change coverage by %. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #28    +/-   ##
=======================================
  Coverage    0.00%   0.00%            
=======================================
  Files           7       8     +1     
  Lines         772    1044   +272     
=======================================
- Misses        772    1044   +272     
Impacted Files Coverage Δ
fast_plotter/postproc/__main__.py 0.00% <0.00%> (ø)
fast_plotter/postproc/functions.py 0.00% <0.00%> (ø)
fast_plotter/postproc/stages.py 0.00% <0.00%> (ø)
fast_plotter/version.py 0.00% <0.00%> (ø)
fast_plotter/__init__.py