[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


cafemodelscan Source code in cafemodelscan.pro

cafemodelscan

Name
           cafemodelscan
Purpose
           scans fit model string into token
           A token is a substring, being either
           - an identifier (characters)
           - open/close parentheses
           - some other character
           - empty string if nothing matching found
Category
           CAFE
SYNTAX:
           token=CAFEMODELSCAN(modelstr)
Input Parameters
           modelstr - model string to split into tokens
Output Parameters
           Returns a token string. If no more token found the string
           is empty. The model string will be changed by removing the
           token found.
Revision History
           $Id: cafemodelscan.pro,v 1.9 2005/01/04 10:56:06 goehler Exp $
 $Log: cafemodelscan.pro,v $
 Revision 1.9  2005/01/04 10:56:06  goehler
 fix: make shure all (internal) routines are properly documented
 Revision 1.8  2003/05/08 10:06:51  goehler
 - improved version of range determination
 - scan does not ignore spaces which are needed in some cases (boolean expressions)
 Revision 1.7  2003/04/30 15:01:57  goehler
 changed model behavior: all built in model components must be lower case.
 This allows simple use of built in IDL functions/constants which must be
 upper case.
 Revision 1.6  2002/11/05 17:43:44  goehler
 bug fix: model identifier must start with a letter
 Revision 1.5  2002/09/10 13:06:47  goehler
 removed ";-" to make auxilliary routines invisible
 Revision 1.4  2002/09/09 17:36:20  goehler
 public version: updated help matching aitlib html structure.
 common version: 3.0

Last modified by pro2html on 2005 January 04 at 16:29 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically