-
Notifications
You must be signed in to change notification settings - Fork 2
Developer documentation
Brian Svoboda edited this page Feb 24, 2020
·
6 revisions
This page lists documentation and general description for the overall architecture of the nestfit
code-base. The two most important modules are (1) nestfit/core.py
which contains the Python code for execution, multiprocessing cube fitting, and HDF5 store file manipulation, and (2) nestfit/wrapper.pyx
which contains the Cython code for predicting the spectra and wrapping MultiNest.