diff --git a/esbo_etc/classes/target/ATarget.py b/esbo_etc/classes/target/ATarget.py index 706531a..4c0fa86 100644 --- a/esbo_etc/classes/target/ATarget.py +++ b/esbo_etc/classes/target/ATarget.py @@ -38,7 +38,7 @@ class ATarget(IRadiant): background : SpectralQty The spectral radiance of the target's background """ - logger.info("Calculating noise for class '" + self.__class__.__name__ + "'.") + logger.info("Calculating background for class '" + self.__class__.__name__ + "'.") background = SpectralQty(self.__wl_bins, np.repeat(0, len(self.__wl_bins)) << u.W / (u.m**2 * u.nm * u.sr)) logger.debug(background) return background