LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
SdssFilters.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 from lsst.afw.image.utils import defineFilter
4 
5 # Effective wavelengths from Fukugita et al., 1996AJ....111.1748F
6 # Table 2a (1.2 airmass, first row)
7 defineFilter("u'", 355.7)
8 defineFilter("g'", 482.5)
9 defineFilter("r'", 626.1)
10 defineFilter("i'", 767.2)
11 defineFilter("z'", 909.7)