This page (revision-12) was last changed on 27-Nov-2017 16:52 by Peter Young

This page was created on 17-Mar-2010 21:30 by PeterYoung

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
12 27-Nov-2017 16:52 2 KB Peter Young to previous
11 27-Nov-2017 16:51 2 KB Peter Young to previous | to last
10 07-Dec-2016 14:14 2 KB PeterYoung to previous | to last
9 28-Jul-2010 16:12 2 KB SKamio to previous | to last
8 08-Jul-2010 00:49 2 KB PeterYoung to previous | to last
7 08-Jul-2010 00:16 2 KB PeterYoung to previous | to last
6 08-Jul-2010 00:05 1 KB PeterYoung to previous | to last
5 08-Jul-2010 00:04 1 KB PeterYoung to previous | to last
4 07-Jul-2010 23:49 1 KB PeterYoung to previous | to last
3 17-Mar-2010 21:51 1 KB PeterYoung to previous | to last
2 17-Mar-2010 21:43 1 KB PeterYoung to previous | to last
1 17-Mar-2010 21:30 2 KB PeterYoung to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed one line
IDL> eis_wave_corr, l1name, offset
IDL> eis_wave_corr, l1name, offset\\
At line 12 changed 2 lines
int=eis_get_fitdata(fit,/int)
vel=eis_get_fitdata(fit,/vel)
int=eis_get_fitdata(fit,/int)\\
vel=eis_get_fitdata(fit,/vel)\\
At line 16 changed one line
To see what the output structure contains, do:
Error arrays for each parameter can be obtained by adding the optional output 'error=error':
At line 18 changed one line
IDL> help,fit,/str
int=eis_get_fitdata(fit,/int,error=int_error)
At line 20 changed one line
the tags int, cen, vel and wid correspond to intensity (units: erg cm-2 s-1 sr-1), centroid (units: Å), velocity (units: km s-1) and Gaussian width (units: Å). To get the FWHM, multiply the Gaussian width by 2.35. For each of the tags, there is an associated 1σ error array.
This example shows the most simple use for eis_auto_fit. The routine can also be used to perform multiple Gaussian fits and a full description of the capabilities are given in two documents: '[Gaussian fitting for the Hinode/EIS mission|eis_auto_fit.pdf]' and '[Gaussian fitting examples using eis_auto_fit|eis_auto_fit_examples.pdf]'.