Bugfix: prints removed

This commit is contained in:
Lukas Klass 2020-06-26 19:16:38 +02:00
parent e5b6e3b700
commit 5277f5924c
1 changed files with 0 additions and 1 deletions

View File

@ -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) *