load_beam
- zdm.beams.load_beam(prefix)[source]
Loads beams data, returns it with beam values b in log space
prefix: looks for files named [prefix]_bins.npy and [prefix]_hist.npy basedir: directory the histogram files are expected to be found in
The ‘_bins’ file should contain the (nbins+1) bin edges The ‘_hist’ file should contain solid angles within each bin Summing the _hist should return the total solid angle over
which the calculation has been performed.