def _compute_emission(self):
     return thermo.blackbody_emission(self.Ts)
Example #2
0
 def _compute_emission(self):
     return thermo.blackbody_emission(self.Ts)
Example #3
0
 def emission(self):
     return thermo.blackbody_emission(self.Ts)
Example #4
0
 def emission(self):
     return thermo.blackbody_emission(self.Ts)