Module global_namespace
source code
Container for global namespace, used by qubx.pyenv.env; import and
define names in qub-express/global_names.py
Copyright 2012 Research Foundation State University of New York This
file is part of QUB Express.
QUB Express is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
QUB Express is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
You should have received a copy of the GNU General Public License,
named LICENSE.txt, in the QUB Express program directory. If not, see
<http://www.gnu.org/licenses/>.
|
DEBUG = False
|
|
QUBX_READY = False
|
|
BREAK_CLASS = 0
|
|
BREAK_COUNT = 1
|
|
CHOP_IDL = 2
|
|
CHOP_NONE = 0
|
|
CHOP_TIME = 1
|
|
DOSERESPONSE_MEASURE_EQUIL = 2
|
|
DOSERESPONSE_MEASURE_MEAN = 1
|
|
DOSERESPONSE_MEASURE_PEAK = 0
|
|
LISTFIG_POSITION_ABOVE = 1
|
|
LISTFIG_POSITION_BELOW = 2
|
|
LISTFIG_POSITION_FLOAT = 4
|
|
LISTFIG_POSITION_HIDDEN = 0
|
|
LISTFIG_POSITION_RIGHT = 3
|
|
OTHER_SEG_ALL = 0
|
|
OTHER_SEG_GROUP = 2
|
|
OTHER_SEG_ONSCREEN = 1
|
|
OTHER_SEL_ALL = 0
|
|
OTHER_SEL_ONSCREEN = 1
|
|
PROC_ADD = 2
|
|
PROC_AVG = 1
|
|
PROC_NONE = 0
|
|
PROC_SUB = 3
|
|
QUBX_VERSION = ' 3.5.0 '
|
|
SIGNALS_ALL = 0
|
|
SIGNALS_CUSTOM = 2
|
|
SIGNALS_SOURCE = 1
|
|
SOURCE_DATASOURCE = 0
|
|
SOURCE_FILEGROUP = 3
|
|
SOURCE_LIST = 1
|
|
SOURCE_OTHER = 2
|
|
SUBTRACT_FIT_CURVE = 1
|
|
SUBTRACT_FIT_NODES = 2
|
|
SUBTRACT_FIT_NONE = 0
|
|
__package__ = None
hash(x)
|