Running scripts

The ASAP global function execfile reads the named text file and executes the contained python code. This file can either contain function definitions which will be used in subsequent processing or just a set of commands to process a specific dataset.

As an alternative to run scripts without entering ASAP, create a script which starts with.

from asap import *

<your code>

And run it with python scriptname.



Malte Marquarding 2007-08-16