Source code for pyrfu.mms.hpca_energies

#!/usr/bin/env python
# -*- coding: utf-8 -*-

__author__ = "Louis Richard"
__email__ = "louisr@irfu.se"
__copyright__ = "Copyright 2020-2023"
__license__ = "MIT"
__version__ = "2.4.2"
__status__ = "Prototype"


[docs]def hpca_energies(): r"""Construct Hot Plasma Composition Analyser (HPCA) energy bins""" return [ 1.35500, 1.57180, 1.84280, 2.22220, 2.60160, 3.08940, 3.63140, 4.28180, 5.04060, 5.96200, 6.99180, 8.23840, 9.75600, 11.4904, 13.5500, 15.9890, 18.8616, 22.2762, 26.2328, 30.9482, 36.5308, 43.0890, 50.7854, 59.9452, 70.6768, 83.4138, 98.3730, 116.042, 136.855, 161.462, 190.459, 224.659, 264.984, 312.571, 368.723, 434.955, 513.057, 605.197, 713.868, 842.051, 993.323, 1171.70, 1382.10, 1630.28, 1923.07, 2268.43, 2675.80, 3156.28, 3723.11, 4391.72, 5180.44, 6110.72, 7208.11, 8502.57, 10029.5, 11830.6, 13955.2, 16461.4, 19417.5, 22904.6, 27017.9, 31869.8, 37593.1, ]