VEX/ELS bible¶
The ELS Bible is for the instrument description prepared for data analysis.
VEX/ELS bible is provided from MSSL, and you can download from ../../../doc/VenusExpressELSDataAnalysisSummary2.pdf
.
Todo
To make the link active.
Package irfpy.vels.bible
contains the implementation.
Error in ELS bible¶
PSD calculation¶
PSD calculation in equation 10 contains a small error.
According to the definition in the bible, earray is in eV
and E is J/eV
.
Thus, J
= kg m2 / s2
.
To use the unit of cm
, the term should be changed to be
The error has been corrected for the implementation of irfpy.vels.bible.flux.raw2psd()
.