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  

|
October 15, 2008 10:56AM
Yes - it is. In my code, just above the snippet I originally posted, I have the following:

int RT_sub_brick_id[2];

RT_sub_brick_id[0] = 1;
RT_sub_brick_id[1] = RT_written;

so that should take care of the requirements of THD_copy_dset_subs ... I will rework things a little, try to correct the "incoming data" and "write" conditions for the original (multichannel) and volume registered data - which are not identical, though I have put them as such in my initial test code ...

Just a general question about dataset creation and writing - I copied the single time point sub-brick into a new data set. Does THD_copy_dset_subs create the new dataset ? I thought that's what the EDIT_empty_copy function did ...

And after that, I edit the name of the data set before it's written out to disk. Is there anything else that needs to be done before one can write out a dataset to disk ? Even when that data set was copied from another ?

Subject Author Posted

adding capability to real time plug in

vinai roopchansingh October 14, 2008 03:44PM

Re: adding capability to real time plug in

Bob Cox October 14, 2008 04:03PM

Re: adding capability to real time plug in

vinai roopchansingh October 14, 2008 04:39PM

Re: adding capability to real time plug in

rick reynolds October 14, 2008 05:39PM

Re: adding capability to real time plug in

vinai roopchansingh October 15, 2008 10:56AM

Re: adding capability to real time plug in

rick reynolds October 14, 2008 04:30PM

Re: adding capability to real time plug in

vinai roopchansingh October 14, 2008 04:57PM

Re: adding capability to real time plug in - some progress ...

vinai roopchansingh October 15, 2008 01:35PM

Re: adding capability to real time plug in - some progress ...

rick reynolds October 15, 2008 02:11PM

Re: adding capability to real time plug in

vinai roopchansingh October 15, 2008 04:35PM

Re: adding capability to real time plug in

rick reynolds October 15, 2008 07:20PM

Re: adding capability to real time plug in

vinai roopchansingh October 15, 2008 10:23PM

RT write implemented ...

vinai roopchansingh October 17, 2008 02:39PM

Re: RT write implemented ...

rick reynolds October 17, 2008 04:37PM