Difference between revisions of "STIX Tutorials"

From stix
Jump to: navigation, search
 
(49 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 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]
 +
== Access to STIX data ==
  
== Data Acquisition ==
+
== 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.  One can also use the data center python interface [https://github.com/drhlxiao/stixdcpy stixdcpy]
+
or https://datacenter.stix.i4ds.net/view/list/bsd (science data only)
to query/download STIX data.
+
* Using python APIs  [https://github.com/i4ds/stixdcpy stixdcpy]
stixdcpy allows querying and downloading the following data:
 
 
 
* Quick-look light curves
 
* Housekeeping data
 
* Science data
 
* Energy calibration data
 
* Auxiliary data (ephemeris, pointing, light travel time, etc.)
 
* STIX solar flare list
 
 
 
[https://github.com/drhlxiao/stixdcpy/blob/master/examples/tutorial.ipynb Tutorial]
 
  
=== 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].
* [https://github.com/samaloney/stixpy stixpy]
 
  
 
== Data Preparation ==
 
== Data Preparation ==
Line 24: Line 18:
 
[ (coming soon) Troubleshooting STIX image maps - IDL]
 
[ (coming soon) Troubleshooting STIX image maps - IDL]
  
[ (coming soon) Troubleshooting STIX image maps - Python]
+
* [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 30: Line 26:
 
[STIX OSPEX tutorial]
 
[STIX OSPEX tutorial]
  
[STIX XSPEC tutorial]
+
[STIX XSPEC tutorial (Python)]
  
 
== Imaging ==
 
== Imaging ==
[IDL imaging tutorial]
+
* [IDL imaging tutorial]
[Online imaging tutorial]
+
* [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 ==
  
[using DRMS or SPICE kernels, coordinate transformation tutorial]
+
[https://github.com/elastufka/stix_tutorials/blob/main/joint_visibility.ipynb Getting trajectory data and performing coordinate transformations]
  
=== Multiple instrument spectroscopy ===
+
[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 ===
+
== Reprojecting images ==
 +
 
 +
[https://github.com/elastufka/stix_tutorials/blob/main/reprojection_tutorial.ipynb Map reprojection tutorial]
  
[Image reprojection tutorial]
+
[https://github.com/elastufka/stix_tutorials/blob/main/composite_map_tutorial.ipynb Composite map plotting tutorial]
  
[composite map 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.

1 STIX Data Center

2 Access to STIX data

3 Download data from STIX data center

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

4 Download data 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

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

XSPEC/pyXSPEC tutorial

11 Reprojecting images

Map reprojection tutorial

Composite map plotting tutorial

12 Other STIX tutorials