Difference between revisions of "STIX Tutorials"
m |
|||
Line 48: | Line 48: | ||
[https://github.com/elastufka/stix_tutorials/blob/main/reprojection_tutorial.ipynb Map reprojection tutorial] | [https://github.com/elastufka/stix_tutorials/blob/main/reprojection_tutorial.ipynb Map reprojection tutorial] | ||
− | [ | + | [https://github.com/elastufka/stix_tutorials/blob/main/composite_map_tutorial.ipynb Composite map plotting tutorial] |
== Other STIX tutorials == | == Other STIX tutorials == | ||
* [https://github.com/somusset/STIX-tutorial/blob/main/SOLOSummerSchool2022_STIX_hands-on.md STIX Hands-on session prepared by Sophie Musset] | * [https://github.com/somusset/STIX-tutorial/blob/main/SOLOSummerSchool2022_STIX_hands-on.md STIX Hands-on session prepared by Sophie Musset] |
Revision as of 14:02, 23 August 2022
This is a collection of tutorials prepared by the STIX team and other partners.
Contents
1 STIX Data Center
2 Data Acquisition
2.1 Download data from STIX data center
- STIX data can be downloaded from the Data Center website on https://datacenter.stix.i4ds.net/view/list/fits
or https://datacenter.stix.i4ds.net/view/list/bsd.
- Another way to query/download data from STIX data center is to use stixdcpy
stixdcpy source code and tutorial can be found here.
2.2 Download data from STIX archive server
- STIX science data can also be downloaded from STIX archive server.
- stixpy
3 Data Preparation
[ (coming soon) Troubleshooting STIX image maps - IDL]
[ (coming soon) Troubleshooting STIX image maps - Python]
4 Spectroscopy
[STIX OSPEX tutorial]
[STIX XSPEC tutorial]
5 Imaging
- [IDL imaging tutorial]
- STIX imaging with web tools
6 STIX + Other Instruments
6.1 Checking for joint visibility
Getting trajectory data and performing coordinate transformations
Webtool for trajectory data and joint visibility of STIX-observed solar flares from AIA, STIX and STEREO-A.
6.2 Multiple instrument spectroscopy
6.3 Reprojecting images
Composite map plotting tutorial