mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-18 10:17:12 +02:00
Taking v1 as the first release (#92)
- file reading - decoding master file
This commit is contained in:
7
python/aare/__init__.py
Normal file
7
python/aare/__init__.py
Normal file
@ -0,0 +1,7 @@
|
||||
# Make the compiled classes that live in _aare available from aare.
|
||||
from . import _aare
|
||||
|
||||
from ._aare import VarClusterFinder, File, RawMasterFile
|
||||
from ._aare import Pedestal, ClusterFinder
|
||||
from .CtbRawFile import CtbRawFile
|
||||
from .ScanParameters import ScanParameters
|
Reference in New Issue
Block a user