-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
46 lines (30 loc) · 1.09 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
README for ISIS interface to XSTAR output -- xstardb
2014.12.17 : lia@space.mit.edu, dph@space.mit.edu
Version 0.5.0
====================
DIRECTORY CONTENTS
====================
./
----
- xstardb.sl : may be customized by experienced user
DO NOT TOUCH
- xstardb_setup.sl
- xstardb_utils.sl
- xstardb_help.txt : Help pages describing functions and database structures
tests/
----
Contains a few scripts for testing general functionality.
- basic_functions_test.sl : Tests basic functionality of some of the
code.
- NaX_test.sl : Examine he-like triplet from O VII, Ne IX, and Na X
documentation/
----
This folder contains tutorials for learning xstardb functionality
- atomdb_tutorial.sl : Shows how ISIS interacts with AtomDB, setting a
few guiding principles for this library.
- xstardb_tutorial.sl : Basic outline for interacting with XSTAR
databases and plotting.
- multi_warmabs_tutorial.sl : How to work with multi-component models
(warmabs + warmabs)
- grid_warmabs_tutorial.sl : An example of running a grid of XSTAR
models over some interesting parameter and plotting the results.