bjet_mcmc.blazar_properties module

This gets the path to …/blazars-mcmc, which then allows for function calls to use the absolute path.

class bjet_mcmc.blazar_properties.BlazarProperties(num_dim, param_names, formatted_param_names, detailed_param_names, param_is_log)

Bases: object

Module: BlazarProperties

This module contains the definition of the BlazarProperties class, which is used to store properties related to blazar objects.

Classes:

BlazarProperties: A class used to store properties related to blazar objects.

bjet_mcmc.blazar_properties.modelProperties(is_eic=False, fixed_params=None)
Parameters:
  • is_eic (bool) – a boolean indicating whether the properties are for the EIC model (default is False)

  • fixed_params (list or None) – a list of fixed parameter values to remove from the properties (default is None)

Returns:

the properties object with specified modifications

Return type:

BlazarProperties