MonashBI / arcana-legacy

Abstraction of Repository-Centric ANAlysis - a Python framework
Apache License 2.0
4 stars 3 forks source link

ID mapping in Repository object #56

Closed tclose closed 5 years ago

tclose commented 6 years ago

Repositories that are to combined into a single study may not have the same ID scheme, and for XNAT repositories the session ID can depended on the subject and project ID (at least in the case of MBI-XNAT). So there needs to be a custom way to map the IDs provided to the study and those of the repository.

A pair of lambda functions or a IDMapper object might be a good solution

tclose commented 5 years ago

This has been implemented