jetset.template_2Dmodel Module

Classes

TemplateTable2D(x_values, y_values, z_values)

Class to handle spectral templates

EBLAbsorptionTemplate(redshift_array, ...[, ...])

Class Inheritance Diagram

digraph inheritance36db4a8e80 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "EBLAbsorptionTemplate" [URL="jetset.template_2Dmodel.EBLAbsorptionTemplate.html#jetset.template_2Dmodel.EBLAbsorptionTemplate",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"]; "TemplateTable2D" -> "EBLAbsorptionTemplate" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MultiplicativeModel" -> "EBLAbsorptionTemplate" [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"]; "MultiplicativeModel" [URL="jetset.base_model.MultiplicativeModel.html#jetset.base_model.MultiplicativeModel",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"]; "Model" -> "MultiplicativeModel" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TemplateTable2D" [URL="jetset.template_2Dmodel.TemplateTable2D.html#jetset.template_2Dmodel.TemplateTable2D",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" -> "TemplateTable2D" [arrowsize=0.5,style="setlinewidth(0.5)"]; }