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 07:20PM
The mastery information left in the dataset from THD_copy_dset_subs()
is what is preventing it from being written. In this case, the
mastery information does not seem to be needed any longer. I'll have
to ponder whether that would be true in general. But that is why
DSET_write() is failing.

The THD_copy_dset_subs function is only used to create temporary
datasets, with the higher-level function being r_new_resam_dset().
If you used r_new_resam_dset, it should work (no resampling would
actually be done). e.g.

r_new_resam_dset(rtin->reg_dset, NULL, 0,0,0, NULL,
RESAM_NN_TYPE, dlist, 1);

But if the mastery information can be deleted (and my expectation
is that it can), then THD_copy_dset_subs() would be a better function
to use.

More on that when I can get back to it...

- rick

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