added function to convert to sparse data

This commit is contained in:
Erik Frojdh
2023-12-07 08:59:19 +01:00
parent 437a6cf2d5
commit 2b8415ca9b
2 changed files with 17 additions and 1 deletions

View File

@ -4,4 +4,6 @@ from _creader import *
from .file_utils import open_file
from .ClusterFile import ClusterFile
from .enums import DetectorType
from .RawFile import RawFile
from .RawFile import RawFile
from .SparseFile import to_sparse