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 removed 2 lines
[{ALLOW edit EISMainUsers}]
[{ALLOW view Anonymous}]
At line 7 changed one line
The output structure in the case of slot data may be inconvenient and therefore there is a wrapper that is able to interpret whether the data is in scanning or sit-and-stare mode and provide a more manageable data structure.
The output structure in the case of slot data may be inconvenient and therefore there is a wrapper that is able to interpret whether the data is scanning or sit-and-stare mode and provide a more manageable data structure.
At line 9 removed 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 12 changed one line
IDL> filename=’eis_l1_20111101_111043.fits’
IDL> eis_readslot,filename,win=195.12,/estimate
At line 15 removed 6 lines
To extract the window data:
{{{
IDL> eis_readslot,filename,wd,win=195.12,/estimate
}}}
At line 30 changed one line
IDL> help,wd,/str
IDL> help,data,/str
At line 35 removed 4 lines
And the image can be displayed using standard software:
{{{
IDL> plot_image,wd.int
}}}