Difference between revisions of "Category:Isis / Slang"
m (Obst moved page Isis to Category:Isis) |
|||
(20 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''This page is being [https://www.sternwarte.uni-erlangen.de/wiki/index.php/Category_talk:Isis_/_Slang discussed].''' | |
− | + | The [[http://space.mit.edu/cxc/isis/ Interactive 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. | |
− | + | * [[ISIS_introduction_for_the_new_bachelor_students|Introduction for the new students]] | |
− | + | * [[Isis_tutorial|ISIS Tutorial]] | |
− | + | * [[Plotting_with_the_S-Lang_Xfig_module|Plotting with the S-Lang Xfig module, instructions and examples]] | |
− | + | * [[How_to_define_your_own_models_in_ISIS|Define your own models in ISIS]] | |
− | + | * [[Questions_and_Answers| Questions and Answers]] | |
− | + | * [http://www.sternwarte.uni-erlangen.de/git.public/?p=isisscripts;a=history;f=README| README file] for using/.../changing the [http://www.sternwarte.uni-erlangen.de/isis/ ISISscripts] | |
− | + | * [[Timing_tools|Use timing tools with ISIS]] | |
− | + | * [[Parallel_Error_Calculation_using_MPI_and_SLmpi|Parallel Error Calculation using MPI and SLmpi]] | |
− | + | * [[Fake_an_Observation_with_ISIS|fake an observation with isis]] | |
− | + | * [[Fit2dcurve|fit a curve to a 2D data set via parameterized polynomials]] | |
− | + | * [[Simfit|Simultaneous Fits of a large number of observations]] | |
− | + | * [[Fitting_Equivalent_Widths|fitting equivalent widths directly]] | |
− | + | * [[ Emcee|emcee - the Markov-Chain-Monte-Carlo hammer]] | |
− | + | * [[Install_ISIS_on_Mac|install on macOS 11.6 to 10.15 - fresh]] | |
− | + | * [[Making_tables_with_sltable|Quickly generate a LaTeX table of spectral parameters with uncertainties]] | |
− | + | * [[Isis/s-lang video tutorial by F. Fürst]] | |
− | + | * [[VIM_setup_for_ISIS|VIM setup for ISIS]] | |
− | 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 | ||
− | * Introduction for the | ||
− | * ISIS Tutorial | ||
− | * Plotting with the S-Lang Xfig module, instructions and examples | ||
− | * Define your own models in ISIS | ||
− | * Questions and Answers | ||
− | * [http://www.sternwarte.uni-erlangen.de/git.public/?p=isisscripts;a=history;f=README| README file] for using/.../changing the [http://www.sternwarte.uni-erlangen.de/isis/ | ||
− | * Use timing tools with ISIS | ||
− | * Parallel Error Calculation using MPI and SLmpi | ||
− | * fake an observation with isis | ||
− | * fit a curve to a 2D data set via parameterized polynomials | ||
− | * Simultaneous Fits of a large number of observations | ||
− | * fitting equivalent widths directly | ||
− | * emcee - the Markov-Chain-Monte-Carlo hammer | ||
− | * install on | ||
− | * Quickly generate a LaTeX table of spectral parameters with uncertainties | ||
− | |||
− | |||
− | * | ||
− | |||
− | |||
− | |||
− | |||
== S-Lang tips & tricks == | == S-Lang tips & tricks == | ||
− | * S-Lang modules (function packages) | + | * [[Modules | S-Lang modules (function packages)]] |
* writing helps for functions | * writing helps for functions | ||
− | * functions within structures | + | * [[Functions_within_structures|functions within structures]] |
− | * function nesting | + | * [[Function_nesting|function nesting]] |
− | * self-value-management | + | * [[Self-value_management|self-value-management]] |
− | * changing qualifiers before passing them on | + | * [[Changing_qualifiers_before_passing_them_on|changing qualifiers before passing them on]] |
* speed up code | * speed up code | ||
− | ** iterating over an array - three different for-loops | + | ** [[Iterating_over_an_array_-_three_different_for-loops|iterating over an array - three different for-loops]] |
− | ** ternary operator ?: | + | ** [[Ternary_operator_%3F|ternary operator ?: ]] |
− | ** profile - Run-time profiler: Analyses (nested) function run-times | + | ** [[Profiling|profile - Run-time profiler: Analyses (nested) function run-times]] |
− | * passing information to a fit function via metadata | + | * [[Pass_information_to_a_fit_function_via_metadata|passing information to a fit function via metadata]] |
− | * References to variables | + | * [[References_to_variables|References to variables]] |
+ | * [[Name_of_the_calling_function_(ISIS/Slang)| Name of the calling function]] | ||
[[Category:Software]] | [[Category:Software]] |
Latest revision as of 09:59, 9 February 2024
This page is being discussed.
The [Interactive 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.
- Introduction for the new students
- ISIS Tutorial
- Plotting with the S-Lang Xfig module, instructions and examples
- Define your own models in ISIS
- Questions and Answers
- README file for using/.../changing the ISISscripts
- Use timing tools with ISIS
- Parallel Error Calculation using MPI and SLmpi
- fake an observation with isis
- fit a curve to a 2D data set via parameterized polynomials
- Simultaneous Fits of a large number of observations
- fitting equivalent widths directly
- emcee - the Markov-Chain-Monte-Carlo hammer
- install on macOS 11.6 to 10.15 - fresh
- Quickly generate a LaTeX table of spectral parameters with uncertainties
- Isis/s-lang video tutorial by F. Fürst
- VIM setup for ISIS
S-Lang tips & tricks
Pages in category "Isis / Slang"
The following 48 pages are in this category, out of 48 total.
C
F
I
- Install ISIS on Mac
- Install ISIS on Windows 10
- ISIS - Defining data dependent models
- ISIS history file
- ISIS introduction for the new bachelor students
- Isis tutorial
- Isis tutorial fitting1
- Isis tutorial gratings
- Isis tutorial installing
- Isis tutorial walkthrough
- Isis/s-lang video tutorial by F. Fürst
- Isis:tutorial:slang
- ISISscripts
- Iterating over an array - three different for-loops