Jitter parameter added.
This commit is contained in:
parent
f8e16fcc9a
commit
c1f2e28775
@ -17,7 +17,8 @@ class Airy(IPSF):
|
|||||||
self.__wl = wl
|
self.__wl = wl
|
||||||
self.__d_aperture = d_aperture
|
self.__d_aperture = d_aperture
|
||||||
|
|
||||||
def calcReducedObservationAngle(self, contained_energy: Union[str, int, float, u.Quantity]) -> u.Quantity:
|
def calcReducedObservationAngle(self, contained_energy: Union[str, int, float, u.Quantity],
|
||||||
|
jitter_sigma: u.Quantity = None) -> u.Quantity:
|
||||||
"""
|
"""
|
||||||
Calculate the reduced observation angle in lambda / d_ap for the given contained energy.
|
Calculate the reduced observation angle in lambda / d_ap for the given contained energy.
|
||||||
|
|
||||||
@ -25,6 +26,8 @@ class Airy(IPSF):
|
|||||||
----------
|
----------
|
||||||
contained_energy : Union[str, int, float, u.Quantity]
|
contained_energy : Union[str, int, float, u.Quantity]
|
||||||
The percentage of energy to be contained within a circle with the diameter reduced observation angle.
|
The percentage of energy to be contained within a circle with the diameter reduced observation angle.
|
||||||
|
jitter_sigma : Quantity
|
||||||
|
Sigma of the telescope's jitter in arcsec
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
|
Loading…
Reference in New Issue
Block a user