concat mask also; closes #84

This commit is contained in:
Dominik Demuth
2023-06-19 18:15:25 +02:00
parent 1a225b2cd2
commit 22f8bc80ed
3 changed files with 14 additions and 10 deletions

View File

@ -343,7 +343,7 @@ class UpperManagement(QtCore.QObject):
if joined is None:
joined = data_i.copy()
else:
joined.append(data_i.x, data_i.y, data_i.y_err)
joined.append(data_i.data.x, data_i.data.y, y_err=data_i.data.y_err, mask=data_i.data.mask)
name_set.add(data_i.name)
group_set.add(data_i.group)