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

file size reporting: adaptive unit #1378

Open
bpinsard opened this issue Jan 29, 2025 · 0 comments
Open

file size reporting: adaptive unit #1378

bpinsard opened this issue Jan 29, 2025 · 0 comments

Comments

@bpinsard
Copy link

What would you like to see added in this software?

Running MRIQC reports file size on different modalities, but for anatomical images, GB unit and truncation gives 0.00GB , which is not really informative.

2025-01-29 14:46:34 | IMPORTANT | mriqc            | Extracting metadata and entities for 1 input runs of modality 't1w'...
2025-01-29 14:46:34 | IMPORTANT | mriqc            | File size ('t1w'): 0.00|0.00 GB [maximum|average].
2025-01-29 14:46:34 | IMPORTANT | mriqc            | Extracting metadata and entities for 2 input runs of modality 't2w'...
2025-01-29 14:46:34 | IMPORTANT | mriqc            | File size ('t2w'): 0.00|0.00 GB [maximum|average].
2025-01-29 14:46:34 | IMPORTANT | mriqc            | Extracting metadata and entities for 2 input runs of modality 'bold'...
2025-01-29 14:46:34 | IMPORTANT | mriqc            | File size ('bold'): 0.21|0.16 GB [maximum|average].

Having

f"File size ('{mod}'): {_max_size:.2f}|{np.mean(size):.2f} GB [maximum|average].",

Do you have any interest in helping implement the feature?

No

Additional information / screenshots

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant