AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
July 06, 2022 03:47AM
Hi Paul,

oh yes, you are right. The error should stem from 1dcat and not from 3dmaskdump.
As I understand you, the problem stems from a limitation of the code for handling .1D files. It is not a bug, just a "limitation" so to speak.

You asked for the reason why I play around with such a massive amount of voxels. I have two ROIs which span across the whole cerebral cortex. Consequently, the ROIs are very huge and contain a massive amount of voxels.

I computed two variables/measurements on a voxel-based level. My aim is to compare these voxel-based variables across all subjects using a Pearson correlation. Thats why I dealt with two .1D or .txt files where each file contains a massive number of numeric values.

But you are right, extracing the values for each subject individually to subsequently load these files into Python via a for loop (and finally add them all together into a list or array) solves the problem too.

Philipp
Subject Author Posted

**Error: Line too long for buffer of 5048576 chars.** (3dmaskdump)

Philipp July 05, 2022 06:32AM

Re: **Error: Line too long for buffer of 5048576 chars.** (3dmaskdump)

ptaylor July 05, 2022 01:20PM

Re: **Error: Line too long for buffer of 5048576 chars.** (3dmaskdump)

Philipp July 06, 2022 03:47AM

Re: **Error: Line too long for buffer of 5048576 chars.** (3dmaskdump)

rick reynolds July 07, 2022 12:07AM

Re: **Error: Line too long for buffer of 5048576 chars.** (3dmaskdump)

Philipp July 07, 2022 05:43AM