diff --git a/atrcopy/segments.py b/atrcopy/segments.py index 7d5616f..f323638 100644 --- a/atrcopy/segments.py +++ b/atrcopy/segments.py @@ -60,6 +60,9 @@ class OrderWrapper(object): """ return self.order[index] + def tostring(self): + return self.np_data[self.order].tostring() + class UserExtraData(object): def __init__(self): self.comments = dict()