Package theia :: Package helpers :: Module interaction
[hide private]
[frames] | no frames]

Module interaction

source code

Module to define interaction functions for theia.

Variables [hide private]
  usage = 'Usage: theia [options] FNAME\n\nArguments:\n FNAME\t...
  welcomeString = '\n\ttheia Copyright (C) 2017 R. Duque\n\tLice...
  recursionErrorString = '\n\nIt looks like you reached the maxi...
  __package__ = None
Variables Details [hide private]

usage

Value:
'''Usage: theia [options] FNAME

Arguments:
  FNAME\t\t .tia format input file name.'''

welcomeString

Value:
'''
\ttheia Copyright (C) 2017 R. Duque
\tLicense: GNU GPLv3+ <http://gnu.org/licenses.gpl.html>
\tThis is free software: you are free to change and redistribute it.
\tThere is ABSOLUTELY NO WARRANTY, to the extent permitted by law.
'''

recursionErrorString

Value:
'''

It looks like you reached the maximum recursion depth of your Python
implementation (generally around 1000). The beam tracer builds the bea\
m tree
recursively and in your case the recursion went to far. The order and \
threshold
simulation parameters were made to prevent this situation. What you ca\
...