Difference between revisions of "Category:Isis / Slang"

From Remeis-Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
The [http://space.mit.edu/cxc/isis/|Interactive Spectral Interpretation System (ISIS)] was developed at MIT for the analysis of X-ray spectra.
 
The [http://space.mit.edu/cxc/isis/|Interactive Spectral Interpretation System (ISIS)] was developed at MIT for the analysis of X-ray spectra.
  
This page is a copy from the old wiki. It does not show the content of a usual category page and has to be updated!
+
Note that this page was just copy-pasted from the old wiki. This is only a short list of instructions that will be available. I do not think that a full list of all instructions should go here for the new wiki, I'm trying to find another solution for that (Matthias: ''What about looking at the content of the category below?'') In the end, I think only the instructions to get isis running and first steps should be here (Matthias: ''I disagree because category pages (like this) are not considered during searches! That's why I have created pages with the "ISIS history file" and "ISISscripts" separately''). I will move all the advanced stuff like defining models, timing tools, etc. somewhere else.
 
 
== Before you start ==
 
 
 
==== ISIS history ====
 
You will make your ISIS-life A TON easier by setting up an ISIS history file that saves any interactive commands you use. They are usually automatically set on the Remeis-cluster, otherwise go to your .bashrc and use:
 
 
 
<code>
 
ISIS_HISTORY_FILE=/path_where_you_want_your_file_ususally_home/.isis_history
 
export ISIS_HISTORY_FILE
 
</code>
 
 
 
Adapt for other shells accordingly.
 
 
 
==== ISISscripts ====
 
A huge (and extremely useful) collection of useful ISIS functions, written and maintained by the Remeis observatory (and certainly containing thousands of working hours by a variety of people) can be found here:
 
 
 
[http://www.sternwarte.uni-erlangen.de/isis/ http://www.sternwarte.uni-erlangen.de/isis/]
 
 
 
Please cite properly when used!
 
 
 
== Instructions ==
 
Note that this page was just copy-pasted from the old wiki. This is only a short list of instructions that will be available. I do not think that a full list of all instructions should go here for the new wiki, I'm trying to find another solution for that. In the end, I think only the instructions to get isis running and first steps should be here. I will move all the advanced stuff like defining models, timing tools, etc. somewhere else.
 
 
* [[ISIS_introduction_for_the_new_bachelor_students|Introduction for the bachelor students]]
 
* [[ISIS_introduction_for_the_new_bachelor_students|Introduction for the bachelor students]]
 
* [[Isis_tutorial|ISIS Tutorial (X-ray astronomy lecture 2012)]]
 
* [[Isis_tutorial|ISIS Tutorial (X-ray astronomy lecture 2012)]]
Line 39: Line 17:
 
* [[Install_ISIS_on_Mac|install on a MAC OS X (10.10 yosemite) - fresh]]
 
* [[Install_ISIS_on_Mac|install on a MAC OS X (10.10 yosemite) - fresh]]
 
* [[Making_tables_with_sltable|Quickly generate a LaTeX table of spectral parameters with uncertainties]]
 
* [[Making_tables_with_sltable|Quickly generate a LaTeX table of spectral parameters with uncertainties]]
 
== Important/Useful ISIS functions ==
 
* Spectral Analysis
 
* Timing Analysis
 
* Plotting with SLxfig
 
* Uncertainties & Contours
 
* Debugging & Programming
 
  
 
== S-Lang tips & tricks ==
 
== S-Lang tips & tricks ==

Revision as of 10:20, 31 July 2018

The Spectral Interpretation System (ISIS) was developed at MIT for the analysis of X-ray spectra.

Note that this page was just copy-pasted from the old wiki. This is only a short list of instructions that will be available. I do not think that a full list of all instructions should go here for the new wiki, I'm trying to find another solution for that (Matthias: What about looking at the content of the category below?) In the end, I think only the instructions to get isis running and first steps should be here (Matthias: I disagree because category pages (like this) are not considered during searches! That's why I have created pages with the "ISIS history file" and "ISISscripts" separately). I will move all the advanced stuff like defining models, timing tools, etc. somewhere else.

S-Lang tips & tricks