Bugfix: prints removed
This commit is contained in:
parent
e5b6e3b700
commit
5277f5924c
@ -427,7 +427,6 @@ class Imager(ASensor):
|
|||||||
else:
|
else:
|
||||||
signal_photon_current = signal * np.pi * self.__pixel_size.to(u.m) ** 2 / (
|
signal_photon_current = signal * np.pi * self.__pixel_size.to(u.m) ** 2 / (
|
||||||
4 * self.__f_number ** 2 + 1) * (1 * u.sr)
|
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
|
# Calculate the electron current of the background and thereby handling the photon energy as lambda-function
|
||||||
background_current = (
|
background_current = (
|
||||||
background_photon_current / (lambda wl: (const.h * const.c / wl).to(u.W * u.s) / u.photon) *
|
background_photon_current / (lambda wl: (const.h * const.c / wl).to(u.W * u.s) / u.photon) *
|
||||||
|
Loading…
Reference in New Issue
Block a user