Minor improvements
This commit is contained in:
parent
342c9f5dfa
commit
90d3a9c1f1
@ -368,8 +368,8 @@ class Imager(ASensor):
|
|||||||
logger.info("Calculating the diameter of the photometric aperture...",
|
logger.info("Calculating the diameter of the photometric aperture...",
|
||||||
extra={"spinning": True})
|
extra={"spinning": True})
|
||||||
d_photometric_ap = self.__calcPhotometricAperture(obstruction)
|
d_photometric_ap = self.__calcPhotometricAperture(obstruction)
|
||||||
# Mask the pixels to be exposed
|
# Mask the pixels to be exposed
|
||||||
mask.createPhotometricAperture(self.__shape, d_photometric_ap / 2)
|
mask.createPhotometricAperture(self.__shape, d_photometric_ap / 2)
|
||||||
# Calculate the background current PixelMask
|
# Calculate the background current PixelMask
|
||||||
background_current = mask * background_current * u.pix
|
background_current = mask * background_current * u.pix
|
||||||
# Calculate the read noise PixelMask
|
# Calculate the read noise PixelMask
|
||||||
|
Loading…
Reference in New Issue
Block a user