lanl / fiducia

An open source package for DANTE signal analysis using the cubic spline unfold method.
Other
5 stars 4 forks source link

Solid angle typo #50

Open pmk-LANL opened 3 years ago

pmk-LANL commented 3 years ago

Remove the per steradian units when plotting/saving spectrum, when the solid angle of the detector is already accounted for. By default fiducia.loader.loadResponses accounts for the solid angle, so that the responseFrame is in units of V/GW instead of V/GW/sr. This then means that the spectrum is in units of GW/eV instead of GW/eV/sr.

Units need to be fixed for:

pmk-LANL commented 3 years ago

When plotting, explicitly state the units of the plot. i.e. (spectral radiance, spectral intensity, spectral flux) according to SI unit conventions.