bids-standard / pybids-refactor

Python tools for querying and manipulating BIDS datasets.
https://bids-standard.github.io/pybids/
MIT License
0 stars 1 forks source link

Add path modification methods #3

Open adelavega opened 1 year ago

adelavega commented 1 year ago
erdalkaraca commented 1 year ago

Seems like these methods are meant to allow creating derivatives? ancpbids has support for creating in-memory structure of a derivative (folders/files), then saving that structure to file system.

adelavega commented 1 year ago

I'm not familiar w/ all of these functions, but yes generally speaking. They are just simple helper functions

effigies commented 1 year ago

They are not necessarily for creating derivatives. They are also there to generate valid raw dataset paths, for instance for tools that are used to curate BIDS datasets in the first place.