From 5277f5924c4367e09815c5178999052f9ba3b1ac Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Fri, 26 Jun 2020 19:16:38 +0200 Subject: [PATCH] Bugfix: prints removed --- esbo_etc/classes/sensor/Imager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/esbo_etc/classes/sensor/Imager.py b/esbo_etc/classes/sensor/Imager.py index 9c3d5c5..7113aa9 100644 --- a/esbo_etc/classes/sensor/Imager.py +++ b/esbo_etc/classes/sensor/Imager.py @@ -427,7 +427,6 @@ class Imager(ASensor): else: signal_photon_current = signal * np.pi * self.__pixel_size.to(u.m) ** 2 / ( 4 * self.__f_number ** 2 + 1) * (1 * u.sr) - print(signal_photon_current) # Calculate the electron current of the background and thereby handling the photon energy as lambda-function background_current = ( background_photon_current / (lambda wl: (const.h * const.c / wl).to(u.W * u.s) / u.photon) *