CCDStern1994¶
- class kgpy.optics.materials.CCDStern1994(plot_kwargs=<factory>, name='')¶
Bases:
Material- __init__(plot_kwargs=<factory>, name='')¶
Attributes
Methods
__init__([plot_kwargs, name])copy()- rtype:
typing.TypeVar(CopyableT, bound= Copyable)
- rtype:
typing.TypeVar(CopyableT, bound= Copyable)
index_refraction(ray)plot(ax[, component_x, component_y, ...])- rtype:
transmissivity(ray)Inheritance Diagram
digraph inheritance1b463e9c08 { bgcolor=transparent; rankdir=TB; size="8.0, 12.0"; "abc.ABC" [URL="https://docs.python.org/3/library/abc.html#abc.ABC",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Helper class that provides a standard way to create an ABC using"]; "kgpy.mixin.Broadcastable" [URL="kgpy.mixin.Broadcastable.html#kgpy.mixin.Broadcastable",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Class to help with determining the shape of the optical configuration."]; "kgpy.mixin.Copyable" [URL="kgpy.mixin.Copyable.html#kgpy.mixin.Copyable",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "abc.ABC" -> "kgpy.mixin.Copyable" [arrowsize=0.5,style="setlinewidth(0.5)"]; "kgpy.mixin.Plottable" [URL="kgpy.mixin.Plottable.html#kgpy.mixin.Plottable",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Plottable(plot_kwargs: Dict[str, Any] = <factory>)"]; "kgpy.mixin.Copyable" -> "kgpy.mixin.Plottable" [arrowsize=0.5,style="setlinewidth(0.5)"]; "abc.ABC" -> "kgpy.mixin.Plottable" [arrowsize=0.5,style="setlinewidth(0.5)"]; "kgpy.optics.materials.CCDStern1994" [URL="kgpy.optics.materials.CCDStern1994.html#kgpy.optics.materials.CCDStern1994",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="CCDStern1994(plot_kwargs: Dict[str, Any] = <factory>, name: str = '')"]; "kgpy.optics.materials.Material" -> "kgpy.optics.materials.CCDStern1994" [arrowsize=0.5,style="setlinewidth(0.5)"]; "kgpy.optics.materials.Material" [URL="kgpy.optics.materials.Material.html#kgpy.optics.materials.Material",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Material(plot_kwargs: Dict[str, Any] = <factory>, name: str = '')"]; "kgpy.mixin.Plottable" -> "kgpy.optics.materials.Material" [arrowsize=0.5,style="setlinewidth(0.5)"]; "kgpy.mixin.Broadcastable" -> "kgpy.optics.materials.Material" [arrowsize=0.5,style="setlinewidth(0.5)"]; "kgpy.mixin.Copyable" -> "kgpy.optics.materials.Material" [arrowsize=0.5,style="setlinewidth(0.5)"]; "abc.ABC" -> "kgpy.optics.materials.Material" [arrowsize=0.5,style="setlinewidth(0.5)"]; }- copy()¶
- Return type:
typing.TypeVar(CopyableT, bound= Copyable)- Parameters:
self (CopyableT) –
- copy_shallow()¶
- Return type:
typing.TypeVar(CopyableT, bound= Copyable)- Parameters:
self (CopyableT) –
- plot(ax, component_x='x', component_y='y', component_z=None, transform_extra=None, sag=None, aperture=None, **kwargs)¶
- Return type:
- Parameters:
- property broadcasted¶
-
plot_kwargs:
typing.Dict[str,typing.Any]¶
-
quantum_efficiency_data:
typing.ClassVar[astropy.units.quantity.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] = <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>¶