|
Aether
0.0
Ionosphere-Thermosphere model
|
struct to describe a single line in the EUV CSV file: More...
#include <euv.h>
Data Fields | |
| std::string | name |
| Key name of the line (describes wavelength or species acting upon): | |
| std::string | to |
| If a cross-section, what is species becoming: | |
| std::string | type |
| Type of cross-section (abs, ion, diss): | |
| std::string | units |
| Unit of cross-section, wavelength, etc (in the row): | |
| std::string | note |
| Any notes for the particular row: | |
| std::vector< float > | values |
| The actual numerical values of the cross-section/wavelength/whatever. | |
struct to describe a single line in the EUV CSV file:
1.8.17