Utilities#

Most yet_another_wizz code produces detailed log messages. These can be filtered and collected easily on standard output or in a log file using the following utility function:

utils.get_logger([level, stdout, file, ...])

Create a new root level logger for yet_another_wizz.

Additionally, there is a special container with convenience methods that store bin intervals:

Binning(edges[, closed])

Container for a redshift binning.