-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Right now, append only takes a TRX as input:
trx-python/trx/trx_file_memmap.py
Line 1239 in d2e5d9f
| 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.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers