PSims / BayesEoR

Code to estimate the power spectrum of redshifted 21-cm emission from interferometric observations, within a Bayesian forward modelling framework.
https://bayeseor.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Merge refactor branch #8

Closed jburba closed 11 months ago

jburba commented 11 months ago

The refactor branch introduces two major changes:

  1. Modified directory structure to better match other python packages

    • Everything is now nested under BayesEoR/bayeseor and uses relative imports
  2. yaml configuration files and an updated command line interfact using jsonargparse which replaces the use of Params/params.py as a module for analysis parameters