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 04:35PM
Rick

That was a good suggestion, but it did not help. I have the debug statement:

fprintf (stdout, "RT_sub_brick_id is [%d, %d], data set has %d briks \n",
RT_sub_brick_id[0], RT_sub_brick_id[1],
rtin->dset[cc]->dblk->nvals);

in my code, and I get the output:

RT_sub_brick_id is [1, 4], data set has 5 briks
RT: update with 5 bricks in channel 01 to AFNI[A]
RT_sub_brick_id is [1, 5], data set has 6 briks
RT: update with 6 bricks in channel 01 to AFNI[A]
RT_sub_brick_id is [1, 6], data set has 7 briks
RT: update with 7 bricks in channel 01 to AFNI[A]
RT_sub_brick_id is [1, 7], data set has 8 briks
RT: update with 8 bricks in channel 01 to AFNI[A]

It looks like I am keeping within the bounds of the acquired data for this dataset, but still nothing is hitting the disk. I even put in an ISVALID_3DIM_DATASET to check the copied sub-brick, and it seems to be valid (i.e. the ISVALID.... check does not throw an error).

After the data set is copied, I edit the prefix and label1 with EDIT_dset_items, before I call DSET_overwrite to dump it to disk. Is something missing in between there ?

thanks again for all your help with this ...

cheers
vinai

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