Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split up connectivity.mat file to follow BEP017 #73

Open
tsalo opened this issue Aug 20, 2024 · 3 comments
Open

Split up connectivity.mat file to follow BEP017 #73

tsalo opened this issue Aug 20, 2024 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@tsalo
Copy link
Member

tsalo commented Aug 20, 2024

Summary

BEP017: Relationship matrices defines how correlation matrices should be defined. We can still compress the relmat files if we adopt BEP017, whether with tsv.gz, zarr, h5, or parquet.

@tsalo tsalo added the enhancement New feature or request label Aug 20, 2024
@mattcieslak
Copy link
Contributor

one possible gotcha here is that a very large number of these matrices get created. Each atlas gets a matrix for each weighting type (eg sift, average scalar, etc) and connectivity calculation method (pass, end, etc).

@tsalo
Copy link
Member Author

tsalo commented Aug 20, 2024

It's a hard one. In XCP-D there are a bunch of correlation matrices that we just put in separate files. We end up with a lot of files, but it's still manageable.

@tsalo
Copy link
Member Author

tsalo commented Nov 21, 2024

Per #164 (comment), we'll make the split at some point.

@tsalo tsalo added this to the 1.1.0 milestone Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants