This page (revision-3) was last changed on 07-Dec-2016 14:14 by Gardini

This page was created on 18-Dec-2008 19:58 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
3 07-Dec-2016 14:14 808 bytes Gardini to previous
2 18-Dec-2008 20:03 766 bytes PeterYoung to previous | to last
1 18-Dec-2008 19:58 33 bytes PeterYoung to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 added one line
The standard way of calling eis_prep is:
At line 5 added 14 lines
IDL> eis_prep, filename, /default, /save
where filename is the name of the level-0 FITS file. The /save keyword tells eis_prep to create the level-1 FITS file and associated error FITS file in the working directory. Additional keywords that you may want to use are:
/quiet - eis_prep runs without popping up information widgets.
/retain - retain pixels with zero or negative DN values. See Step 2 in [What does eis_prep do?|eis_prep].
/noabs - calibration is not performed, so the final units are DN.
/photons - instead of erg/cm2/s/sr/Angstrom, the final units will be photons/cm2/s/sr/Angstrom
The full list of keywords is given in the header of the eis_prep routine.