Vectors of names of member objects containing spectral dara for Schott optical glass filters. Data from manufacturer-provided excel filter tool.
Note
Data supplied by the manufacturer for inclusion in this package. Version 1 st June 2015. Reproduced with permission. https://www.schott.com/advanced_optics
DISCLAIMER from Schott
This data collection is protected by federal copyright law and international treaty. The copyright holder retains title to and ownership of the data collection.
Data contained in this calculation tool are owned by SCHOTT, any request for permission to use them for commercial purposes must be directed to SCHOTT.
SCHOTT makes no warranty of representation, either expressed or implied, with respect to this data including their quality, merchantability, or fitness for a particular purpose.
In no event will SCHOTT be liable for direct, indirect, special, incidental, or consequential damages arising out of the use or inability to use the calculation tool even if SCHOTT has been advised of the possibility of such damages.
SCHOTT reserves the right to change the optical and non-optical data without prior notice. This calculation tool renders all previous filter glass catalogs obsolete
This data collection was composed with utmost care.
Examples
schott_filters
#> [1] "Schott_UG1" "Schott_UG5" "Schott_UG11" "Schott_BG3"
#> [5] "Schott_BG7" "Schott_BG18" "Schott_BG25" "Schott_BG36"
#> [9] "Schott_BG38" "Schott_BG39" "Schott_BG40" "Schott_BG42"
#> [13] "Schott_S_8612" "Schott_BG50" "Schott_BG55" "Schott_BG60"
#> [17] "Schott_BG60HT" "Schott_BG61" "Schott_BG62" "Schott_BG62HT"
#> [21] "Schott_BG63" "Schott_BG64" "Schott_VG9" "Schott_VG20"
#> [25] "Schott_S_8022" "Schott_S_8023" "Schott_GG395" "Schott_GG400"
#> [29] "Schott_GG420" "Schott_GG435" "Schott_GG455" "Schott_GG475"
#> [33] "Schott_GG495" "Schott_OG515" "Schott_OG530" "Schott_OG550"
#> [37] "Schott_OG570" "Schott_OG590" "Schott_RG9" "Schott_RG610"
#> [41] "Schott_RG630" "Schott_RG645" "Schott_RG665" "Schott_RG695"
#> [45] "Schott_RG715" "Schott_RG780" "Schott_RG830" "Schott_RG850"
#> [49] "Schott_RG1000" "Schott_NG1" "Schott_NG3" "Schott_NG4"
#> [53] "Schott_NG5" "Schott_NG9" "Schott_NG11" "Schott_N_WG280"
#> [57] "Schott_N_WG295" "Schott_N_WG305" "Schott_N_WG320" "Schott_KG1"
#> [61] "Schott_KG2" "Schott_KG3" "Schott_KG5" "Schott_BG67"
#> [65] "Schott_UG2A" "Schott_BG62HS" "Schott_BG66HS"
summary(filters.mspct[schott_filters])
#> Summary of filter_mspct [67 x 1] object: anonymous
#> # A tibble: 67 × 8
#> spct.idx class dim w.length.min w.length.max colnames multiple.wl Tfr.type
#> <chr> <chr> <chr> <dbl> <dbl> <list> <dbl> <chr>
#> 1 Schott_U… filt… [613… 258 5200 <chr> 1 internal
#> 2 Schott_U… filt… [647… 200 5200 <chr> 1 internal
#> 3 Schott_U… filt… [702… 200 5200 <chr> 1 internal
#> 4 Schott_B… filt… [603… 200 5200 <chr> 1 internal
#> 5 Schott_B… filt… [577… 200 5200 <chr> 1 internal
#> 6 Schott_B… filt… [590… 200 5200 <chr> 1 internal
#> 7 Schott_B… filt… [642… 200 5200 <chr> 1 internal
#> 8 Schott_B… filt… [898… 200 5200 <chr> 1 internal
#> 9 Schott_B… filt… [542… 200 5200 <chr> 1 internal
#> 10 Schott_B… filt… [650… 200 5200 <chr> 1 internal
#> # ℹ 57 more rows
summary(filters.mspct[schott_filters[grep("UG", schott_filters)]])
#> Summary of filter_mspct [4 x 1] object: anonymous
#> # A tibble: 4 × 8
#> spct.idx class dim w.length.min w.length.max colnames multiple.wl Tfr.type
#> <chr> <chr> <chr> <dbl> <dbl> <list> <dbl> <chr>
#> 1 Schott_UG1 filt… [613… 258 5200 <chr> 1 internal
#> 2 Schott_UG5 filt… [647… 200 5200 <chr> 1 internal
#> 3 Schott_UG… filt… [702… 200 5200 <chr> 1 internal
#> 4 Schott_UG… filt… [653… 269 5200 <chr> 1 internal