Files and structure for python interface

This commit is contained in:
Erik Fröjdh
2024-10-28 11:22:12 +01:00
parent 5d643dc133
commit a4fb217e3f
26 changed files with 2238 additions and 43 deletions

View File

@ -16,6 +16,9 @@ set(SPHINX_SOURCE_FILES
src/NDView.rst
src/Frame.rst
src/Dtype.rst
src/ClusterFinder.rst
src/Pedestal.rst
src/VarClusterFinder.rst
)
foreach(filename ${SPHINX_SOURCE_FILES})

View File

@ -0,0 +1,5 @@
ClusterFinder
=============
.. doxygenfile:: ClusterFinder.hpp

5
docs/src/Pedestal.rst Normal file
View File

@ -0,0 +1,5 @@
Pedestal
=============
.. doxygenfile:: Pedestal.hpp

View File

@ -0,0 +1,5 @@
VarClusterFinder
====================
.. doxygenfile:: VarClusterFinder.hpp

View File

@ -12,4 +12,7 @@ AARE
NDArray
NDView
Frame
Dtype
Dtype
ClusterFinder
Pedestal
VarClusterFinder