Skip to content

Commit

Permalink
feat(PP): RDI support and refact BinMappingPP
Browse files Browse the repository at this point in the history
This commit deeply refactor the BinMappingPP.

Improvements are:

1. Support binMapping for RDI in beam coordinates.

2. Performance improvements:
   a. The previous code,LeanInterp, although faster than
      interp1 was not portable or flexible enough for all cases.

   b. We now interpolate at the same time all beam1[2,3,4]
      variables by using constrained 2d interpolation with
      `GriddedInterpolant`.

   c. Several clean-ups in logic, such as for handling the above,
      variable creation, tests and overall flexibility.

3. Regression tests provided.
  • Loading branch information
ocehugo committed Mar 9, 2021
1 parent a6f948d commit eca2e8c
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 176 deletions.
Loading

0 comments on commit eca2e8c

Please sign in to comment.