LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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)