Back to the main page.

Bug 1848 - fix some small topics that have been requested for spm12

Status CLOSED FIXED
Reported 2012-11-26 10:56:00 +0100
Modified 2019-08-10 12:42:06 +0200
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P3 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2012-11-26 10:56:46 +0100

I realize that I still had a "SPM12 TODO" file in my dropbox. It contains a list of requests from the SPM team: 1) check that postamble is reached, and that a function does not return/exit somewhere halfway 2) add runonce to ft_defaults 3) consider using ft_my_defaults (c.f. spm12) 4) consider using getpref/setpref 5) ft_getopt.c should be present in peer/src, otherwise it is not a self-contained toolbox (use autosync) implement onSuccess callback in qsubcellfun, idem onError 5) make it possible to run the following with peer and qsub ----------- function y = test_subfunhandle y = @subfunction; function subfunction(x) disp(x) ------------ 6) fexec is using the old way of random seeding, look at the implementation of Johanna 7) fexec should use the function handle instead of the string, see MATLAB "functions" function or save to a mat file 8) ensure that peer and qsub only work with function handles, consider testgin with inline functions 9) setcustompath moet controleren dat de directories bestaan, zo niet, dan een waarschuwing geven en niet toevoegen 10) qsubcompile moet single thread maken, zie spm_make_standalone voor opties


Eelke Spaak - 2012-11-26 11:01:36 +0100

Regarding 5/8: I very much doubt it will be possible to have qsub and peer work with function handles. I actually tried to hack this a while ago, but the architecture fundamentally relies on function files being there. The modules require strings, and the qsubfeval(@bla) syntax is a bit misleading. But perhaps there is something I haven't thought of :)


Robert Oostenveld - 2017-10-03 11:16:10 +0200

it is now 2017, and I think that spm12 in general is working fine with FT. Hence I am closing this, since these topics will not receive attention anytime soon.


Robert Oostenveld - 2019-08-10 12:35:52 +0200

This closes a whole series of bugs that have been resolved (either FIXED/WONTFIX/INVALID) for quite some time. If you disagree, please file a new issue on https://github.com/fieldtrip/fieldtrip/issues.


Robert Oostenveld - 2019-08-10 12:42:06 +0200

This closes a whole series of bugs that have been resolved (either FIXED/WONTFIX/INVALID) for quite some time. If you disagree, please file a new issue on https://github.com/fieldtrip/fieldtrip/issues.