CCDStern2004

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

Bases: Material

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

None

Attributes

broadcasted

data_path

dataframe

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.CCDStern2004

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
data_path: typing.ClassVar[pathlib.Path] = PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/kgpy/checkouts/stable/kgpy/optics/surface/material/stern_2004_model_1.50e05.csv')
property dataframe: DataFrame
name: str = ''
plot_kwargs: typing.Dict[str, typing.Any]
property quantum_efficiency_data
property shape
property wavelength_data