[FieldTrip] Question about Memory requirement Of Head model

Julian Keil julian.keil at gmail.com
Sun May 26 12:23:34 CEST 2013


Dear Jing Wang,

this might be due to you using a 32bit System.
As far as I know, 32bit Windows can only use ~3 GB of Memory. At least that's what I experienced using Win XP, maybe it's different for the server.
However, I'd advise you to switch to a 64bit System and try again.

Best,

Julian

********************
Dr. Julian Keil

AG Multisensorische Integration
Psychiatrische Universitätsklinik
der Charité im St. Hedwig-Krankenhaus
Große Hamburger Straße 5-11, Raum E 307
10115 Berlin

Telefon: +49-30-2311-1879
Fax:        +49-30-2311-2209 
http://psy-ccm.charite.de/forschung/bildgebung/ag_multisensorische_integration

Am 26.05.2013 um 11:26 schrieb WangJing:

> Hello Everyone,
>      I want to know what's the requiement of fieldtrip to hardware and software. My computer 's CPU is 3GHz, and RAM is 8GB. the OS is windows sever 2003, and the matlab is 2011a(32bit).I often encounter the problem of out of Memery.
> for example 1:
> > mri = ft_read_mri('IM-0001-0001.dcm');    % the dim of data is [512 512 144]
> cfg = [];
> ft_sourceplot(cfg,mri);
>  
> the result is:
> ??? Out of memory. Type HELP MEMORY for your options.
> Error in ==> ft_sourceplot at 368
>   ana  = (ana-dmin)./(dmax-dmin);
>  
> example 2:
> clear all
> mri = ft_read_mri('IM-0001-0001.dcm');
> cfg = [];
> cfg.method = 'interactive';
> cfg.coordsys = 'ctf';
> mri_realigned = ft_volumerealign(cfg,mri);
> clear mri
> cfg=[];
> mrirs = ft_volumereslice(cfg,mri_realigned);
>  
> when run to the last code, I face the same problem.
>  
> Thank you!
> Best Regards!
> Jing Wang
>  
>  
> _______________________________________________
> fieldtrip mailing list
> fieldtrip at donders.ru.nl
> http://mailman.science.ru.nl/mailman/listinfo/fieldtrip

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20130526/60d8c68b/attachment-0002.html>


More information about the fieldtrip mailing list