jetset.template_model Module

Classes

SpectralTemplateLogLog(template_type, cosmo)

Class to handle spectral templates

TemplateParameter(template, **keywords)

This class is a subclass of the ModelParameter class, extending the base class to Template parameters.

BigBlueBumpTemplateLogLog(template_type, cosmo)

HostGalaxyTemplateLogLog(template_type, cosmo)

Class Inheritance Diagram

digraph inheritance94e0078647 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "BigBlueBumpTemplateLogLog" [URL="jetset.template_model.BigBlueBumpTemplateLogLog.html#jetset.template_model.BigBlueBumpTemplateLogLog",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "SpectralTemplateLogLog" -> "BigBlueBumpTemplateLogLog" [arrowsize=0.5,style="setlinewidth(0.5)"]; "HostGalaxyTemplateLogLog" [URL="jetset.template_model.HostGalaxyTemplateLogLog.html#jetset.template_model.HostGalaxyTemplateLogLog",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "SpectralTemplateLogLog" -> "HostGalaxyTemplateLogLog" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Model" [URL="jetset.base_model.Model.html#jetset.base_model.Model",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "ModelParameter" [URL="jetset.model_parameters.ModelParameter.html#jetset.model_parameters.ModelParameter",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="This class is the base class for models parameters. The following keywords "]; "SpectralTemplateLogLog" [URL="jetset.template_model.SpectralTemplateLogLog.html#jetset.template_model.SpectralTemplateLogLog",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Class to handle spectral templates"]; "Model" -> "SpectralTemplateLogLog" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TemplateParameter" [URL="jetset.template_model.TemplateParameter.html#jetset.template_model.TemplateParameter",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="This class is a subclass of the :class:`.ModelParameter` class,"]; "ModelParameter" -> "TemplateParameter" [arrowsize=0.5,style="setlinewidth(0.5)"]; }