Check quantities
This commit is contained in:
parent
8f39ac9c2a
commit
46e3d8ce24
@ -13,6 +13,7 @@ class Zemax(IPSF):
|
|||||||
A class for modelling the PSF from a Zemax output file
|
A class for modelling the PSF from a Zemax output file
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@u.quantity_input(wl="length", d_aperture="length")
|
||||||
def __init__(self, file: str, f_number: float, wl: u.Quantity, d_aperture: u.Quantity):
|
def __init__(self, file: str, f_number: float, wl: u.Quantity, d_aperture: u.Quantity):
|
||||||
"""
|
"""
|
||||||
Initialize a new PSF from a Zemax file.
|
Initialize a new PSF from a Zemax file.
|
||||||
|
Loading…
Reference in New Issue
Block a user