Skip to content

The minimal set of tools for doing helical reconstruction without c++ extensions

myron requested to merge minimal_set_of_tools_for_helical_python_only into master

About

This contains all the sufficient modules, consisting of an handful of derived class, which allow to perform an helical reconstruction. A test reconstruction is performed by the unit test using the test data from the gridded_accumulator test. The test script mimics loosely the real pipeline

To do

  • Implement feature (class and docstring)
  • Unit tests

Notes

Suggestion for next MR: select a functionality and do the MR for that functionality in C++ to see the difference.

Edited by myron

Merge request reports