!!This is EIS Data Processing and Analysis page.\\
All related materials go here, thanks. \\


----

*[Data analysis routines|DataAnalysisRoutines]

*[The tilt of the EIS slit|TiltOfEISslit]

*[Offset between CCDs in the y direction|CCDOffset]

*[Offset between CCDs in the x direction|CCDOffsetX]

*[Orbital variation of line position|OrbitalVariationLinePosition]

*[Hot pixels|HotPixels]

*[EIS_CAT and the EIS Science Data Catalog|EISDBTop]

*[Removing cosmic rays|CosmicRays]

*[EIS pointing stability|PointingStability]

*[Fitting EIS lines with eis_moment|EISMomentsObjects]

*[A Wrapper to the EIS Objects (eis_getwindata) |EISGetWindata]

*[Where EIS was observing|where_EIS_was_observing]

*[Complete List Of EIS Studies?|Complete_List_Of_EIS_Studies]

*[Line width variation studies by EIS?|Line_width_variation_studies_by_EIS]

*[Warm Pixels|EisWarmPixelsPage]

*[2" EIS Slit|2EISSlit]

*[Big EIS fits files|BigEISFitsFiles]

*[Pointing Information in EIS fits files|FitsPointing]

*[EIS internal coalignment?|InterCo]

*[Inter-instrument offsets for Hinode|InterInstrumentOffsets]

*[EIS data analysis tutorial|ParisTutorial]


----

Other EIS data analysis help source:

*[EIS Tips (en) @ National Astronomical Observatory of Japan (NAOJ) |http://solar-b.nao.ac.jp/hinode_wiki/index.php?EIS%20Tips%20List]

*[EIS Tutorials @ Naval Research Laboratory (NRL)|http://tcrb.nrl.navy.mil/~hwarren/tutorial.html]

*[EIS Data Analysis Guide @ Mullard Space Science Laboratory (MSSL)|http://msslxr.mssl.ucl.ac.uk:8080/SolarB/SoftGuides.jsp]

----


----

Some of you running quite short exposure times have noted that the different ways of getting the exposure time are not quite consistent with each other. This has now been fixed so that calling the getexp method i.e. data->getexp() should give the most accurate exposure time available.

For those who want to know the background for this issue I provide a little more info. There are three different exposure times for EIS: 1) the requested exposure time, set in eis_mkraster (or whatever) previously available as data->getexp() 2) the difference between the shutter open time t1 and shutter close time t2 ((*(data->getaux_data).ti_2)-(*(data->getaux_data).ti_1))/512 and 3) the exposure time as measured by the mechanism and heater control unit *(data->getaux_data).mhc_dur/1.e6.

The latter is the most accurate and has now been implemented as the default when calling data->getexp().



--[ViggoHanst|mailto:viggoh@astro.uio.no], 29-Nov-2007