|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoptics.Optics
optics.WaveLengthFunction
optics.WaveLengthSpectrum
optics.ConstantSpectrum
optics.GaussianSpectrum
optics.ScotopicSpectrum
public class ScotopicSpectrum
Class to implement an (approximate) Pcotopic low light sensitivity of the human eye being a Gaussian fit of the CIE 1951 scotopic data.
Fit has peak of 0.502819 standard error 0.0698% and width of 0.0555317 standard error 0.63565%.
| Field Summary |
|---|
| Fields inherited from class optics.GaussianSpectrum |
|---|
peak, width |
| Fields inherited from class optics.ConstantSpectrum |
|---|
brightness |
| Fields inherited from class optics.WaveLengthFunction |
|---|
maxPlotLambda, minPlotLambda, plotPoints |
| Fields inherited from class optics.Optics |
|---|
DEFAULT_WAVELENGTH, errorStream, fmt, MICRONS |
| Constructor Summary | |
|---|---|
ScotopicSpectrum()
Constructor for scotopic spectrum unit. |
|
ScotopicSpectrum(double b)
Constructor for scotopic spectrum of specified (peak) brightness |
|
| Method Summary |
|---|
| Methods inherited from class optics.GaussianSpectrum |
|---|
clone, getIntensity, setGaussian, toString |
| Methods inherited from class optics.ConstantSpectrum |
|---|
setBrightness |
| Methods inherited from class optics.WaveLengthSpectrum |
|---|
getValue |
| Methods inherited from class optics.WaveLengthFunction |
|---|
getPlot, getPlotPoints, setPlotPoints, setPlotRange, setPlotRange, toGraph, toPlot, toPlot, toPlot |
| Methods inherited from class optics.Optics |
|---|
getDefaultWaveLength, getErrorStream, getFormatString, getName, getStaticName, getVersion, printError, setDefaultWaveLength, setErrorStream, setFormatString, setMicrons |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScotopicSpectrum(double b)
b - brightness.public ScotopicSpectrum()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||