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_fermi_cat(self): """ Build self.ecpl_params dictionary from Fermi catalog fields """ i = self.find_object_index('source_name') # Set all plot parameters: self.ecpl_params['e_pivot'] = self.catalog.field('Pivot_Energy')[i]