Documentation for /eve_analysis/ssw/ssw/sdo/eve/idl/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

./

eve_read_l0c_spectra.pro


Routines

result = eve_integrate_line_local(wave_min, wave_max, irradiance_in, wavelengths)

Integrate the given spectrum over the min/max wavelengths.

result = load_line_definitions()

This function defines lines and bands to extract from the spectra.

result = eve_read_l0c_spectra(filename, lines=lines, latest=latest)

Reads an ASCII level 0C file and returns an array of structures.

Routine details

top source eve_integrate_line_local

result = eve_integrate_line_local(wave_min, wave_max, irradiance_in, wavelengths)

Integrate the given spectrum over the min/max wavelengths.

Parameters

wave_min
wave_max
irradiance_in
wavelengths

Author information

Author:

Brian Templeman

top source load_line_definitions

result = load_line_definitions()

This function defines lines and bands to extract from the spectra. Required elements include: low_wave - the minimum wavelength (nm) of the band/line high_wave - the maximum wavelength (nm) of the band/line All other elements are optional and are used for reference.

top source eve_read_l0c_spectra

result = eve_read_l0c_spectra(filename, lines=lines, latest=latest)

Reads an ASCII level 0C file and returns an array of structures.

CALLING SEQUENCE: data = eve_read_l0c_spectra( filename, /LINES )

EXAMPLE: IDL> data = eve_read_l0c_spectra( filename, /LINES )

OUTPUTS: status: 0 is good, not 0 is bad return varable is the array of structures

Parameters

filename

Keywords

lines
latest

Author information

History:

05/15/13 BDT Original file creation

File attributes

Modification date: Tue May 28 22:48:27 2013
Lines: 227
Docformat: rst rst