![]() |
Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
![]() |
cafemodelscan
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
CAFE
token=CAFEMODELSCAN(modelstr)
modelstr - model string to split into tokens
Returns a token string. If no more token found the string
is empty. The model string will be changed by removing the
token found.
$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
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]