Skip to contents

A dataset containing wavelengths at a 1 nm interval and spectral response as \(A / (W / nm)\) for GaAsP photodiode type G6262 from Hamamatsu. Data digitized from manufacturer's data sheet. The value at the peak is 0.19 \(A / W\).

Usage

photodiode.spct

Format

A response_spct object with 94 rows and 2 variables

Details

  • w.length (nm).

  • s.e.response (A/W)

References

Hamamatsu (2011) Datasheet: GaAsP Photodiodes G5645 G5842 G6262. Hamamatsu Photonics KK, Hamamatsu, City. http://www.hamamatsu.com/jp/en/G6262.html. Visited 2017-12-15.

Examples

photodiode.spct
#> Object: response_spct [94 x 2]
#> Wavelength range 300-580 nm, step 0.006990212-7.521225 nm 
#> Label: GaAsP photodiode 
#> Variables:
#>  w.length: Wavelength [nm]
#>  s.e.response: Spectral energy response [W-1 m2 nm] 
#> --
#> # A tibble: 94 × 2
#>    w.length s.e.response
#>       <dbl>        <dbl>
#>  1     300        0.0206
#>  2     308.       0.0231
#>  3     313.       0.0248
#>  4     319.       0.0273
#>  5     324.       0.0297
#>  6     329.       0.0324
#>  7     334.       0.0356
#>  8     339.       0.0391
#>  9     343.       0.0434
#> 10     346.       0.0466
#> # ℹ 84 more rows