PSCalib/src/GlobalUtils.py File Reference

Go to the source code of this file.

Namespaces

namespace  GlobalUtils

Functions

def GlobalUtils::det_type_from_source
def GlobalUtils::string_from_source
 ----------------------------- ------------------------------
def GlobalUtils::shape_nda_to_2d
 -----------------------------
def GlobalUtils::shape_nda_to_3d
 -----------------------------
def GlobalUtils::reshape_nda_to_2d
 -----------------------------
def GlobalUtils::reshape_nda_to_3d
 -----------------------------
def GlobalUtils::merge_masks
def GlobalUtils::mask_neighbors
def GlobalUtils::mask_edges
def GlobalUtils::str_tstamp
 -----------------------------
def GlobalUtils::get_enviroment
def GlobalUtils::get_login
def GlobalUtils::get_hostname
def GlobalUtils::get_cwd
def GlobalUtils::create_directory
def GlobalUtils::save_textfile
def GlobalUtils::load_textfile
def GlobalUtils::calib_dir
def GlobalUtils::exp_name
def GlobalUtils::alias_for_src_name
def GlobalUtils::test_mask_neighbors_2d
def GlobalUtils::test_mask_neighbors_3d
def GlobalUtils::test_mask_edges_2d
def GlobalUtils::test_mask_edges_3d
def GlobalUtils::do_test

Variables

string GlobalUtils::__version__ = "$Revision: 13028 $"
int GlobalUtils::PEDESTALS = 0
int GlobalUtils::PIXEL_STATUS = 1
int GlobalUtils::PIXEL_RMS = 2
int GlobalUtils::PIXEL_GAIN = 3
int GlobalUtils::PIXEL_MASK = 4
int GlobalUtils::PIXEL_BKGD = 5
int GlobalUtils::COMMON_MODE = 6
int GlobalUtils::GEOMETRY = 7
tuple GlobalUtils::calib_types = ( PEDESTALS, PIXEL_STATUS, PIXEL_RMS, PIXEL_GAIN, PIXEL_MASK, PIXEL_BKGD, COMMON_MODE, GEOMETRY)
tuple GlobalUtils::calib_names = ('pedestals', 'pixel_status', 'pixel_rms', 'pixel_gain', 'pixel_mask', 'pixel_bkgd', 'common_mode', 'geometry')
tuple GlobalUtils::calib_dtypes = ( np.float32, np.uint16, np.float32, np.float32, np.uint8, np.float32, np.double, str)
tuple GlobalUtils::dic_calib_type_to_name = dict(zip(calib_types, calib_names))
tuple GlobalUtils::dic_calib_name_to_type = dict(zip(calib_names, calib_types))
tuple GlobalUtils::dic_calib_type_to_dtype = dict(zip(calib_types, calib_dtypes))
int GlobalUtils::LOADED = 1
int GlobalUtils::DEFAULT = 2
int GlobalUtils::UNREADABLE = 3
int GlobalUtils::UNDEFINED = 4
int GlobalUtils::WRONGSIZE = 5
int GlobalUtils::NONFOUND = 6
int GlobalUtils::DCSTORE = 7
tuple GlobalUtils::calib_statvalues = ( LOADED, DEFAULT, UNREADABLE, UNDEFINED, WRONGSIZE, NONFOUND, DCSTORE)
tuple GlobalUtils::calib_statnames = ('LOADED', 'DEFAULT', 'UNREADABLE', 'UNDEFINED', 'WRONGSIZE', 'NONFOUND', 'DCSTORE')
tuple GlobalUtils::dic_calib_status_value_to_name = dict(zip(calib_statvalues, calib_statnames))
tuple GlobalUtils::dic_calib_status_name_to_value = dict(zip(calib_statnames, calib_statvalues))
int GlobalUtils::UNDEFINED = 0
int GlobalUtils::CSPAD = 1
int GlobalUtils::CSPAD2X2 = 2
int GlobalUtils::PRINCETON = 3
int GlobalUtils::PNCCD = 4
int GlobalUtils::TM6740 = 5
int GlobalUtils::OPAL1000 = 6
int GlobalUtils::OPAL2000 = 7
int GlobalUtils::OPAL4000 = 8
int GlobalUtils::OPAL8000 = 9
int GlobalUtils::ORCAFL40 = 10
int GlobalUtils::EPIX = 11
int GlobalUtils::EPIX10K = 12
int GlobalUtils::EPIX100A = 13
int GlobalUtils::FCCD960 = 14
int GlobalUtils::ANDOR = 15
int GlobalUtils::ACQIRIS = 16
int GlobalUtils::IMP = 17
int GlobalUtils::QUARTZ4A150 = 18
int GlobalUtils::RAYONIX = 19
int GlobalUtils::EVR = 20
int GlobalUtils::FCCD = 21
int GlobalUtils::TIMEPIX = 22
int GlobalUtils::FLI = 23
int GlobalUtils::PIMAX = 24
int GlobalUtils::ANDOR3D = 25
int GlobalUtils::JUNGFRAU = 26
tuple GlobalUtils::list_of_det_type
tuple GlobalUtils::list_of_det_names
tuple GlobalUtils::list_of_calib_groups
tuple GlobalUtils::dic_det_type_to_name = dict(zip(list_of_det_type, list_of_det_names))
tuple GlobalUtils::dic_det_type_to_calib_group = dict(zip(list_of_det_type, list_of_calib_groups))
 GlobalUtils::bld_names = \


Generated on 19 Dec 2016 for PSANAmodules by  doxygen 1.4.7