Interactive Spectral Interpretation System 1.4.9-14 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Interactive Spectral Interpretation System 1.4.9-14 (Default branch)
# 1  
Old 04-19-2008
Interactive Spectral Interpretation System 1.4.9-14 (Default branch)

The Interactive Spectral Interpretation System(ISIS) is designed to facilitate theinterpretation and analysis of high resolutionX-ray spectra. It is being developed as aprogrammable, interactive tool for studying thephysics of X-ray spectrum formation, supportingmeasurement and identification of spectralfeatures and interaction with a database of atomicstructure parameters and plasma emission models.License: GNU General Public License (GPL)Changes:
Loading of xspec12 local models was enabled. Support for the S-Lang debugger and profiler was added. The create_aped_line_modifier now supports modifiers that take additional user-defined arguments. xspec table models now load parameter defaults from the table file. Support for the analysis of INTEGRAL data was added. The performance of APED spectral models that use a line modifier was improved. The code was cleaned up and bugs were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
fst-mor(1)							      fst-mor								fst-mor(1)

NAME
fst-mor - Interactive morphological analyser and generator SYNOPSIS
fst-mor [options] file OPTIONS
-n Print multi-character symbols without the enclosing angle brackets. -h Print usage information. DESCRIPTION
fst-mor is an interactive morphological analyser and generator. The argument is the name of a file which was generated by fst-compiler (without using option -c). fst-mor reads the transducer which is stored in the argument file and prompts the user for input. Each input line is processed until the user enters "q" which ends the program. fst-mor has two modes, an analysis mode (default) and a generation mode. Entering an empty input line switches between the two modes. In order to explain what the program does in generation and analysis, consider the following transducer: a b:x c:<> d In generation mode, the program will print "axd" if the user enters "abcd" and "no result" otherwise. In other words, the program maps the left symbols to the right symbols of the transducer. In analysis mode, the program will print "abcd" if the user enters "axd" and "no result" otherwise. BUGS
No bugs are known so far. SEE ALSO
fst-compiler AUTHOR
Helmut Schmid, Institute for Computational Linguistics, University of Stuttgart, Email: schmid@ims.uni-stuttgart.de, This software is available under the GNU Public License. February 2002 fst-mor(1)