AARE
Data analysis library for PSI hybrid detectors
|
Public Member Functions | |
__init__ (self, path) | |
Any | __getattribute__ (self, str __name) |
Data Fields | |
path | |
Protected Attributes | |
_file | |
File class. uses proxy pattern to wrap around the pybinding class abstracts the python binding class that is requires type and detector information (e.g. _FileHandler_Jungfrau_16)
aare.File.File.__init__ | ( | self, | |
path | |||
) |
opens the master file and checks the dynamic range and detector
Any aare.File.File.__getattribute__ | ( | self, | |
str | __name | ||
) |
Proxy pattern to call the methods of the _file
|
protected |
aare.File.File.path |