Difference between revisions of "STIX Tutorials"

From stix
Jump to: navigation, search
Line 1: Line 1:
 
==  Tutorials ==
 
==  Tutorials ==
 
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 Data Center ===
+
== STIX Data Center ==
 
* [https://docs.google.com/presentation/d/1wNPRef7G9keNpllvfuTyb1UtZMGQYHzOc9cgt9mkjNY/edit?usp=sharing An overview of STIX data center ]
 
* [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 ===
+
== Access to STIX data ==
  
==== Download data from  STIX data center  ====
+
== 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
 
* 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)
 
or https://datacenter.stix.i4ds.net/view/list/bsd (science data only)
 
* Using python APIs  [https://github.com/i4ds/stixdcpy stixdcpy]
 
* Using python APIs  [https://github.com/i4ds/stixdcpy stixdcpy]
  
==== Download data from STIX archive server ====
+
== 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 ==
  
 
[ (coming soon) Troubleshooting STIX image maps - IDL]
 
[ (coming soon) Troubleshooting STIX image maps - IDL]
Line 22: Line 22:
 
[https://colab.research.google.com/drive/1bXTpKqWAwyp92lM9alSqrAPZtRw2ocMT?usp=sharing Converting STIX FITS files for use with XSPEC (Python)]
 
[https://colab.research.google.com/drive/1bXTpKqWAwyp92lM9alSqrAPZtRw2ocMT?usp=sharing Converting STIX FITS files for use with XSPEC (Python)]
  
=== Spectroscopy ===
+
== Spectroscopy ==
  
 
[STIX OSPEX tutorial]
 
[STIX OSPEX tutorial]
Line 28: Line 28:
 
[STIX XSPEC tutorial (Python)]
 
[STIX XSPEC tutorial (Python)]
  
=== Imaging ===
+
== Imaging ==
 
* [IDL imaging tutorial]
 
* [IDL imaging tutorial]
 
* [https://docs.google.com/presentation/d/18ULVn3Ted-eCYrSDvtKju7PP-obdcfrhR92RRK-ByR0/edit?usp=sharing STIX imaging with web tools]
 
* [https://docs.google.com/presentation/d/18ULVn3Ted-eCYrSDvtKju7PP-obdcfrhR92RRK-ByR0/edit?usp=sharing STIX imaging with web tools]
  
=== STIX + Other Instruments ===
+
== STIX + Other Instruments ==
  
==== Checking for joint visibility ====
+
== 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 40: 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 ====
+
== 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 ====
+
== 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]
Line 50: Line 50:
 
[https://github.com/elastufka/stix_tutorials/blob/main/composite_map_tutorial.ipynb Composite map plotting 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 12:51, 24 April 2023

1 Tutorials

This is a collection of tutorials prepared by the STIX team and other partners.

2 STIX Data Center

3 Access to STIX data

4 Download data from STIX data center

or https://datacenter.stix.i4ds.net/view/list/bsd (science data only)

5 Download data from STIX archive server

6 Data Preparation

[ (coming soon) Troubleshooting STIX image maps - IDL]

Cropping or combining STIX spectrogram FITS files (Python)

Converting STIX FITS files for use with XSPEC (Python)

7 Spectroscopy

[STIX OSPEX tutorial]

[STIX XSPEC tutorial (Python)]

8 Imaging

9 STIX + Other Instruments

10 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.

11 Multiple instrument spectroscopy

XSPEC/pyXSPEC tutorial

12 Reprojecting images

Map reprojection tutorial

Composite map plotting tutorial

13 Other STIX tutorials