This page (revision-27) was last changed on 03-Aug-2023 16:53 by Peter Young

This page was created on 02-Apr-2013 16:51 by Peter Young

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
27 03-Aug-2023 16:53 5 KB Peter Young to previous
26 18-Apr-2021 18:50 5 KB RichardAdacy to previous | to last CPA
25 21-Nov-2016 13:13 5 KB RichardAdacy to previous | to last CPA
24 07-Oct-2016 17:32 5 KB Peter Young to previous | to last Added section about downloading the cutout data
23 23-Mar-2016 18:53 5 KB Peter Young to previous | to last
22 23-Mar-2016 16:16 5 KB Peter Young to previous | to last
21 23-Mar-2016 16:15 5 KB Peter Young to previous | 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 14 changed one line
!!Get AIA 193 cutouts
!!Request AIA 193 cutouts
At line 46 changed one line
!!Get HMI cutouts
!!Request HMI cutouts
At line 61 added 24 lines
!!Downloading cutout images from IDL
After you have submitted your cutout request to the JSOC you will receive a request_id of the form 'JSOC_20161007_486'. You can check the status of your request from IDL by doing:
{{{
IDL> sdo_jsoc_check_status, request_id
}}}
which will check to see if the tar file is available for downloading. If it is, then you should see a message like:
{{{
The data are available at the webpage:
http://jsoc.stanford.edu/SUM9/D862749672/S00000
}}}
You can download and unpack the tar file to your current directory by doing:
{{{
IDL> sdo_jsoc_check_status, request_id, /download
}}}
Note that the tar file is automatically removed after unpacking.
At line 71 changed one line
Shea Hess Webber and Peter Young have written a [document|http://solarb.mssl.ucl.ac.uk:8080/eiswiki/attach/AIAEIS/JSOC%20Export%20Process.pdf] giving more information about using the JSOC service.
Shea Hess Webber and Peter Young have written a [document|https://pyoung.org/gsfc/JSOC%20Export%20Process.pdf] giving more information about using the JSOC service.
At line 79 changed one line
This performs sub-pixel interpolations so that when you make a movie from the cutouts you do not see the occasional pixel jumps that otherwise would be seen. This isn't recommended if you plan to de-spike your cutouts.
This performs sub-pixel interpolations so that when you make a movie from the cutouts you do not see the occasional pixel jumps that otherwise would be seen. This isn't recommended if you plan to re-spike your cutouts.
At line 91 changed one line
The AIA de-spiking algorithm is not very good so often you will want to "respike" your images with aia_respike. This routine automatically fetches the spike file over the internet for each cutout so there's no need to download spike files for your cutouts. If you need to, however, then the RecordSet box entry is, for example:
Please check the page [re-spiking AIA images|AIARespike].
At line 93 removed 4 lines
{{{
aia.lev1_euv_12s[2011.02.10_05:00/40m@1m][193]{spikes}
}}}
At line 128 added one line