CCDStern1994

class kgpy.optics.surface.material.CCDStern1994(plot_kwargs=<factory>, name='')

Bases: Material

Parameters
__init__(plot_kwargs=<factory>, name='')
Parameters
Return type

None

Attributes

broadcasted

name

quantum_efficiency_data

shape

wavelength_data

Methods

__init__([plot_kwargs, name])

copy()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

copy_shallow()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

index_of_refraction(rays)

rtype

astropy.units.Quantity

plot(ax[, components, component_z, ...])

rtype

typing.List[matplotlib.lines.Line2D]

transmissivity(rays)

rtype

astropy.units.Quantity

Inheritance Diagram

Inheritance diagram of kgpy.optics.surface.material.CCDStern1994

copy()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

copy_shallow()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

index_of_refraction(rays)
Return type

astropy.units.Quantity

Parameters

rays (Rays) –

plot(ax, components=('x', 'y'), component_z=None, plot_kwargs=None, transform_extra=None, sag=None, aperture=None)
Return type

typing.List[matplotlib.lines.Line2D]

Parameters
transmissivity(rays)
Return type

astropy.units.Quantity

Parameters

rays (Rays) –

property broadcasted
name: str = ''
plot_kwargs: typing.Dict[str, typing.Any]
quantum_efficiency_data: typing.ClassVar[astropy.units.Quantity] = <Quantity [0.91 , 0.8  , 0.48 , 0.32 , 0.42 , 0.86 , 0.82 , 0.6  , 0.58 ,            0.53 , 0.3  , 0.085, 0.055, 0.06 , 0.13 , 0.09 , 0.33 , 0.29 ,            0.5  , 0.53 , 0.62 , 0.63 , 0.65 , 0.65 , 0.65 , 0.61 , 0.47 ,            0.33 , 0.21 , 0.19 ]>
property shape
wavelength_data: typing.ClassVar[astropy.units.Quantity] = <Quantity [   13.3,    23.6,    44.7,    67.6,   114. ,   135.5,   171.4,              256. ,   303.8,   461. ,   584. ,   736. ,  1215.5,  2537. ,             3500. ,  3650. ,  4000. ,  4050. ,  4500. ,  5000. ,  5500. ,             6000. ,  6500. ,  7000. ,  7500. ,  8000. ,  8500. ,  9000. ,             9500. , 10000. ] Angstrom>