fermipy.diffuse subpackage

Module contents

Configuration, binning, default options, etc…

Small helper class to represent the binning used for a single component of a summed likelihood in diffuse analysis

class fermipy.diffuse.binning.Component(**kwargs)[source]

Bases: object

Small helper class to represent the binning used for a single component of a summed likelihood in diffuse analysis

Parameters:
  • log_emin (float) – Log base 10 of minimum energy for this component
  • log_emax (float) – Log base 10 of maximum energy for this component
  • enumbins (int) – Number of energy bins for this component
  • zmax (float) – Maximum zenith angle cube for this component in degrees
  • mktimefilters (list) – Filters for gtmktime.
  • hpx_order (int) – HEALPix order to use for this component
  • coordsys (str) – Coodinate system, ‘CEL’ or ‘GAL’
classmethod build_from_energy_dict(ebin_name, input_dict)[source]

Build a list of components from a dictionary for a single energy range

classmethod build_from_yamlfile(yamlfile)[source]

Build a list of components from a yaml file

classmethod build_from_yamlstr(yamlstr)[source]

Build a list of components from a yaml string

emax

Maximum energy for this component

emin

Minimum energy for this component

evtype

Event type bit mask for this component

make_key(format_str)[source]

Make a key to identify this compoment

format_str is formatted using object __dict__

Analysis framework for all-sky diffuse emission fitting

Handle the naming conventions for composite likelihood analysis

class fermipy.diffuse.name_policy.NameFactory(**kwargs)[source]

Bases: object

Helper class to define file names and keys consistently.

angprofile(**kwargs)[source]

return the file name for sun or moon angular profiles

angprofile_format = 'templates/profile_{sourcekey}.fits'
bexpcube(**kwargs)[source]

return the name of a binned exposure cube file

bexpcube_format = 'bexp_cubes/bexcube_{dataset}_{mktime}_{component}_{coordsys}_{irf_ver}.fits'
bexpcube_moon(**kwargs)[source]

return the name of a binned exposure cube file

bexpcube_sun(**kwargs)[source]

return the name of a binned exposure cube file

bexpcubemoon_format = 'bexp_cubes/bexcube_{dataset}_{mktime}_{component}_{irf_ver}_moon.fits'
bexpcubesun_format = 'bexp_cubes/bexcube_{dataset}_{mktime}_{component}_{irf_ver}_sun.fits'
catalog_split_yaml(**kwargs)[source]

return the name of a catalog split yaml file

catalog_split_yaml_format = 'models/catalog_{sourcekey}.yaml'
ccube(**kwargs)[source]

return the name of a counts cube file

ccube_format = 'counts_cubes/ccube_{dataset}_{mktime}_{component}_{coordsys}.fits'
comp_srcmdl_xml(**kwargs)[source]

return the name of a source model file

comp_srcmdl_xml_format = 'analysis/model_{modelkey}/srcmdl_{modelkey}_{component}.xml'
component(**kwargs)[source]

Return a key that specifies data the sub-selection

component_format = '{zcut}_{ebin}_{psftype}'
dataset(**kwargs)[source]

Return a key that specifies the data selection

dataset_format = '{data_pass}_{data_ver}_{data_time}_{evclass}'
diffuse_template(**kwargs)[source]

return the file name for other diffuse map templates

diffuse_template_format = 'templates/template_{sourcekey}.fits'
evclassmask(evclass_str)[source]

Get the bitmask for a particular event class

ft1file(**kwargs)[source]

return the name of the input ft1 file list

ft1file_format = '{dataset}_{zcut}.lst'
ft2file(**kwargs)[source]

return the name of the input ft2 file list

ft2file_format = 'ft2_files/ft2_{data_time}.lst'
fullpath(**kwargs)[source]

Return a full path name for a given file

fullpath_format = '{basedir}/{localpath}'
galprop_gasmap(**kwargs)[source]

return the file name for Galprop input gasmaps

galprop_gasmap_format = 'gasmap/{sourcekey}_{projtype}_{galprop_run}.gz'
galprop_ringkey(**kwargs)[source]

return the sourcekey for galprop input maps : specifies the component and ring

galprop_ringkey_format = '{source_name}_{ringkey}'
galprop_rings_yaml(**kwargs)[source]

return the name of a galprop rings merging yaml file

galprop_rings_yaml_format = 'models/galprop_rings_{galkey}.yaml'
galprop_sourcekey(**kwargs)[source]

return the sourcekey for merged galprop maps : specifies the merged component and merging scheme

galprop_sourcekey_format = '{source_name}_{galpropkey}'
generic(input_string, **kwargs)[source]

return a generic filename for a given dataset and component

irf_ver(**kwargs)[source]

Get the name of the IRF version

irfs(**kwargs)[source]

Get the name of IFRs associted with a particular dataset

ltcube(**kwargs)[source]

return the name of a livetime cube file

ltcube_format = 'lt_cubes/ltcube_{data_time}_{mktime}_{zcut}.fits'
ltcube_moon(**kwargs)[source]

return the name of a livetime cube file

ltcube_sun(**kwargs)[source]

return the name of a livetime cube file

ltcubemoon_format = 'sunmoon/ltcube_{data_time}_{mktime}_{zcut}_moon.fits'
ltcubesun_format = 'sunmoon/ltcube_{data_time}_{mktime}_{zcut}_sun.fits'
make_filenames(**kwargs)[source]

Make a dictionary of filenames for various types

master_srcmdl_xml(**kwargs)[source]

return the name of a source model file

master_srcmdl_xml_format = 'analysis/model_{modelkey}/srcmdl_{modelkey}_master.xml'
mcube(**kwargs)[source]

return the name of a model cube file

mcube_format = 'model_cubes/mcube_{sourcekey}_{dataset}_{mktime}_{component}_{coordsys}_{irf_ver}.fits'
merged_gasmap(**kwargs)[source]

return the file name for Galprop merged gasmaps

merged_gasmap_format = 'merged_gasmaps/{sourcekey}_{projtype}.fits'
merged_sourcekey(**kwargs)[source]

return the sourcekey for merged sets of point sources : specifies the catalog and merging rule

merged_sourcekey_format = '{catalog}_{rulekey}'
merged_srcmaps(**kwargs)[source]

return the name of a source map file

merged_srcmaps_format = 'analysis/model_{modelkey}/srcmaps_{dataset}_{mktime}_{component}_{coordsys}_{irf_ver}.fits'
mktime(**kwargs)[source]

return the name of a selected events ft1file

mktime_format = 'counts_cubes/mktime_{dataset}_{mktime}_{component}.fits'
model_yaml(**kwargs)[source]

return the name of a model yaml file

model_yaml_format = 'models/model_{modelkey}.yaml'
nested_srcmdl_xml(**kwargs)[source]

return the file name for source model xml files of nested sources

nested_srcmdl_xml_format = 'srcmdls/{sourcekey}_sources.xml'
residual_cr(**kwargs)[source]

Return the name of the residual CR analysis output files

residual_cr_format = 'residual_cr/residual_cr_{dataset}_{mktime}_{component}_{coordsys}_{irf_ver}.fits'
select(**kwargs)[source]

return the name of a selected events ft1file

select_format = 'counts_cubes/select_{dataset}_{component}.fits'
sourcekey(**kwargs)[source]

Return a key that specifies the name and version of a source or component

sourcekey_format = '{source_name}_{source_ver}'
spectral_template(**kwargs)[source]

return the file name for spectral templates

spectral_template_format = 'templates/spectral_{sourcekey}.txt'
srcmaps(**kwargs)[source]

return the name of a source map file

srcmaps_format = 'srcmaps/srcmaps_{sourcekey}_{dataset}_{mktime}_{component}_{coordsys}_{irf_ver}.fits'
srcmdl_xml(**kwargs)[source]

return the file name for source model xml files

srcmdl_xml_format = 'srcmdls/{sourcekey}.xml'
stamp(**kwargs)[source]

Return the path for a stamp file for a scatter gather job

stamp_format = 'stamps/{linkname}.stamp'
template_sunmoon(**kwargs)[source]

return the file name for sun or moon template files

templatesunmoon_format = 'templates/template_{sourcekey}_{zcut}.fits'
update_base_dict(yamlfile)[source]

Update the values in baseline dictionary used to resolve names

Utilities and tools

Classes and utilities that manage spectral model specific to diffuse analyses

class fermipy.diffuse.spectral.SpectralLibrary(spectral_dict)[source]

Bases: object

A small helper class that serves as an alias dictionary for spectral models

classmethod create_from_yaml(yamlfile)[source]

Create the dictionary for a yaml file

classmethod create_from_yamlstr(yamlstr)[source]

Create the dictionary for a yaml file

update(spectral_dict)[source]

Update the dictionary

Small helper class to represent the selection of mktime filters used in the analysis

class fermipy.diffuse.timefilter.MktimeFilterDict(aliases, selections)[source]

Bases: object

Small helper class toselection of mktime filters used in the analysis

static build_from_yamlfile(yamlfile)[source]

Build a list of components from a yaml file

items()[source]

Return the itratetor over key, value pairs

keys()[source]

Return the iterator over keys

values()[source]

Return the itratetor over values

Classes and utilities that create fermipy source objects

class fermipy.diffuse.source_factory.SourceFactory[source]

Bases: object

Small helper class to build and keep track of sources

add_sources(source_info_dict)[source]

Add all of the sources in source_info_dict to this factory

static build_catalog(**kwargs)[source]

Build a fermipy.catalog.Catalog object

Parameters:
  • catalog_type (str) – Specifies catalog type, options include 2FHL | 3FGL | 4FGLP
  • catalog_file (str) – FITS file with catalog tables
  • catalog_extdir (str) – Path to directory with extended source templates
classmethod copy_selected_sources(roi, source_names)[source]

Build and return a fermipy.roi_model.ROIModel object by copying selected sources from another such object

static make_fermipy_roi_model_from_catalogs(cataloglist)[source]

Build and return a fermipy.roi_model.ROIModel object from a list of fermipy.catalog.Catalog objects

classmethod make_roi(sources=None)[source]

Build and return a fermipy.roi_model.ROIModel object from a dict with information about the sources

source_info_dict

Return the dictionary of source_info objects used to build sources

sources

Return the dictionary of sources

fermipy.diffuse.source_factory.make_catalog_sources(catalog_roi_model, source_names)[source]

Construct and return dictionary of sources that are a subset of sources in catalog_roi_model.

Parameters:
  • catalog_roi_model (dict or fermipy.roi_model.ROIModel) – Input set of sources
  • source_names (list) – Names of sourcs to extract
  • dict mapping source_name to fermipy.roi_model.Source object (Returns) –
fermipy.diffuse.source_factory.make_composite_source(name, spectrum)[source]

Construct and return a fermipy.roi_model.CompositeSource object

fermipy.diffuse.source_factory.make_isotropic_source(name, Spectrum_Filename, spectrum)[source]

Construct and return a fermipy.roi_model.IsoSource object

fermipy.diffuse.source_factory.make_mapcube_source(name, Spatial_Filename, spectrum)[source]

Construct and return a fermipy.roi_model.MapCubeSource object

fermipy.diffuse.source_factory.make_point_source(name, src_dict)[source]

Construct and return a fermipy.roi_model.Source object

fermipy.diffuse.source_factory.make_sources(comp_key, comp_dict)[source]

Make dictionary mapping component keys to a source or set of sources

Parameters:
  • comp_key (str) – Key used to access sources
  • comp_dict (dict) – Information used to build sources
  • OrderedDict maping comp_key to fermipy.roi_model.Source (return) –

Prepare data for diffuse all-sky analysis

fermipy.diffuse.utils.create_inputlist(arglist)[source]

Read lines from a file and makes a list of file names.

Removes whitespace and lines that start with ‘#’ Recursively read all files with the extension ‘.lst’

fermipy.diffuse.utils.readlines(arg)[source]

Read lines from a file into a list.

Removes whitespace and lines that start with ‘#’

Helper classes to manage model building

class fermipy.diffuse.model_component.ModelComponentInfo(**kwargs)[source]

Bases: object

Information about a model component

Parameters:
  • source_name (str) – The name given to the component, e.g., loop_I or moon
  • source_ver (str) – Key to indentify the model version of the source, e.g., v00
  • sourcekey (str) – Key that identifies this component, e.g., loop_I_v00 or moon_v00
  • model_type (str) – Type of model, ‘MapCubeSource’ | ‘IsoSource’ | ‘CompositeSource’ | ‘Catalog’ | ‘PointSource’
  • srcmdl_name (str) – Name of the xml file with the xml just for this component
  • moving (bool) – Flag for moving sources (i.e., the sun and moon)
  • selection_dependent (bool) – Flag for selection dependent sources (i.e., the residual cosmic ray model)
  • no_psf (bool) – Flag to indicate that we do not smear this component with the PSF
  • components (dict) – Sub-dictionary of ModelComponentInfo objects for moving and selection_dependent sources
  • comp_key (str) – Component key for this component of moving and selection_dependent sources
add_component_info(compinfo)[source]

Add sub-component specific information to a particular data selection

Parameters:compinfo (ModelComponentInfo object) – Sub-component being added
clone_and_merge_sub(key)[source]

Clones self and merges clone with sub-component specific information

Parameters:
  • key (str) – Key specifying which sub-component
  • ModelComponentInfo object (Returns) –
get_component_info(comp)[source]

Return the information about sub-component specific to a particular data selection

Parameters:
  • comp (binning.Component object) – Specifies the sub-component
  • ModelComponentInfo object (Returns) –
update(**kwargs)[source]

Update data members from keyword arguments

class fermipy.diffuse.model_component.CatalogInfo(**kwargs)[source]

Bases: object

Information about a source catalog

Parameters:
  • catalog_name (str) – The name given to the merged component, e.g., merged_CO or merged_HI
  • catalog_file (str) – Fits file with catalog data
  • catalog_extdir (str) – Directory with extended source templates
  • catalog_type (str) – Identifies the format of the catalog fits file: e.g., ‘3FGL’ or ‘4FGLP’
  • catalog (fermipy.catalog.Catalog) – Catalog object
  • roi_model (fermipy.roi_model.ROIModel) – Fermipy object describing all the catalog sources
  • srcmdl_name (str) – Name of xml file with the catalog source model
update(**kwargs)[source]

Update data members from keyword arguments

class fermipy.diffuse.model_component.GalpropMergedRingInfo(**kwargs)[source]

Bases: object

Information about a set of Merged Galprop Rings

Parameters:
  • source_name (str) – The name given to the merged component, e.g., merged_CO or merged_HI
  • ring (int) – The index of the merged ring
  • sourcekey (str) – Key that identifies this component, e.g., merged_CO_1, or merged_HI_3
  • galkey (str) – Key that identifies how to merge the galprop rings, e.g., ‘ref’
  • galprop_run (str) – Key that idenfifies the galprop run used to make the input rings
  • files (str) – List of files of the input gasmap files
  • merged_gasmap (str) – Filename for the merged gasmap
update(**kwargs)[source]

Update data members from keyword arguments

class fermipy.diffuse.model_component.ModelComponentInfo(**kwargs)[source]

Bases: object

Information about a model component

Parameters:
  • source_name (str) – The name given to the component, e.g., loop_I or moon
  • source_ver (str) – Key to indentify the model version of the source, e.g., v00
  • sourcekey (str) – Key that identifies this component, e.g., loop_I_v00 or moon_v00
  • model_type (str) – Type of model, ‘MapCubeSource’ | ‘IsoSource’ | ‘CompositeSource’ | ‘Catalog’ | ‘PointSource’
  • srcmdl_name (str) – Name of the xml file with the xml just for this component
  • moving (bool) – Flag for moving sources (i.e., the sun and moon)
  • selection_dependent (bool) – Flag for selection dependent sources (i.e., the residual cosmic ray model)
  • no_psf (bool) – Flag to indicate that we do not smear this component with the PSF
  • components (dict) – Sub-dictionary of ModelComponentInfo objects for moving and selection_dependent sources
  • comp_key (str) – Component key for this component of moving and selection_dependent sources
add_component_info(compinfo)[source]

Add sub-component specific information to a particular data selection

Parameters:compinfo (ModelComponentInfo object) – Sub-component being added
clone_and_merge_sub(key)[source]

Clones self and merges clone with sub-component specific information

Parameters:
  • key (str) – Key specifying which sub-component
  • ModelComponentInfo object (Returns) –
get_component_info(comp)[source]

Return the information about sub-component specific to a particular data selection

Parameters:
  • comp (binning.Component object) – Specifies the sub-component
  • ModelComponentInfo object (Returns) –
update(**kwargs)[source]

Update data members from keyword arguments

class fermipy.diffuse.model_component.IsoComponentInfo(**kwargs)[source]

Bases: fermipy.diffuse.model_component.ModelComponentInfo

Information about a model component represented by a IsoSource

Parameters:Spectral_Filename (str) – Name of the template file for the spatial model
class fermipy.diffuse.model_component.PointSourceInfo(**kwargs)[source]

Bases: fermipy.diffuse.model_component.ModelComponentInfo

Information about a model component represented by a PointSource

class fermipy.diffuse.model_component.CompositeSourceInfo(**kwargs)[source]

Bases: fermipy.diffuse.model_component.ModelComponentInfo

Information about a model component represented by a CompositeSource

Parameters:
  • source_names (list) – The names of the nested sources
  • catalog_info (model_component.CatalogInfo or None) – Information about the catalog containing the nested sources
  • roi_model (fermipy.roi_model.ROIModel) – Fermipy object describing the nested sources
class fermipy.diffuse.model_component.CatalogSourcesInfo(**kwargs)[source]

Bases: fermipy.diffuse.model_component.ModelComponentInfo

Information about a model component consisting of sources from a catalog

Parameters:
  • source_names (list) – The names of the nested sources
  • catalog_info (model_component.CatalogInfo or None) – Information about the catalog containing the nested sources
  • roi_model (fermipy.roi_model.ROIModel) – Fermipy object describing the nested sources
class fermipy.diffuse.diffuse_src_manager.GalpropMapManager(**kwargs)[source]

Bases: object

Small helper class to keep track of Galprop gasmaps

This keeps track of two types of dictionaries. Both are keyed by: key = {source_name}_{ring}_{galkey}

Where: {source_name} is something like ‘merged_C0’ {ring} is the ring index {galkey} is a key specifying which version of galprop rings to use.

The two dictionaries are: ring_dict[key] = model_component.GalpropMergedRingInfo diffuse_comp_info_dict[key] ] model_component.ModelComponentInfo

The dictionaries are defined in files called. models/galprop_rings_{galkey}.yaml

diffuse_comp_info_dicts(galkey)[source]

Return the components info dictionary for a particular galprop key

galkeys()[source]

Return the list of galprop keys used

make_diffuse_comp_info(merged_name, galkey)[source]

Make the information about a single merged component

Parameters:
  • merged_name (str) – The name of the merged component
  • galkey (str) – A short key identifying the galprop parameters
  • Model_component.ModelComponentInfo (Returns) –
make_diffuse_comp_info_dict(galkey)[source]

Make a dictionary maping from merged component to information about that component

Parameters:galkey (str) – A short key identifying the galprop parameters
make_merged_name(source_name, galkey, fullpath)[source]

Make the name of a gasmap file for a set of merged rings

Parameters:
  • source_name (str) – The galprop component, used to define path to gasmap files
  • galkey (str) – A short key identifying the galprop parameters
  • fullpath (bool) – Return the full path name
make_ring_dict(galkey)[source]

Make a dictionary mapping the merged component names to list of template files

Parameters:
  • galkey (str) – Unique key for this ring dictionary
  • model_component.GalpropMergedRingInfo (Returns) –
make_ring_filelist(sourcekeys, rings, galprop_run)[source]

Make a list of all the template files for a merged component

Parameters:
  • sourcekeys (list-like of str) – The names of the componenents to merge
  • rings (list-like of int) – The indices of the rings to merge
  • galprop_run (str) – String identifying the galprop parameters
make_ring_filename(source_name, ring, galprop_run)[source]

Make the name of a gasmap file for a single ring

Parameters:
  • source_name (str) – The galprop component, used to define path to gasmap files
  • ring (int) – The ring index
  • galprop_run (str) – String identifying the galprop parameters
make_xml_name(source_name, galkey, fullpath)[source]

Make the name of an xml file for a model definition for a set of merged rings

Parameters:
  • source_name (str) – The galprop component, used to define path to gasmap files
  • galkey (str) – A short key identifying the galprop parameters
  • fullpath (bool) – Return the full path name
merged_components(galkey)[source]

Return the set of merged components for a particular galprop key

read_galprop_rings_yaml(galkey)[source]

Read the yaml file for a partiuclar galprop key

ring_dict(galkey)[source]

Return the ring dictionary for a particular galprop key

class fermipy.diffuse.diffuse_src_manager.DiffuseModelManager(**kwargs)[source]

Bases: object

Small helper class to keep track of diffuse component templates

This keeps track of the ‘diffuse component infomation’ dictionary

This keyed by: key = {source_name}_{source_ver} Where: {source_name} is something like ‘loopI’ {source_ver} is somthinng like v00

The dictioary is diffuse_comp_info_dict[key] - > model_component.ModelComponentInfo

Note that some components ( those that represent moving sources or are selection depedent ) will have a sub-dictionary of diffuse_comp_info_dict object for each sub-component

The compoents are defined in a file called config/diffuse_components.yaml

diffuse_comp_info(sourcekey)[source]

Return the Component info associated to a particular key

make_diffuse_comp_info(source_name, source_ver, diffuse_dict, components=None, comp_key=None)[source]

Make a dictionary mapping the merged component names to list of template files

Parameters:
  • source_name (str) – Name of the source
  • source_ver (str) – Key identifying the version of the source
  • diffuse_dict (dict) – Information about this component
  • comp_key (str) – Used when we need to keep track of sub-components, i.e., for moving and selection dependent sources.
  • model_component.ModelComponentInfo or (Returns) –
  • model_component.IsoComponentInfo
make_diffuse_comp_info_dict(diffuse_sources, components)[source]

Make a dictionary maping from diffuse component to information about that component

Parameters:
  • diffuse_sources (dict) – Dictionary with diffuse source defintions
  • components (dict) – Dictionary with event selection defintions, needed for selection depenedent diffuse components
Returns:

ret_dict – Dictionary mapping sourcekey to model_component.ModelComponentInfo

Return type:

dict

make_template_name(model_type, sourcekey)[source]

Make the name of a template file for particular component

Parameters:
  • model_type (str) – Type of model to use for this component
  • sourcekey (str) – Key to identify this component
  • filename or None if component does not require a template file (Returns) –
make_xml_name(sourcekey)[source]

Make the name of an xml file for a model definition of a single component

Parameters:sourcekey (str) – Key to identify this component
static read_diffuse_component_yaml(yamlfile)[source]

Read the yaml file for the diffuse components

sourcekeys()[source]

Return the list of source keys

class fermipy.diffuse.catalog_src_manager.CatalogSourceManager(**kwargs)[source]

Bases: object

Small helper class to keep track of how we deal with catalog sources

This keeps track of two dictionaries

One of the dictionaries is keyed by catalog name, and contains information about complete catalogs catalog_comp_info_dicts[catalog_name] : model_component.CatalogInfo

The other dictionary is keyed by [{catalog_name}_{split_ver}][{split_key}] Where: {catalog_name} is something like ‘3FGL’ {split_ver} is somthing like ‘v00’ and specifes how to divide sources in the catalog {split_key} refers to a specific sub-selection of sources

split_comp_info_dicts[splitkey] : model_component.ModelComponentInfo

build_catalog_info(catalog_info)[source]

Build a CatalogInfo object

catalog_comp_info_dict(catkey)[source]

Return the roi_model for an entire catalog

catalog_components(catalog_name, split_ver)[source]

Return the set of merged components for a particular split key

catalogs()[source]

Return the list of full catalogs used

make_catalog_comp_info(full_cat_info, split_key, rule_key, rule_val, sources)[source]

Make the information about a single merged component

Parameters:
  • full_cat_info (_model_component.CatalogInfo) – Information about the full catalog
  • split_key (str) – Key identifying the version of the spliting used
  • rule_key (str) – Key identifying the specific rule for this component
  • rule_val (list) – List of the cuts used to define this component
  • sources (list) – List of the names of the sources in this component
  • CompositeSourceInfo or CatalogSourcesInfo (Returns) –
make_catalog_comp_info_dict(catalog_sources)[source]

Make the information about the catalog components

Parameters:catalog_sources (dict) – Dictionary with catalog source defintions
Returns:
  • catalog_ret_dict (dict) – Dictionary mapping catalog_name to model_component.CatalogInfo
  • split_ret_dict (dict) – Dictionary mapping sourcekey to model_component.ModelComponentInfo
read_catalog_info_yaml(splitkey)[source]

Read the yaml file for a particular split key

split_comp_info(catalog_name, split_ver, split_key)[source]

Return the info for a particular split key

split_comp_info_dict(catalog_name, split_ver)[source]

Return the information about a particular scheme for how to handle catalog sources

splitkeys()[source]

Return the list of catalog split keys used

class fermipy.diffuse.model_manager.ModelComponent(**kwargs)[source]

Bases: object

Small helper class to tie a ModelComponentInfo to a spectrum

class fermipy.diffuse.model_manager.ModelInfo(**kwargs)[source]

Bases: object

Small helper class to keep track of a single fitting model

component_names

Return the list of name of the components

edisp_disable_list()[source]

Return the list of source for which energy dispersion should be turned off

items()[source]

Return the key, value pairs of model components

make_model_rois(components, name_factory)[source]

Make the fermipy roi_model objects for each of a set of binning components

make_srcmap_manifest(components, name_factory)[source]

Build a yaml file that specfies how to make the srcmap files for a particular model

Parameters:
  • components (list) – The binning components used in this analysis
  • name_factory (NameFactory) – Object that handles naming conventions
  • a dictionary that contains information about where to find the (Returns) –
  • maps for each component of the model (source) –
class fermipy.diffuse.model_manager.ModelManager(**kwargs)[source]

Bases: object

Small helper class to create fitting models and manager XML files for fermipy

This class contains a ‘library’, which is a dictionary of all the source components:

specifically it maps:

sourcekey : model_component.ModelComponentInfo

csm

Return the CatalogSourceManager

dmm

Return the DiffuseModelManager

static get_sub_comp_info(source_info, comp)[source]

Build and return information about a sub-component for a particular selection

gmm

Return the GalpropMapManager

make_fermipy_config_yaml(modelkey, components, data, **kwargs)[source]

Build a fermipy top-level yaml configuration file

Parameters:
  • modelkey (str) – Key used to identify this particular model
  • components (list) – The binning components used in this analysis
  • data (str) – Path to file containing dataset definition
make_library(diffuse_yaml, catalog_yaml, binning_yaml)[source]

Build up the library of all the components

Parameters:
  • diffuse_yaml (str) – Name of the yaml file with the library of diffuse component definitions
  • catalog_yaml (str) – Name of the yaml file width the library of catalog split definitions
  • binning_yaml (str) – Name of the yaml file with the binning definitions
make_model_info(modelkey)[source]

Build a dictionary with the information for a particular model.

Parameters:
  • modelkey (str) – Key used to identify this particular model
  • ModelInfo (Return) –
make_srcmap_manifest(modelkey, components, data)[source]

Build a yaml file that specfies how to make the srcmap files for a particular model

Parameters:
  • modelkey (str) – Key used to identify this particular model
  • components (list) – The binning components used in this analysis
  • data (str) – Path to file containing dataset definition
read_model_yaml(modelkey)[source]

Read the yaml file for the diffuse components

Batch job dispatch classes

class fermipy.diffuse.job_library.Gtexpcube2_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for Gtlink_expcube2

Parameters:
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • hpx_order_max (<type 'int'>) – Maximum HEALPIX order for exposure cubes. [6]
appname = 'fermipy-gtexcube2-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of Gtlink_expcube2

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'hpx_order_max': (6, 'Maximum HEALPIX order for exposure cubes.', <type 'int'>)}
description = 'Submit gtexpube2 jobs in parallel'
job_time = 300
usage = 'fermipy-gtexcube2-sg [options]'
class fermipy.diffuse.job_library.Gtltsum_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for Gtlink_ltsum

Parameters:
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • ft1file (<type 'str'>) – Input FT1 file [None]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
appname = 'fermipy-gtltsum-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of Gtlink_ltsum

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'ft1file': (None, 'Input FT1 file', <type 'str'>)}
description = 'Submit gtltsum jobs in parallel'
job_time = 300
usage = 'fermipy-gtltsum-sg [options]'
class fermipy.diffuse.solar.Gtexpcube2wcs_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for gtexphpsun

Parameters:
  • mktimefilter (<type 'str'>) – Key for gtmktime selection [None]
  • binsz (<type 'float'>) – Image scale (in degrees/pixel) [1.0]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • nypix (<type 'int'>) – Size of the Y axis in pixels [180]
  • nxpix (<type 'int'>) – Size of the X axis in pixels [360]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
appname = 'fermipy-gtexpcube2wcs-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of Gtlink_expcube2_wcs

default_options = {'binsz': (1.0, 'Image scale (in degrees/pixel)', <type 'float'>), 'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'mktimefilter': (None, 'Key for gtmktime selection', <type 'str'>), 'nxpix': (360, 'Size of the X axis in pixels', <type 'int'>), 'nypix': (180, 'Size of the Y axis in pixels', <type 'int'>)}
description = 'Submit gtexpcube2 jobs in parallel'
job_time = 300
usage = 'fermipy-gtexpcube2wcs-sg [options]'
class fermipy.diffuse.solar.Gtexphpsun_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for gtexphpsun

Parameters:
  • mktimefilter (<type 'str'>) – Key for gtmktime selection [None]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
appname = 'fermipy-gtexphpsun-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of Gtlink_exphpsun

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'mktimefilter': (None, 'Key for gtmktime selection', <type 'str'>)}
description = 'Submit gtexphpsun jobs in parallel'
job_time = 300
usage = 'fermipy-gtexphpsun-sg [options]'
class fermipy.diffuse.solar.Gtsuntemp_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for gtsuntemp

Parameters:
  • mktimefilter (<type 'str'>) – Key for gtmktime selection [None]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • sourcekeys (<type 'list'>) – Keys for sources to make template for [None]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
appname = 'fermipy-gtsuntemp-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of Gtlink_suntemp

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'mktimefilter': (None, 'Key for gtmktime selection', <type 'str'>), 'sourcekeys': (None, 'Keys for sources to make template for', <type 'list'>)}
description = 'Submit gtsuntemp jobs in parallel'
job_time = 300
usage = 'fermipy-gtsuntemp-sg [options]'
class fermipy.diffuse.gt_coadd_split.CoaddSplit_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for fermipy-coadd

Parameters:
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • ft1file (<type 'str'>) – Input FT1 file [None]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
appname = 'fermipy-coadd-split-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of fermipy.diffuse.job_library.Link_FermipyCoadd

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'ft1file': (None, 'Input FT1 file', <type 'str'>)}
description = 'Submit fermipy-coadd-split- jobs in parallel'
job_time = 300
usage = 'fermipy-coadd-split-sg [options]'
class fermipy.diffuse.job_library.GatherSrcmaps_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for Link_FermipyGatherSrcmaps

Parameters:
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • library (<type 'str'>) – Path to yaml file defining model components. [models/library.yaml]
appname = 'fermipy-gather-srcmaps-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of Link_FermipyGatherSrcmaps

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'library': ('models/library.yaml', 'Path to yaml file defining model components.', <type 'str'>)}
description = 'Submit fermipy-gather-srcmaps jobs in parallel'
job_time = 300
usage = 'fermipy-gather-srcmaps-sg [options]'
class fermipy.diffuse.job_library.Vstack_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for Link_FermipyVstack
to merge source maps
Parameters:
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • library (<type 'str'>) – Path to yaml file defining model components. [models/library.yaml]
appname = 'fermipy-vstack-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of Link_FermipyVstack

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'library': ('models/library.yaml', 'Path to yaml file defining model components.', <type 'str'>)}
description = 'Submit fermipy-vstack jobs in parallel'
job_time = 300
usage = 'fermipy-vstack-sg [options]'
class fermipy.diffuse.job_library.Healview_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for Link_FermipyHealview

Parameters:
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • library (<type 'str'>) – Path to yaml file defining model components. [models/library.yaml]
appname = 'fermipy-healviw-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of Link_FermipyHealview

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'library': ('models/library.yaml', 'Path to yaml file defining model components.', <type 'str'>)}
description = 'Submit fermipy-healviw jobs in parallel'
job_time = 60
usage = 'fermipy-healviw-sg [options]'
class fermipy.diffuse.job_library.SumRings_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for Link_FermipyCoadd
to sum galprop ring gasmaps
Parameters:
  • library (<type 'str'>) – Path to yaml file defining model components. [models/library.yaml]
  • outdir (<type 'str'>) – Output directory [None]
appname = 'fermipy-sum-rings-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of Link_FermipyCoadd

default_options = {'library': ('models/library.yaml', 'Path to yaml file defining model components.', <type 'str'>), 'outdir': (None, 'Output directory', <type 'str'>)}
description = 'Submit fermipy-coadd jobs in parallel to sum GALProp rings'
job_time = 300
usage = 'fermipy-sum-rings-sg [options]'
class fermipy.diffuse.job_library.SumRings_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for Link_FermipyCoadd
to sum galprop ring gasmaps
Parameters:
  • library (<type 'str'>) – Path to yaml file defining model components. [models/library.yaml]
  • outdir (<type 'str'>) – Output directory [None]
appname = 'fermipy-sum-rings-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of Link_FermipyCoadd

default_options = {'library': ('models/library.yaml', 'Path to yaml file defining model components.', <type 'str'>), 'outdir': (None, 'Output directory', <type 'str'>)}
description = 'Submit fermipy-coadd jobs in parallel to sum GALProp rings'
job_time = 300
usage = 'fermipy-sum-rings-sg [options]'
class fermipy.diffuse.residual_cr.ResidualCR_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for this script

Parameters:
  • mktimefilter (<type 'str'>) – Key for gtmktime selection [None]
  • full_output (<type 'bool'>) – Include diagnostic output [False]
  • mask_factor (<type 'float'>) – Pixel selection factor for output mask [2.0]
  • hpx_order (<type 'int'>) – HEALPIX order parameter [6]
  • sigma (<type 'float'>) – Width of gaussian to smooth output maps [degrees] [3.0]
  • dirty (<type 'str'>) – Dirty event class [source]
  • clean (<type 'str'>) – Clean event class [ultracleanveto]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • select_factor (<type 'float'>) – Pixel selection factor for Aeff Correction [5.0]
appname = 'fermipy-residual-cr-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of ResidualCR

default_options = {'clean': ('ultracleanveto', 'Clean event class', <type 'str'>), 'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'dirty': ('source', 'Dirty event class', <type 'str'>), 'full_output': (False, 'Include diagnostic output', <type 'bool'>), 'hpx_order': (6, 'HEALPIX order parameter', <type 'int'>), 'mask_factor': (2.0, 'Pixel selection factor for output mask', <type 'float'>), 'mktimefilter': (None, 'Key for gtmktime selection', <type 'str'>), 'select_factor': (5.0, 'Pixel selection factor for Aeff Correction', <type 'float'>), 'sigma': (3.0, 'Width of gaussian to smooth output maps [degrees]', <type 'float'>)}
description = 'Compute the residual cosmic-ray contamination'
job_time = 300
usage = 'fermipy-residual-cr-sg [options]'
class fermipy.diffuse.gt_merge_srcmaps.MergeSrcmaps_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for GtMergeSrcmaps

Parameters:
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • library (<type 'str'>) – Path to yaml file defining model components. [models/library.yaml]
appname = 'fermipy-merge-srcmaps-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of GtMergeSrcmaps

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'library': ('models/library.yaml', 'Path to yaml file defining model components.', <type 'str'>)}
description = 'Merge diffuse maps for all-sky analysis'
job_time = 300
usage = 'fermipy-merge-srcmaps-sg [options]'
class fermipy.diffuse.gt_srcmap_partial.SrcmapsDiffuse_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for GtSrcmapsDiffuse

Parameters:
  • make_xml (<type 'bool'>) – Write xml files needed to make source maps [True]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • library (<type 'str'>) – Path to yaml file defining model components. [models/library.yaml]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
appname = 'fermipy-srcmaps-diffuse-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of GtSrcmapsDiffuse

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'library': ('models/library.yaml', 'Path to yaml file defining model components.', <type 'str'>), 'make_xml': (True, 'Write xml files needed to make source maps', <type 'bool'>)}
description = 'Run gtsrcmaps for diffuse sources'
job_time = 1500
usage = 'fermipy-srcmaps-diffuse-sg [options]'
class fermipy.diffuse.gt_srcmaps_catalog.SrcmapsCatalog_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for gtsrcmaps for catalog sources

Parameters:
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • nsrc (<type 'int'>) – Number of sources per job [500]
  • library (<type 'str'>) – Path to yaml file defining model components. [models/library.yaml]
  • make_xml (<type 'bool'>) – Make XML files. [True]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
appname = 'fermipy-srcmaps-catalog-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of GtSrcmapsCatalog

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'library': ('models/library.yaml', 'Path to yaml file defining model components.', <type 'str'>), 'make_xml': (True, 'Make XML files.', <type 'bool'>), 'nsrc': (500, 'Number of sources per job', <type 'int'>)}
description = 'Run gtsrcmaps for catalog sources'
job_time = 1500
usage = 'fermipy-srcmaps-catalog-sg [options]'
class fermipy.diffuse.gt_assemble_model.AssembleModel_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for this script

Parameters:
  • --compname (binning component definition yaml file) –
  • --data (datset definition yaml file) –
  • --models (model definitino yaml file) –
  • args (Names of models to assemble source maps for) –
appname = 'fermipy-assemble-model-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of AssembleModel

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'models': ('models/modellist.yaml', 'Path to yaml file defining models.', <type 'str'>)}
description = 'Copy source maps from the library to a analysis directory'
job_time = 300
usage = 'fermipy-assemble-model-sg [options]'
class fermipy.diffuse.residual_cr.ResidualCR_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for this script

Parameters:
  • mktimefilter (<type 'str'>) – Key for gtmktime selection [None]
  • full_output (<type 'bool'>) – Include diagnostic output [False]
  • mask_factor (<type 'float'>) – Pixel selection factor for output mask [2.0]
  • hpx_order (<type 'int'>) – HEALPIX order parameter [6]
  • sigma (<type 'float'>) – Width of gaussian to smooth output maps [degrees] [3.0]
  • dirty (<type 'str'>) – Dirty event class [source]
  • clean (<type 'str'>) – Clean event class [ultracleanveto]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • select_factor (<type 'float'>) – Pixel selection factor for Aeff Correction [5.0]
appname = 'fermipy-residual-cr-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of ResidualCR

default_options = {'clean': ('ultracleanveto', 'Clean event class', <type 'str'>), 'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'dirty': ('source', 'Dirty event class', <type 'str'>), 'full_output': (False, 'Include diagnostic output', <type 'bool'>), 'hpx_order': (6, 'HEALPIX order parameter', <type 'int'>), 'mask_factor': (2.0, 'Pixel selection factor for output mask', <type 'float'>), 'mktimefilter': (None, 'Key for gtmktime selection', <type 'str'>), 'select_factor': (5.0, 'Pixel selection factor for Aeff Correction', <type 'float'>), 'sigma': (3.0, 'Width of gaussian to smooth output maps [degrees]', <type 'float'>)}
description = 'Compute the residual cosmic-ray contamination'
job_time = 300
usage = 'fermipy-residual-cr-sg [options]'
class fermipy.diffuse.gt_split_and_bin.SplitAndBin_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for SplitAndBin

Parameters:
  • scratch (<type 'str'>) – Path to scratch area [None]
  • ft1file (<type 'str'>) – Input FT1 file [None]
  • hpx_order_max (<type 'int'>) – Maximum HEALPIX order for binning counts data. [9]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
appname = 'fermipy-split-and-bin-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of SplitAndBin

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'ft1file': (None, 'Input FT1 file', <type 'str'>), 'hpx_order_max': (9, 'Maximum HEALPIX order for binning counts data.', <type 'int'>), 'scratch': (None, 'Path to scratch area', <type 'str'>)}
description = 'Prepare data for diffuse all-sky analysis'
job_time = 1500
usage = 'fermipy-split-and-bin-sg [options]'
class fermipy.diffuse.gt_split_and_mktime.SplitAndMktime_SG(link, **kwargs)[source]

Bases: fermipy.jobs.scatter_gather.ScatterGather

Small class to generate configurations for SplitAndMktime

Parameters:
  • ft1file (<type 'str'>) – Path to list of input FT1 files [P8_P305_8years_source_zmax105.lst]
  • dry_run (<type 'bool'>) – Print commands but do not run them [False]
  • scratch (<type 'str'>) – Path to scratch area. [None]
  • do_ltsum (<type 'bool'>) – Run gtltsum on inputs [False]
  • ft2file (<type 'str'>) – Path to list of input FT2 files [ft2_8years.lst]
  • hpx_order_max (<type 'int'>) – Maximum HEALPIX order for binning counts data. [9]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
appname = 'fermipy-split-and-mktime-sg'
build_job_configs(args)[source]

Hook to build job configurations

clientclass

alias of SplitAndMktime

default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'do_ltsum': (False, 'Run gtltsum on inputs', <type 'bool'>), 'dry_run': (False, 'Print commands but do not run them', <type 'bool'>), 'ft1file': ('P8_P305_8years_source_zmax105.lst', 'Path to list of input FT1 files', <type 'str'>), 'ft2file': ('ft2_8years.lst', 'Path to list of input FT2 files', <type 'str'>), 'hpx_order_max': (9, 'Maximum HEALPIX order for binning counts data.', <type 'int'>), 'scratch': (None, 'Path to scratch area.', <type 'str'>)}
description = 'Prepare data for diffuse all-sky analysis'
job_time = 1500
usage = 'fermipy-split-and-mktime-sg [options]'

Analysis chain classes

class fermipy.diffuse.gt_coadd_split.CoaddSplit(**kwargs)[source]

Bases: fermipy.jobs.chain.Chain

Small class to merge counts cubes for a series of binning components

This chain consists multiple Link objects:

coadd-EBIN-ZCUT-FILTER-EVTYPE : _Link_FermipyCoadd
Link to coadd data of a particular type.
Parameters:
  • nfiles (<type 'int'>) – Number of input files [96]
  • do_ltsum (<type 'bool'>) – Sum livetime cube files [False]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • dry_run (<type 'bool'>) – Print commands but do not run them [False]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
appname = 'fermipy-coadd-split'
default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'do_ltsum': (False, 'Sum livetime cube files', <type 'bool'>), 'dry_run': (False, 'Print commands but do not run them', <type 'bool'>), 'nfiles': (96, 'Number of input files', <type 'int'>)}
description = 'Merge a set of counts cube files'
linkname_default = 'coadd-split'
usage = 'fermipy-coadd-split [options]'
class fermipy.diffuse.gt_split_and_bin.SplitAndBin(**kwargs)[source]

Bases: fermipy.jobs.chain.Chain

Small class to split and bin data according to some user-provided specification

This chain consists multiple Link objects:

select-energy-EBIN-ZCUT : Gtlink_select
Initial splitting by energy bin and zenith angle cut
select-type-EBIN-ZCUT-FILTER-TYPE : Gtlink_select
Refinement of selection from event types
bin-EBIN-ZCUT-FILTER-TYPE : Gtlink_bin
Final binning of the data for each event type
Parameters:
  • ft1file (<type 'str'>) – Input FT1 file [None]
  • dry_run (<type 'bool'>) – Print commands but do not run them [False]
  • scratch (<type 'str'>) – Scratch area [None]
  • outkey (<type 'str'>) – Key for this particular output file [None]
  • pfiles (<type 'str'>) – Directory for .par files [None]
  • hpx_order_max (<type 'int'>) – Maximum HEALPIX order for binning counts data. [9]
  • evclass (<type 'int'>) – Event class bit mask [128]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • outdir (<type 'str'>) – Base name for output files [counts_cubes_cr]
appname = 'fermipy-split-and-bin'
default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'dry_run': (False, 'Print commands but do not run them', <type 'bool'>), 'evclass': (128, 'Event class bit mask', <type 'int'>), 'ft1file': (None, 'Input FT1 file', <type 'str'>), 'hpx_order_max': (9, 'Maximum HEALPIX order for binning counts data.', <type 'int'>), 'outdir': ('counts_cubes_cr', 'Base name for output files', <type 'str'>), 'outkey': (None, 'Key for this particular output file', <type 'str'>), 'pfiles': (None, 'Directory for .par files', <type 'str'>), 'scratch': (None, 'Scratch area', <type 'str'>)}
description = 'Run gtselect and gtbin together'
linkname_default = 'split-and-bin'
usage = 'fermipy-split-and-bin [options]'
class fermipy.diffuse.gt_split_and_bin.SplitAndBinChain(**kwargs)[source]

Bases: fermipy.jobs.chain.Chain

Chain to run split and bin and then make exposure cubes

This chain consists of:

split-and-bin : SplitAndBin_SG
Chain to make the binned counts maps for each input file
coadd-split : CoaddSplit_SG
Link to co-add the binnec counts maps files
expcube2 : Gtexpcube2_SG
Link to make the corresponding binned exposure maps
Parameters:
  • ft1file (<type 'str'>) – Path to list of input FT1 files [P8_P305_8years_source_zmax105.lst]
  • hpx_order_ccube (<type 'int'>) – Maximum HEALPIX order for binning counts data. [9]
  • dry_run (<type 'bool'>) – Print commands but do not run them [False]
  • hpx_order_expcube (<type 'int'>) – Maximum HEALPIX order for exposure cubes. [6]
  • scratch (<type 'str'>) – Path to scratch area. [None]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
appname = 'fermipy-split-and-bin-chain'
default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'dry_run': (False, 'Print commands but do not run them', <type 'bool'>), 'ft1file': ('P8_P305_8years_source_zmax105.lst', 'Path to list of input FT1 files', <type 'str'>), 'hpx_order_ccube': (9, 'Maximum HEALPIX order for binning counts data.', <type 'int'>), 'hpx_order_expcube': (6, 'Maximum HEALPIX order for exposure cubes.', <type 'int'>), 'scratch': (None, 'Path to scratch area.', <type 'str'>)}
description = 'Run split-and-bin, coadd-split and exposure'
linkname_default = 'split-and-bin-chain'
usage = 'fermipy-split-and-bin-chain [options]'
class fermipy.diffuse.gt_split_and_mktime.SplitAndMktime(**kwargs)[source]

Bases: fermipy.jobs.chain.Chain

Small class to split, apply mktime and bin data according to some user-provided specification

This chain consists multiple Link objects:

select-energy-EBIN-ZCUT : Gtlink_select
Initial splitting by energy bin and zenith angle cut
mktime-EBIN-ZCUT-FILTER : Gtlink_mktime
Application of gtmktime filter for zenith angle cut
ltcube-EBIN-ZCUT-FILTER : Gtlink_ltcube
Computation of livetime cube for zenith angle cut
select-type-EBIN-ZCUT-FILTER-TYPE : Gtlink_select
Refinement of selection from event types
bin-EBIN-ZCUT-FILTER-TYPE : Gtlink_bin
Final binning of the data for each event type
Parameters:
  • ft1file (<type 'str'>) – Path to list of input FT1 files [P8_P305_8years_source_zmax105.lst]
  • dry_run (<type 'bool'>) – Print commands but do not run them [False]
  • scratch (<type 'str'>) – Scratch area [None]
  • outkey (<type 'str'>) – Key for this particular output file [None]
  • do_ltsum (<type 'bool'>) – Sum livetime cube files [False]
  • pfiles (<type 'str'>) – Directory for .par files [None]
  • ft2file (<type 'str'>) – Path to list of input FT2 files [ft2_8years.lst]
  • hpx_order_max (<type 'int'>) – Maximum HEALPIX order for binning counts data. [9]
  • evclass (<type 'int'>) – Event class bit mask [128]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
  • outdir (<type 'str'>) – Output directory [counts_cubes]
appname = 'fermipy-split-and-mktime'
default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'do_ltsum': (False, 'Sum livetime cube files', <type 'bool'>), 'dry_run': (False, 'Print commands but do not run them', <type 'bool'>), 'evclass': (128, 'Event class bit mask', <type 'int'>), 'ft1file': ('P8_P305_8years_source_zmax105.lst', 'Path to list of input FT1 files', <type 'str'>), 'ft2file': ('ft2_8years.lst', 'Path to list of input FT2 files', <type 'str'>), 'hpx_order_max': (9, 'Maximum HEALPIX order for binning counts data.', <type 'int'>), 'outdir': ('counts_cubes', 'Output directory', <type 'str'>), 'outkey': (None, 'Key for this particular output file', <type 'str'>), 'pfiles': (None, 'Directory for .par files', <type 'str'>), 'scratch': (None, 'Scratch area', <type 'str'>)}
description = 'Run gtselect and gtbin together'
linkname_default = 'split-and-mktime'
usage = 'fermipy-split-and-mktime [options]'
class fermipy.diffuse.gt_split_and_mktime.SplitAndMktimeChain(**kwargs)[source]

Bases: fermipy.jobs.chain.Chain

Chain to run split and mktime and then make livetime and exposure cubes

This chain consists of:

split-and-mktime : SplitAndMkTime_SG
Chain to make the binned counts maps for each input file
coadd-split : CoaddSplit_SG
Link to co-add the binnec counts maps files
ltsum : Gtltsum_SG
Link to co-add the livetime cube files
expcube2 : Gtexpcube2_SG
Link to make the corresponding binned exposure maps
Parameters:
  • ft1file (<type 'str'>) – Path to list of input FT1 files [P8_P305_8years_source_zmax105.lst]
  • dry_run (<type 'bool'>) – Print commands but do not run them [False]
  • hpx_order_expcube (<type 'int'>) – Maximum HEALPIX order for exposure cubes. [6]
  • scratch (<type 'str'>) – Path to scratch area. [None]
  • do_ltsum (<type 'bool'>) – Run gtltsum on inputs [False]
  • hpx_order_ccube (<type 'int'>) – Maximum HEALPIX order for binning counts data. [9]
  • ft2file (<type 'str'>) – Path to list of input FT2 files [ft2_8years.lst]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
appname = 'fermipy-split-and-mktime-chain'
default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'do_ltsum': (False, 'Run gtltsum on inputs', <type 'bool'>), 'dry_run': (False, 'Print commands but do not run them', <type 'bool'>), 'ft1file': ('P8_P305_8years_source_zmax105.lst', 'Path to list of input FT1 files', <type 'str'>), 'ft2file': ('ft2_8years.lst', 'Path to list of input FT2 files', <type 'str'>), 'hpx_order_ccube': (9, 'Maximum HEALPIX order for binning counts data.', <type 'int'>), 'hpx_order_expcube': (6, 'Maximum HEALPIX order for exposure cubes.', <type 'int'>), 'scratch': (None, 'Path to scratch area.', <type 'str'>)}
description = 'Run split-and-mktime, coadd-split and exposure'
linkname_default = 'split-and-mktime-chain'
usage = 'fermipy-split-and-mktime-chain [options]'
class fermipy.diffuse.diffuse_analysis.DiffuseCompChain(**kwargs)[source]

Bases: fermipy.jobs.chain.Chain

Chain to build srcmaps for diffuse components

This chain consists of:

sum-rings : SumRings_SG
Merge GALProp gas maps by type and ring
srcmaps-diffuse : SrcmapsDiffuse_SG
Compute diffuse component source maps in parallel
vstack-diffuse : Vstack_SG
Combine diffuse component source maps
Parameters:
  • dry_run (<type 'bool'>) – Print commands but do not run them [False]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • outdir (<type 'str'>) – Output directory [None]
  • make_xml (<type 'bool'>) – Make XML files. [True]
  • library (<type 'str'>) – Path to yaml file defining model components. [models/library.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
appname = 'fermipy-diffuse-comp-chain'
default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'dry_run': (False, 'Print commands but do not run them', <type 'bool'>), 'library': ('models/library.yaml', 'Path to yaml file defining model components.', <type 'str'>), 'make_xml': (True, 'Make XML files.', <type 'bool'>), 'outdir': (None, 'Output directory', <type 'str'>)}
description = 'Run diffuse component analysis'
linkname_default = 'diffuse-comp'
usage = 'fermipy-diffuse-comp-chain [options]'
class fermipy.diffuse.diffuse_analysis.CatalogCompChain(**kwargs)[source]

Bases: fermipy.jobs.chain.Chain

Small class to build srcmaps for catalog components

This chain consists of:

srcmaps-catalog : SrcmapsCatalog_SG
Build source maps for all catalog sources in parallel
gather-srcmaps : GatherSrcmaps_SG
Gather source maps into
merge-srcmaps : MergeSrcmaps_SG
Compute source maps for merged sources
Parameters:
  • dry_run (<type 'bool'>) – Print commands but do not run them [False]
  • make_xml (<type 'bool'>) – Make XML files for diffuse components [False]
  • comp (<type 'str'>) – Path to yaml file defining binning. [config/binning.yaml]
  • nsrc (<type 'int'>) – Number of sources per job [500]
  • library (<type 'str'>) – Path to yaml file defining model components. [models/library.yaml]
  • data (<type 'str'>) – Path to yaml file defining dataset. [config/dataset_source.yaml]
appname = 'fermipy-catalog-comp-chain'
default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'dry_run': (False, 'Print commands but do not run them', <type 'bool'>), 'library': ('models/library.yaml', 'Path to yaml file defining model components.', <type 'str'>), 'make_xml': (False, 'Make XML files for diffuse components', <type 'bool'>), 'nsrc': (500, 'Number of sources per job', <type 'int'>)}
description = 'Run catalog component analysis'
linkname_default = 'catalog-comp'
usage = 'fermipy-catalog-comp-chain [options]'
class fermipy.diffuse.gt_assemble_model.AssembleModelChain(**kwargs)[source]

Bases: fermipy.jobs.chain.Chain

Small class to split, apply mktime and bin data according to some user-provided specification

appname = 'fermipy-assemble-model-chain'
default_options = {'comp': ('config/binning.yaml', 'Path to yaml file defining binning.', <type 'str'>), 'data': ('config/dataset_source.yaml', 'Path to yaml file defining dataset.', <type 'str'>), 'dry_run': (False, 'Print commands but do not run them', <type 'bool'>), 'hpx_order': (7, 'Maximum HEALPIX order for model fitting.', <type 'int'>), 'library': ('models/library.yaml', 'Path to yaml file defining model components.', <type 'str'>), 'models': ('models/modellist.yaml', 'Path to yaml file defining models.', <type 'str'>)}
description = 'Run init-model and assemble-model'
linkname_default = 'assemble-model-chain'
usage = 'fermipy-assemble-model-chain [options]'
class fermipy.diffuse.diffuse_analysis.DiffuseAnalysisChain(**kwargs)[source]

Bases: fermipy.jobs.chain.Chain

Chain to define diffuse all-sky analysis

This chain consists of:

prepare : SplitAndBinChain
Bin the data and make the exposure maps
diffuse-comp : DiffuseCompChain
Make source maps for diffuse components
catalog-comp : CatalogCompChain
Make source maps for catalog components
assemble-model : AssembleModelChain
Assemble the models for fitting
Parameters:
  • config (<type 'str'>) – Config yaml file [None]
  • dry_run (<type 'bool'>) – Print commands but do not run them [False]
appname = 'fermipy-diffuse-analysis'
default_options = {'config': (None, 'Config yaml file', <type 'str'>), 'dry_run': (False, 'Print commands but do not run them', <type 'bool'>)}
description = 'Run diffuse analysis chain'
linkname_default = 'diffuse'
usage = 'fermipy-diffuse-analysis [options]'
class fermipy.diffuse.residual_cr.ResidualCRChain(**kwargs)[source]

Bases: fermipy.jobs.chain.Chain

Chain to preform analysis of residual cosmic-ray contamination

This chain consists of:

split-and-mktime : SplitAndMktimeChain
Chain to bin up the data and make exposure cubes
residual-cr : ResidualCR
Residual CR analysis
Parameters:config (<type 'str'>) – Config yaml file [None]
appname = 'fermipy-residual-cr-chain'
default_options = {'config': (None, 'Config yaml file', <type 'str'>)}
description = 'Run residual cosmic ray analysis'
linkname_default = 'residual-cr-chain'
usage = 'fermipy-residual-cr-chain [options]'
class fermipy.diffuse.solar.SunMoonChain(**kwargs)[source]

Bases: fermipy.jobs.chain.Chain

Chain to construct sun and moon templates

This chain consists of:

exphpsun : Gtexphpsun_SG
Build the sun-centered exposure cubes
suntemp : Gtsuntemp_SG
Build the templates
appname = 'fermipy-sunmoon-chain'
default_options = {'config': (None, 'Config yaml file', <type 'str'>)}
description = 'Run sun and moon template construction'
linkname_default = 'summoon'
usage = 'fermipy-sunmoon-chain [options]'