pycbc: A Python interface
to the Christmas Bird Count database
8.8. MyCBC.getEff(): Retrieve the eff row for a given circle-year
mycbc.py
# - - - M y C B C . g e t E f f
def getEff(self, count_id):
'''Retrieve the eff row for count_id.
'''
eff = self.s.query(self.Eff).get(count_id)
return eff