Difference between revisions of "STIX Tutorials"
(35 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | |||
This is a collection of tutorials prepared by the STIX team and other partners. | This is a collection of tutorials prepared by the STIX team and other partners. | ||
− | == STIX | + | == STIX Data Center == |
− | * [https:// | + | * [https://docs.google.com/presentation/d/1wNPRef7G9keNpllvfuTyb1UtZMGQYHzOc9cgt9mkjNY/edit?usp=sharing An overview of STIX data center ] |
* [https://datacenter.stix.i4ds.net/wiki/images/Sdc_web_apps.pdf STIX website tutorial] | * [https://datacenter.stix.i4ds.net/wiki/images/Sdc_web_apps.pdf STIX website tutorial] | ||
− | == | + | == Access to STIX data == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == 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 (science data only) | ||
+ | * Using python APIs [https://github.com/i4ds/stixdcpy stixdcpy] | ||
− | + | == Download data from STIX archive server == | |
− | * STIX science data can also be downloaded from [http://dataarchive.stix.i4ds.net/data/fits/ STIX archive server]. | + | * STIX science data can also be downloaded from [http://dataarchive.stix.i4ds.net/data/fits/ STIX archive server]. |
− | |||
== Data Preparation == | == Data Preparation == | ||
Line 25: | Line 18: | ||
[ (coming soon) Troubleshooting STIX image maps - IDL] | [ (coming soon) Troubleshooting STIX image maps - IDL] | ||
− | [ ( | + | * [https://colab.research.google.com/drive/1bHgPoQGG_5dq6PZuuaN9kPoJa_3ifLh6?usp=sharing Cropping or combining STIX spectrogram FITS files (Python)] |
+ | |||
+ | * [https://colab.research.google.com/drive/1bXTpKqWAwyp92lM9alSqrAPZtRw2ocMT?usp=sharing Converting STIX FITS files for use with XSPEC (Python)] | ||
== Spectroscopy == | == Spectroscopy == | ||
Line 31: | Line 26: | ||
[STIX OSPEX tutorial] | [STIX OSPEX tutorial] | ||
− | [STIX XSPEC tutorial] | + | [STIX XSPEC tutorial (Python)] |
== Imaging == | == Imaging == | ||
Line 39: | Line 34: | ||
== STIX + Other Instruments == | == STIX + Other Instruments == | ||
− | + | == Checking for joint visibility == | |
[https://github.com/elastufka/stix_tutorials/blob/main/joint_visibility.ipynb Getting trajectory data and performing coordinate transformations] | [https://github.com/elastufka/stix_tutorials/blob/main/joint_visibility.ipynb Getting trajectory data and performing coordinate transformations] | ||
Line 45: | Line 40: | ||
[https://where-is-solar-orbiter.appspot.com/ Webtool] for trajectory data and joint visibility of STIX-observed solar flares from AIA, STIX and STEREO-A. | [https://where-is-solar-orbiter.appspot.com/ Webtool] for trajectory data and joint visibility of STIX-observed solar flares from AIA, STIX and STEREO-A. | ||
− | + | == Multiple instrument spectroscopy == | |
[https://github.com/elastufka/solar_all_purpose/blob/main/pyXspec_demo.ipynb XSPEC/pyXSPEC tutorial] | [https://github.com/elastufka/solar_all_purpose/blob/main/pyXspec_demo.ipynb XSPEC/pyXSPEC tutorial] | ||
− | + | == Reprojecting images == | |
[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 == | ||
+ | * [https://github.com/somusset/STIX-tutorial/blob/main/SOLOSummerSchool2022_STIX_hands-on.md STIX Hands-on session prepared by Sophie Musset] |
Latest revision as of 12:52, 24 April 2023
This is a collection of tutorials prepared by the STIX team and other partners.
Contents
- 1 STIX Data Center
- 2 Access to STIX data
- 3 Download data from STIX data center
- 4 Download data from STIX archive server
- 5 Data Preparation
- 6 Spectroscopy
- 7 Imaging
- 8 STIX + Other Instruments
- 9 Checking for joint visibility
- 10 Multiple instrument spectroscopy
- 11 Reprojecting images
- 12 Other STIX tutorials
1 STIX Data Center
2 Access to STIX data
3 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 (science data only)
- Using python APIs stixdcpy
4 Download data from STIX archive server
- STIX science data can also be downloaded from STIX archive server.
5 Data Preparation
[ (coming soon) Troubleshooting STIX image maps - IDL]
6 Spectroscopy
[STIX OSPEX tutorial]
[STIX XSPEC tutorial (Python)]
7 Imaging
- [IDL imaging tutorial]
- STIX imaging with web tools
8 STIX + Other Instruments
9 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.
10 Multiple instrument spectroscopy
11 Reprojecting images
Composite map plotting tutorial