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