./
eve_get_cross_sections.pro
privatetop source eve_get_cross_sections
internal
result = eve_get_cross_sections( [cal_data_path=cal_data_path])
Read molecular cross section table needed to calculate "Stan bands"
Return value
An array of the following format:
col #0 is wavelength (unnits of nm)
col #1 is atomic oxygen (0)
col #2 is molecular oxygen (O2)
col #3 is molecular nitrogen (N2)
col #4 is helium (He)
col #5 is hydrogen (H)
Units are cm^2
note that the first data row is all zero
Keywords
- cal_data_path in optional
Path to cross_sections.dat file, the data file this routine loads. If not set, the program uses environment variable $EVE_CAL_DATA if set, or the path to this .pro file otherwise
File attributes
Modification date: | Tue Sep 11 19:48:13 2012 |
Lines: | 56 |
Docformat: | rst rst |