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

This page was created on 07-Dec-2016 14:14 by unknown

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:01 2 KB Peter Young to previous
4 09-Jul-2020 17:02 2 KB Peter Young to previous | to last
3 09-Jul-2020 17:01 2 KB Peter Young to previous | to last Added eis_vso_download_files
2 10-Mar-2020 15:18 1 KB Peter Young to previous | to last Added section about eis_vso_day
1 07-Dec-2016 14:14 1 KB unknown to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 24 changed one line
This will download the files to a temporary directory and then ingest them into EIS file hierarchy using the routine eis_ingest. If you're not sure where the files will be downloaded to, then give the keyword /test. For information on how to organize your EIS data, please check [EIS Software Note No. 18|http://solarb.mssl.ucl.ac.uk/SolarB/eis_docs/eis_notes/18_FILES/eis_swnote_18.pdf].
This will download the files to a temporary directory and then ingest them into the EIS file hierarchy using the routine eis_ingest. If you're not sure where the files will be downloaded to, then give the keyword /test. For information on how to organize your EIS data, please check [EIS Software Note No. 18|http://solarb.mssl.ucl.ac.uk/SolarB/eis_docs/eis_notes/18_FILES/eis_swnote_18.pdf].
At line 26 added one line
!eis_vso_download_files
At line 28 added 12 lines
Another way of accessing the VSO is with this routine. It is most useful when used in conjunction with eis_obs_structure. The example below shows how every raster with the name 'Atlas_30' can be downloaded:
{{s=eis_obs_structure(rast_acr='Atlas_30') \\ eis_vso_download_files,s}}
As with eis_vso_day, the files will automatically be downloaded into the EIS file hierarchy.
The second example shows how all narrow slit rasters containing the Fe VIII 185.21 line during the period 1-Jan-2015 to 1-Mar-2015 can be downloaded:
{{s=eis_obs_structure('1-jan-2015','1-mar-2015') \\ s2=eis_filter_obs_stric(s,wvl=185.21,/narrow) \\ eis_vso_download_files,s2}}
For more details on these routines, please check out [EIS Software Note No. 25.|https://sohoftp.nascom.nasa.gov/solarsoft/hinode/eis/doc/eis_notes/25_IDL_SEARCH/eis_swnote_25.pdf].
At line 29 changed one line
The Oslo data center can also be accessed from IDL and the same search described above is performed as follows:
The Oslo data center can also be accessed from IDL and the initial VSO search described above is performed as follows: