Skip to content

Commit

Permalink
added a stump for BetaSobolev
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Mar 11, 2015
1 parent 9980beb commit 03937af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tardis/plasma/properties/radiative_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ def calculate(self, lines, levels, level_number_density,
return pd.DataFrame(tau_sobolevs, index=lines.index,
columns=np.array(level_number_density.columns))



class BetaSobolev(ProcessingPlasmaProperty):
name = 'beta_sobolev'

pass

class TransitionProbabilities(ProcessingPlasmaProperty):

@staticmethod
Expand Down

0 comments on commit 03937af

Please sign in to comment.