This page (revision-5) was last changed on 07-Dec-2016 14:14 by Ignacio Ugarte-Urra

This page was created on 23-Nov-2011 16:56 by Ignacio Ugarte-Urra

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 07-Dec-2016 14:14 1 KB Ignacio Ugarte-Urra to previous
4 23-Nov-2011 17:11 1 KB Ignacio Ugarte-Urra to previous | to last
3 23-Nov-2011 17:06 1 KB Ignacio Ugarte-Urra to previous | to last
2 23-Nov-2011 16:57 1 KB Ignacio Ugarte-Urra to previous | to last
1 23-Nov-2011 16:56 1 KB Ignacio Ugarte-Urra 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 9 added 2 lines
One example of slot data that can be used is this slot raster part of the full Sun scan taken on November 1, 2011.
At line 8 changed one line
IDL> eis_readslot,filename,win=195.12,/estimate
IDL> filename=’eis_l1_20111101_111043.fits’
At line 15 added 6 lines
To extract the window data:
{{{
IDL> eis_readslot,filename,wd,win=195.12,/estimate
}}}
At line 20 changed one line
IDL> help,data,/str
IDL> help,wd,/str
At line 35 added 4 lines
And the image can be displayed using standard software:
{{{
IDL> plot_image,wd.int
}}}