threeML.catalogs.catalog_utils module

class threeML.catalogs.catalog_utils.ModelFromFGL(ra_center, dec_center, *sources)[source]

Bases: Model

fix_extended_sources_within_radius(radius, normalization_only=True)[source]

Fixes the parameters for the point sources within the given radius of the center of the search cone

Parameters:
  • radius – radius in degree

  • normalization_only – if True, fixes only the normalization of the source (default: True)

Returns:

none

fix_point_sources_within_radius(radius, normalization_only=True)[source]

Fixes the parameters for the point sources within the given radius of the center of the search cone

Parameters:
  • radius – radius in degree

  • normalization_only – if True, fixes only the normalization of the source (default: True)

Returns:

none

free_extended_sources_within_radius(radius, normalization_only=True)[source]

Free the parameters for the point sources within the given radius of the center of the search cone

Parameters:
  • radius – radius in degree

  • normalization_only – if True, frees only the normalization of the source (default: True)

Returns:

none

free_point_sources_within_radius(radius, normalization_only=True)[source]

Free the parameters for the point sources within the given radius of the center of the search cone

Parameters:
  • radius – radius in degree

  • normalization_only – if True, frees only the normalization of the source (default: True)

Returns:

none