thorlabs_filter.import: Export filter to global enivroment

Description Usage Arguments Value Examples

Description

Exports the given filter as a spline function to the global enviroment, under it's own named function.

Usage

1

Arguments

name

The ThorLabs designation of the filter (for example FEL0550)

Value

A spline function named after the filter. Note if the thorlabs filter name contains a dash (for example, to designate bandwidth), this will be replaced in the function name as an underscore. i.e. FB340-10 becomes FB340_10

Examples

1
2
thorlabs_filter.import("FES0650")
FES0650(500)

tjconstant/thor2 documentation built on May 29, 2019, 9:54 a.m.