def union(self, iselections):
     return flex.union(size=self.n_seq, iselections=iselections)
 def union(self, iselections):
   return flex.union(
     size=self.n_seq,
     iselections=iselections)