Functions | |
def | is_casapy |
def | is_ipython |
def | is_asap_cli |
def | setup_env |
def | get_revision |
Variables | |
list | __all__ |
This module has various functions for environment specific setings.
def asap.env.get_revision | ( | ) |
Get the revision of the software. Only useful within casapy.
Definition at line 54 of file env.py.
References sdtpimaging_regression.file.
def asap.env.is_asap_cli | ( | ) |
Are we running inside asap ipython (but not casapy)
Definition at line 23 of file env.py.
References asap.env.is_casapy(), and asap.env.is_ipython().
def asap.env.is_casapy | ( | ) |
Are we running inside casapy?
Definition at line 11 of file env.py.
Referenced by asap.scantable.scantable._fill(), and asap.env.is_asap_cli().
def asap.env.is_ipython | ( | ) |
Are we running inside IPython?
Definition at line 19 of file env.py.
Referenced by asap.env.is_asap_cli().
def asap.env.setup_env | ( | ) |
list asap.env.__all__ |