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  

|
November 03, 2004 10:29AM
You could remove GLT sub-bricks from an output bucket dataset using the 3dbucket command. This would be something like the following triplet of commands:

3dbucket -prefix FRED INPUT'[0..21,24..$]'
3drename INPUT INPUT_old
3drename FRED INPUT

assuming you want to excise sub-bricks #22-23 (recall that counting starts at 0 in AFNI). Then you should be able to re-run 3dDeconvolve with the -xrestore and -bucket options to continue appending new GLT results to the now-modified INPUT+orig dataset.

Subject Author Posted

3dDeconvolve

NL November 02, 2004 12:08PM

Re: 3dDeconvolve

Robert Cox November 02, 2004 12:16PM

Re: 3dDeconvolve

NL November 02, 2004 01:52PM

Re: 3dDeconvolve

Robert Cox November 03, 2004 10:29AM

Re: 3dDeconvolve

NL November 03, 2004 03:14PM