def _post(self): post = dp.Transformer() dst = list() dst.append((0,0,1)) dst.append((0,1,0)) dst.append((1,0,0)) if self.long_range: dst.append((0,0,3)) dst.append((0,3,0)) dst.append((2,0,0)) dst.append((0,0,9)) dst.append((0,9,0)) dst.append((3,0,0)) dst.append((0,0,27)) dst.append((0,27,0)) dst.append((4,0,0)) aff = dp.Affinity(dst, 'affinity', 'affinity', crop=(1,1,1), base_w=1.0) post.append(aff) return post
def _post(self): post = dp.Transformer() return post