Right now, append only takes a TRX as input:
|
def append(self, trx: Type["TrxFile"], extra_buffer: int = 0) -> None: |
For practical purposes, it would be useful to be allowed to append SFT and other types (ArraySequence, LazyTractogram) into an existing TRX.
Right now,
appendonly takes a TRX as input:trx-python/trx/trx_file_memmap.py
Line 1239 in d2e5d9f
For practical purposes, it would be useful to be allowed to append SFT and other types (ArraySequence, LazyTractogram) into an existing TRX.