Releases: HydraRadio/hydra-pspec
Releases · HydraRadio/hydra-pspec
v1.5.0
v1.3
Fix spurious correlations between model components at different times
A bug was found where child processes spawned by multiprocess.Pool
shared the random state of the parent. This resulted in identical draws for the omegas (Gaussian, zero-mean, unit-variance random vectors) at different times which produced correlated EoR and FG model samples. This version update fixes #7.
v1.2
Time-dependent flags and noise covariance matrices
Allow for time-dependent flags with shape (Ntimes, Nfreqs)
and noise covariance matrices (Ntimes, Nfreqs, Nfreqs)
. Also adds support for loading in a UVData compatible file with time- and frequency-dependent noise variance estimates per baseline and polarization (via the --noise_uvdata
command line argument).