This page (revision-28) was last changed on 18-Apr-2021 19:17 by PeterYoung

This page was created on 16-Nov-2009 21:50 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
28 18-Apr-2021 19:17 9 KB PeterYoung to previous
27 08-Jul-2010 16:40 9 KB PeterYoung to previous | to last
26 08-Jul-2010 16:17 10 KB PeterYoung to previous | to last
25 08-Jul-2010 15:36 10 KB PeterYoung to previous | to last
24 08-Jul-2010 01:47 10 KB PeterYoung to previous | to last
23 09-Jun-2010 22:14 10 KB PeterYoung to previous | to last
22 09-Jun-2010 18:20 8 KB PeterYoung to previous | to last
21 07-Jun-2010 21:47 8 KB PeterYoung to previous | to last

Page References

Incoming links Outgoing links
NRLtest...nobody

Version management

Difference between version and

At line 1 changed one line
!!!A guide to analyzing EIS data
[{ALLOW edit EISMainUsers}]
[{ALLOW view Anonymous}]
%%(color:red;)__This page is still under construction. All of the information should be accurate, but some of the links are broken.__%%
At line 3 removed one line
This guide describes how to access, calibrate and derive scientific results from the EIS instrument on Hinode. For a description of EIS and its observing modes please consult the instrument paper, [Culhane et al. (2007)|http://adsabs.harvard.edu/abs/2007SoPh..243...19C].
At line 5 changed one line
!!Tutorial
!!!EIS data analysis guide
At line 8 added 4 lines
This guide describes how to access, calibrate and derive scientific results from the EIS instrument on Hinode. For a description of EIS and its observing modes please consult the instrument paper, [Culhane et al. (2007)|http://adsabs.harvard.edu/abs/2007SoPh..243...19C], and the [MSSL Science Centre webpage|https://vsolar.mssl.ucl.ac.uk/SolarB/].
!!Tutorials
At line 9 changed one line
Tutorial for narrow slit data (1", 2" slits)
[Tutorial for narrow slit data|TutorialSlit] (1", 2" slits)
At line 11 changed one line
Tutorial for slot data (40", 266" slits)
[Tutorial for slot data|TutorialSlot] (40", 266" slits)
At line 15 changed one line
There are several methods for searching and downloading EIS data and these are summarized below. Follow the links to find more details.
Each country contributing to the Hinode mission provides access to the data through web portals. Each one offers different capabilities and so it is recommended that you try each to familiarize yourself with the methods for searching for data. The four data access points are given below and we also list an IDL-based tool for accessing data.
At line 17 changed one line
__Hinode Science Data Centre Europe__
[Hinode Science Data Centre (Europe)|http://elnath.uio.no/search/API] \\
At line 19 changed one line
Contains all of the Hinode data and has very flexible search tools.
[MSSL Science Centre (UK)|https://vsolar.mssl.ucl.ac.uk/SolarB/]\\
At line 21 changed one line
__MSSL Science Centre__
[Hinode Data Centre, DARTS (Japan)|http://darts.isas.jaxa.jp/hinode]\\
At line 23 changed one line
Only EIS data; uses SQL for flexible searches.
[Virtual Solar Observatory (US)|http://virtualsolar.org]
At line 25 changed one line
__Virtual Solar Observatory__
[EIS_CAT (IDL tool)|EISCAT]
At line 27 changed one line
__EIS_CAT__
The large quantity of EIS data coupled with the large number of free parameters (raster size, wavelength windows, slit choice) means that it can be quite difficult to find the perfect data-set if you don't already know which study you want. Check out [Tips for finding the perfect data-set|TipsPerfect] to get some hints on searching for data.
At line 33 changed one line
eis_prep options
The standard call for eis_prep is:
At line 35 changed one line
Detailed description of eis_prep processing steps
{{{
IDL> eis_prep, filename, /quiet, /retain, /default, /save
}}}
At line 44 added 2 lines
an explanation of these keywords and a description of the calibration steps performed by eis_prep are available in [EIS Software Note No. 1|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/eis_notes/01_EIS_PREP/eis_swnote_01.pdf].
At line 39 changed one line
For browsing a data-set there are several 'quicklook' tools available that can be accessed through a single IDL widget called XFILES. The tools are:
For browsing a data-set there are several 'quicklook' tools available that can be accessed by first calling a single IDL widget called XFILES:
At line 41 changed one line
Detector - displays detector images.
{{{
IDL> xfiles
}}}
At line 43 changed one line
Browser - allows user to browse the 3D data cubes (wavelength-X-Y) obtained from narrow slit observations.
The widget allows you to choose an EIS file by manually typing in the path to the EIS file. Make sure to change 'eis_l0_*' to 'eis_l1_*' in the 'Set search filter' box to look for level-1 files rather than level-0 files. After confirming your selection a new widget called XCONTROL pops up which allows the user to access the five quicklook tools:
At line 45 changed one line
Spectroheliogram - for a specified line shows a solar-Y vs. wavelength plot for each exposure.
[Control|QuicklookControl] - find basic info on your data, run eis_prep, access QL tools.
At line 47 changed one line
Whisker - for a specified line shows a solar-X vs. wavelength plot for each exposure.
[Detector|QuicklookDetector] - displays detector images.
At line 49 changed one line
Intensity map - for a specified line shows an intensity image.
[Browser|QuicklookBrowser] - allows user to browse the 3D data cubes (wavelength-X-Y) obtained from narrow slit observations.
At line 62 added 6 lines
[Spectroheliogram|QuicklookSpectroHeliogram] - for a specified line shows a solar-Y vs. wavelength plot for each exposure.
[Whisker|QuicklookWhisker] - for a specified line shows a solar-X vs. wavelength plot for each exposure.
[Intensity map|QuicklookIntensity] - for a specified line shows an intensity image.
At line 53 changed one line
After you have calibrated your data with eis_prep and had a quick-look at the contents you will be ready to do more detailed analysis from the IDL command line. There are two options:
A complete data-set is read into IDL as an object as follows:
At line 55 changed 2 lines
# Read all EIS data into an IDL object
# Read an individual wavelength window into an IDL structure (eis_getwindata)
{{{
IDL> data=obj_new('eis_data',filename)
}}}
At line 58 changed one line
Many of the EIS analysis routines make use of the eis_getwindata structures, and so this is generally recommended.
where 'filename' is the name of the level-1 file (a level-0 file can be read in the same way). The contents of the object can be read and manipulated through a large number of methods and an overview of some of the most useful methods is given below.
At line 78 added 5 lines
[EIS object methods|EISmethods]
The routine [EIS_GETWINDATA|EISGetWindata] is also available if you want to extract a single EIS data window into an IDL structure. Some routines (e.g., EIS_AUTO_FIT) require as input the structures produced by EIS_GETWINDATA.
At line 62 changed one line
The 1" and 2" slits return emission line spectra and a basic task for such data-sets is to fit Gaussians to the emission lines to return intensity, centroid and width information. Gaussian fitting routines available to EIS users are described below. Interpretation of centroids and widths is hampered by certain instrumental effects and these are dealt with in the sections below.
The 1" and 2" slits return emission line spectra and a basic task for such data-sets is to fit Gaussians to the emission lines to return intensity, centroid and width information. Gaussian fitting routines available to EIS users are described below. The routines correct for most instrumental effects, but users should familiarize themselves with some of these effects through the software notes listed below:
* Warm and hot pixels (Software Notes 6 and 13)
* Orbital drift of line centroids (Software Note 5)
* EIS slit tilts (Software Note 4)
* EIS grating tilt (Software Note 3)
!Gaussian fitting routines
Fitting a Gaussian function to an emission line yields measures of the line intensity, centroid (velocity) and width. Single Gaussian fits to individual lines are possible using [EIS object methods|EISmethods], while more sophisticated fitting options are available through the EIS_AUTO_FIT and SPEC_GAUSS_EIS routines available in Solarsoft. Documents describing these routines and giving examples are listed below.
[Gaussian fitting for the Hinode/EIS mission|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/fitting/eis_auto_fit.pdf]\\
[Gaussian fitting examples using eis_auto_fit|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/fitting/eis_auto_fit_examples.pdf]
Users should be aware that EIS line profiles can often take on non-Gaussian shapes which may contain valuable scientific information (e.g., [Chifor et al. 2008|http://adsabs.harvard.edu/abs/2008A%26A...481L..57C,], [De Pontieu et al. 2009|http://adsabs.harvard.edu/abs/2009ApJ...701L...1D,]).
!Line ratio maps and density diagnostics
Some emission line ratios are sensitive to the electron density, and software is available to take the line fit structures output by EIS_AUTO_FIT and convert them to electron density maps. The density then allows the emitting column depth of the plasma to be determined which in turn allows the filling factor of the plasma to be estimated. The document below describes how this done, making use of atomic data from the [CHIANTI database|http://www.chiantidatabase.org].
Deriving densities from Hinode/EIS data
!Emission measure
When line intensities are available from several different ions, then an emission measure (EM) or differential emission measure (DEM) distribution can be constructed. No specific EIS software is available for doing this and so users are referred to software in the CHIANTI database, in particular:
integral_calc.pro: computes an EM value from a single line intensity\\
chianti_dem.pro: computes a DEM distribution from multiple line intensities
Another popular DEM code is available within the [PINTofALE|http://hea-www.harvard.edu/PINTofALE/] software package.
!!Slot data (40", 266" slits)
The EIS slots produce images rather than spectra, and the most common application will be to produce movies from the slot rasters in a range of emission lines. Diagnostics are possible with the slots, however, by taking ratios of images and temperature and density diagnostics are described below.
!Making movies
!Temperature diagnostics
!Density diagnostics
!!Pointing and co-alignment
Most EIS users will be analyzing data-sets from multiple instruments and so it is necessary to determine where an EIS raster is positioned relative to the other instruments. Usually the pointing information within an EIS file will not be good enough to accurately co-align data-sets and so cross-correlation will be necessary.
* [Obtaining pointing information from EIS data|EISPointing]
* [Creating an IDL map from EIS data|EISMaps]
* [Cross-correlating EIS and SOT images|EISSOTcoalign]
* [Cross-correlating EIS and XRT images|EISXRTcoaling]
!!EIS Software Notes
A series of Software Notes have been written that give details about various technical aspects related to the EIS mission.
[Software Note No. 1|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/eis_notes/01_EIS_PREP/eis_swnote_01.pdf] - eis_prep\\
[Software Note No. 2|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/eis_notes/02_RADIOMETRIC_CALIBRATION/eis_swnote_02.pdf] - Radiometric calibration\\
Software Note No. 3 - Grating/Detector tilt\\
[Software Note No. 4|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/eis_notes/04_SLIT_TILT/eis_swnote_04.pdf] - Slit tilts\\
Software Note No. 5 - Orbital variation of EIS wavelength scale\\
[Software Note No. 6|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/eis_notes/06_HOT_WARM_PIXELS/eis_swnote_06.pdf] - Hot and Warm pixels\\
Software Note No. 7 - Variation of line width with slit position\\
Software Note No. 8 - EIS Point Spread function (coma)\\
[Software Note No. 9|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/eis_notes/09_POINTING/eis_swnote_09.pdf] - EIS Pointing\\
[Software Note No. 10|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/eis_notes/10_DARK_CURRENT/eis_swnote_10.pdf] - Dark Current\\
[Software Note No. 11|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/eis_notes/11_JPEG_COMPRESSION/eis_swnote_11.pdf] - JPEG Compression\\
[Software Note No. 12|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/eis_notes/12_STRAY_LIGHT/eis_swnote_12.pdf] - Stray Light \\
[Software Note No. 13|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/eis_notes/13_INTERPOLATION/eis_swnote_13.pdf] - Interpolation of missing EIS data\\
[Software Note No. 14|https://hyperion.nascom.nasa.gov/svn/eis/release/doc/eis_notes/14_BP_TRIGGER/eis_swnote_14.pdf] - The EIS Bright Point Trigger\\