This page (revision-27) was last changed on 26-Oct-2022 21:57 by Peter Young

This page was created on 07-Jun-2010 19:35 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
27 26-Oct-2022 21:57 7 KB Peter Young to previous
26 07-Dec-2016 14:14 6 KB Peter Young to previous | to last
25 05-Apr-2011 18:14 6 KB PeterYoung to previous | to last
24 08-Jul-2010 15:42 6 KB PeterYoung to previous | to last
23 06-Jul-2010 16:15 7 KB PeterYoung to previous | to last
22 05-Jul-2010 10:39 7 KB ViggoHanst to previous | to last
21 03-Jul-2010 14:22 7 KB ViggoHanst to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 2 lines
[{ALLOW edit EISMainUsers}]
[{ALLOW view Anonymous}]
At line 30 changed one line
!!Pointing coordinates (getxpos, getxcen, etc.)
To get the 1D wavelength array for the window, do:
At line 32 changed one line
The heliocentric coordinates for the data are given by
{{{IDL> wvl=data->getlam(iwin)
}}}
At line 34 changed 2 lines
{{{IDL> xpos=data->getxpos()
IDL> ypos=data->getypos()}}}
although bear in mind that the spectra shift in the detector-X direction during an orbit, and in the Y-direction due to the tilt of the EIS slit relative to the detector. These issues are discussed in [EIS Software Note 5|http://solarb.mssl.ucl.ac.uk/SolarB/eis_docs/eis_notes/05_WAVELENGTH_CORRECTION/eis_swnote_05.pdf] and [EIS Software Note 4|http://solarb.mssl.ucl.ac.uk/SolarB/eis_docs/eis_notes/04_SLIT_TILT/eis_swnote_04.pdf], respectively.
At line 37 changed one line
XPOS gives the X-coordinate for each slit position and YPOS gives the position for each pixel in the Y direction. The X-coordinate given includes the jitter (in X) that was recorded by the AOCS system as well as the telescope tracking, the pixel position (Y-coordinate) given does not, but is rather based on the ycen at exposure '0'. In case the latter is desired for exposure 'n' then the (ycen(n)-ycen(0)) should be added to ypos(n) (see below).
!!Pointing coordinates (getxpos, getxcen, etc.)
At line 39 changed one line
In addition, the coordinates of the reference point used in the data object are given by
The heliocentric coordinates for the center of a raster at a given wavelength, WVL, are obtained with:
At line 41 changed 2 lines
{{{IDL> xcen=data->getxcen()
IDL> ycen=data->getycen()}}}
{{{
IDL> xcen=data->getxcen(/raster)
IDL> ycen=data->getycen(wvl,/raster)
}}}
At line 44 changed one line
These points are defined to be the home position of the fine mirror in X including telescope tracking and jitter, and the middle of the physical slit in Y including jitter. Note that this definition differs from that given in the FITS file header where XCEN and YCEN refer to the center of the raster (at the beginning of the observation). Thus, the center of the raster can be accessed by
More details about EIS pointing information are given on the wiki page [Obtaining pointing information from EIS data|EISPointing].
At line 46 removed 2 lines
{{{IDL> xcen=data->getinfo('XCEN')
IDL> ycen=data->getinfo('YCEN')}}}
At line 49 changed one line
or, perhaps more reliably (especially as concerns older data), by taking the average of the extreme values given by the xpos and ypos methods. As of early July 2010 a keyword, '/raster', has been added to the XCEN and YCEN methods. Setting this keyword gives the center of the raster at the time of the beginning of the raster (DATE_OBS), i.e. by calling
!!Time routines
At line 51 changed 2 lines
{{{IDL> xcen_raster=data->getxcen(/raster)
IDL> ycen_raster=data->getycen(/raster)}}}
!Exposure time
At line 54 changed one line
Note that each of these method calls (except the last) returns an array of same size as the number of exposures. This is because the center of the raster moves with time due to spacecraft tracking and jitter.
The exposure time (in seconds) for each exposure of the raster is given by
At line 56 removed 4 lines
!!Exposure times and time routines
The exposure time for each exposure of the raster is given by
At line 63 changed one line
There are a number of other potentially useful methods to time related phenomena:
Note that the exposure times generally vary between exposures, and will not be exactly equal to the requested exposure time.
At line 62 added 4 lines
!The start and end times of an exposure
The start and end times of an exposure can be obtained through the shutter open and close times (ti1 and ti2):
At line 69 changed one line
to find the shutter open (and close) times in 'TI' format.
The units are given in TI format, which is the Hinode spacecraft time. The TI format can be converted to standard time formats using:
At line 76 changed 2 lines
Convert 'TI' format time to atomic time units ('TAI') or UTC, if no 'ti' parameter is given, the shutter open (ti_1) times for the data object are converted. The final method 'SEC_FROM_OBS_START' computes the number of seconds from the start of observations given by the input array assumed to be in 'TI' format.
The last method gives the time in second since the start of the first exposure in the sequence.
NOTE: the difference between the shutter open and close times, and the exposure time returned by the getexp() method generally do not agree. The former being larger by a fraction of a second. There are various technical reasons for this including a latency between the Instrument Control Unit (ICU) communicating with the Mechanism & Heater Controller (MHC), and a delayed response time of the MHC. __Users are recommended to always use the exposure time returned by getexp().__
!Other time routines
The date of an observation can be obtained with various methods:
At line 84 changed one line
Gives the date of obsvation in 'yyyy-mm-ddThh:mm:ss.sss' format ('GETDATE_OBS') or in 'yyyymmdd' format ('GETDATE'). The 'DATE_OBS2DATE' converts the former to the latter format, if no date_obs is given the data objects date_obs is converted. 'DAYS_SINCE_LAUNCH' gives the number of days since launch, if no date is given, the data objects date is used.
getdate_obs() gives the date in 'yyyy-mm-ddThh:mm:ss.sss' format, and getdate() in 'yyyymmdd' format. The date_obs2date converts the former to the latter format, if no date_obs is given the data object's date_obs is converted. days_since_launch() gives the number of days since launch, if no date is given then the data object's date is used.
At line 124 added 8 lines
!!Intensity units
To find the units for the intensity arrays in the data object, do
{{{IDL> units=data->getunit()}}}
which returns a 3-element string array, with the first element containing the intensity units. (The other elements are empty.)
At line 128 changed one line
IDL> wp=cal->warm_pixels(data,iwin)}}}
IDL> wp=cal->warm_pixels(data,iwin[0])}}}