Returns the scattering coefficient at `wavelength`.
(self, wavelength)
| 98 | ) |
| 99 | |
| 100 | def coefficient(self, wavelength): |
| 101 | """ Returns the scattering coefficient at `wavelength`. |
| 102 | """ |
| 103 | value = self._abs_dist(wavelength) |
| 104 | return value |
| 105 | |
| 106 | def is_radiative(self, ray): |
| 107 | """ Monte-Carlo sampling to determine of the event is radiative. |
no outgoing calls
no test coverage detected