This page (revision-13) was last changed on 07-Dec-2016 14:14 by Peter Young

This page was created on 12-Nov-2009 15:08 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
13 07-Dec-2016 14:14 8 KB Peter Young to previous
12 20-May-2011 22:02 7 KB PeterYoung to previous | to last
11 29-Jul-2010 22:18 7 KB PeterYoung to previous | to last
10 09-Jul-2010 10:23 7 KB ViggoHanst to previous | to last
9 08-Jul-2010 15:35 7 KB PeterYoung to previous | to last
8 08-Jul-2010 15:34 7 KB PeterYoung to previous | to last
7 08-Jul-2010 15:04 6 KB PeterYoung to previous | to last
6 08-Jul-2010 14:54 6 KB PeterYoung to previous | to last
5 07-Jul-2010 19:21 6 KB PeterYoung to previous | to last
4 07-Jul-2010 18:23 6 KB PeterYoung to previous | to last
3 07-Jul-2010 18:17 6 KB PeterYoung to previous | to last
2 04-Feb-2010 18:50 4 KB PeterYoung to previous | to last
1 12-Nov-2009 15:08 1 KB PeterYoung to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 19 changed one line
IDL> ycen=data->getycen(/raster)
IDL> ycen=data->getycen(wvl,/raster)
At line 22 added 2 lines
where WVL is the wavelength you are interested in. If WVL is not specified then 256.32 (the wavelength of the He II line) is assumed. Note that the raster center in solar-Y varies with wavelength by up to 18" due to the tilt of the EIS grating relative to the detector and a spatial offset between the two CCDs.
At line 26 removed one line
A further point to remember is that all coordinates are assumed to be correct for He II 256.32 only. To obtain the Y-pointing for a line at another wavelength, do:
At line 28 removed 6 lines
{{{
IDL> ycen = ycen - eis_ccd_offset(195.12)
}}}
for the example of the 195.12 line. The offset can be as large as 18" for lines in the short wavelength band of EIS.
At line 40 changed one line
IDL> ypos=data->getypos()
IDL> ypos=data->getypos(wvl)
At line 48 changed one line
IDL> ycen=data->getycen()
IDL> ycen=data->getycen(wvl)
At line 61 changed one line
In addition to the satellite jitter there also appears to be jitter internal to the EIS instrument. This can be measured by, e.g., looking a time series of slot images and comparing the jitter obtained by co-aligning the images to the satellite jitter: the residuals represent the instrument jitter. This jitter has not been characterized yet and no software tools exist to yield the jitter values. However the magnitude of the instrument jitter is believed to be smaller than the satellite jitter.
In addition to the satellite jitter there also appears to be jitter internal to the EIS instrument. This can be measured by, e.g., looking at a time series of slot images and comparing the jitter obtained by co-aligning the images to the satellite jitter: the residuals represent the instrument jitter. This jitter has not been characterized yet and no software tools exist to yield the jitter values. However the magnitude of the instrument jitter is believed to be smaller than the satellite jitter.
At line 66 changed one line
As with most solar data, the EIS data have a header that contains XCEN and YCEN values. These can be obtained by doing:
As with most solar data, an EIS data-set has a header that contains XCEN and YCEN values. These can be obtained by doing: