This page (revision-5) was last changed on 18-Apr-2021 19:16 by Peter Young

This page was created on 24-Feb-2010 17:59 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
5 18-Apr-2021 19:16 2 KB Peter Young to previous Removed section about eis_cat (which doesn't work any more)
4 07-Dec-2016 14:14 2 KB Peter Young to previous | to last
3 24-Aug-2012 22:10 2 KB Peter Young to previous | to last
2 24-Feb-2010 18:06 2 KB PeterYoung to previous | to last
1 24-Feb-2010 17:59 1 KB PeterYoung 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 21 changed 2 lines
#[searching by date and or SQL searches on FITS keywords|http://msslxr.mssl.ucl.ac.uk:8080/SolarB/SearchArchive.jsp]
#[searching by EIS study names|http://msslxr.mssl.ucl.ac.uk:8080/SolarB/EisStudyList.jsp]
#[searching by date and or SQL searches on FITS keywords|https://vsolar.mssl.ucl.ac.uk/SolarB/SearchArchive.jsp]
#[searching by EIS study names|https://vsolar.mssl.ucl.ac.uk/SolarB/EisStudyList.jsp]
At line 30 removed 2 lines
!!From within eis_cat
eis_cat is an IDL widget-based routine for browsing the EIS catalogue. To call it, do:
At line 33 changed one line
IDL> eis_cat
!!Organizing your EIS data files
At line 35 changed one line
(Note: if the catalogue seems to be empty, then try typing "s=fix_zdbase(/eis)" before you call eis_cat.)
Although not necessary for this tutorial, it is good practice to keep your EIS data files organized in a standard directory hierarchy. The process is simple, requiring you to define the top level data directory with the environment variable $HINODE_DATA in your .cshrc file or idl_startup.pro file. Once this is done, the 9-Dec-2006 file can be placed in the directory with
At line 37 changed one line
Specify a date range, or use one of the search limiters to give a list of EIS files. Each file can then be downloaded by clicking on the ‘Download’ button on the GUI.
IDL> eis_ingest, 'eis_l0_20061209_113031.fits.gz'
At line 39 changed 5 lines
!Exercise
#Search data between 09-Dec-2006 10:00:00 - 09-Dec-2006 16:00:00
#Search data by study Acronym, e.g. COMSCI_AR3
#Using ‘Select studies graphically’, find out how many EIS studies have been run at the north pole during the 3 months from 1-Jul-2007.
#Download level-0 data: eis_l0_20061209_113031.fits.gz
Please see [EIS Software Note 18|ftp://sohoftp.nascom.nasa.gov/solarsoft/hinode/eis/doc/eis_notes/18_FILES/eis_swnote_18.pdf] for more details.