Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/g/a/gammapy-HEAD/gammapy/spectrum/sed.py gammapy(Download)
def get_ecpl_params(self): """Build self.ecpl_params dictionary by parsing one of the supported catalogs""" if self.catalog_format == 'hess': self.get_ecpl_params_hess_cat()