py21cmsense.sensitivity.Sensitivity

class py21cmsense.sensitivity.Sensitivity(*, observation, no_ns_baselines=False)[source]

Base class for sensitivity calculations.

Parameters
  • observation (Observation instance) – An object defining the observatory and observation used to derive sensitivity.

  • no_ns_baselines (bool, optional) – Remove pure north/south baselines (u=0) from the sensitivity calculation. These baselines can potentially have higher systematics, so excluding them represents a conservative choice.

Methods

__init__(self, \*, observation[, …])

Initialize self.

from_yaml(yaml_file)