search for: neuroimag

Displaying 20 results from an estimated 35 matches for "neuroimag".

Did you mean: neuroimage
2011 Apr 19
1
Boost library in R package.
...ble was the resulting package. I am especially thinking of possible compiling problems on Windows and Apple systems. If anyone had any tips on how to render an R package using Boost portable, that would be very much appreciated. Thank you very much for your help, -- Cedric Ginestet Centre for Neuroimaging Sciences (L3.04) NIHR Biomedical Research Centre Department of Neuroimaging Institute of Psychiatry, Box P089 King's College London De Crespigny Park London SE5 8AF [[alternative HTML version deleted]] _______________________________________________ R-packages mailing list R-packages at r...
2011 Apr 19
1
Boost library in R package.
...ble was the resulting package. I am especially thinking of possible compiling problems on Windows and Apple systems. If anyone had any tips on how to render an R package using Boost portable, that would be very much appreciated. Thank you very much for your help, -- Cedric Ginestet Centre for Neuroimaging Sciences (L3.04) NIHR Biomedical Research Centre Department of Neuroimaging Institute of Psychiatry, Box P089 King's College London De Crespigny Park London SE5 8AF [[alternative HTML version deleted]] _______________________________________________ R-packages mailing list R-packages at r...
2014 Feb 19
2
Windows 7 to Samba 4.1.4 in complete copies from CD/DVD
...ECT_NAME_COLLISION If I launch a Samba 3.6.20 with the same smb.conf it works as expected. I'm not sure if this is bug or a config change I need to make for Samba 4. This is running on OmniOS with Samba 4.1.4 compiled from source. The smb.conf is: [global] log level = 6 workgroup = NEUROIMAGE server string = ZFS Test Server - Samba Version %v netbios name = NILtest1 winbind enum groups = yes winbind enum users = yes idmap backend = tdb idmap uid = 100000-10000000 idmap gid = 100000-10000000 idmap config NEUROIMAGE : backend = nss idmap config NEUR...
2015 Jul 06
1
Windows 8.1 Join Domain
...> >>> What is the current wisdom for making this happen each and every time >>> for all my machines? >>> >>> Thanks, >>> >>> -- >>> Chuck Theobald >>> System Administrator >>> The Robert and Beverly Lewis Center for Neuroimaging University of >>> Oregon >>> P: 541-346-0343 >>> F: 541-346-0345 >>> >>> -- >>> To unsubscribe from this list go to the following URL and read the >>> instructions: https://lists.samba.org/mailman/options/samba >>> >>...
2015 Jun 26
2
Windows 8.1 Join Domain
...s so far as creating the record, but still no welcome into the domain. > > What is the current wisdom for making this happen each and every time > for all my machines? > > Thanks, > > -- > Chuck Theobald > System Administrator > The Robert and Beverly Lewis Center for Neuroimaging University of > Oregon > P: 541-346-0343 > F: 541-346-0345 > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > I had a similar problem with a W7 machine and Samba 3. In my case was...
2015 Jun 26
2
Windows 8.1 Join Domain
...o my add machine script, but that script works so far as creating the record, but still no welcome into the domain. What is the current wisdom for making this happen each and every time for all my machines? Thanks, -- Chuck Theobald System Administrator The Robert and Beverly Lewis Center for Neuroimaging University of Oregon P: 541-346-0343 F: 541-346-0345
2008 Jan 10
1
OS X binary: 32 or 64-bit?
Dear R Experts, I am using R.app (the Mac OS X binary) for neuroimage analysis, so I am loading in some large image files. I get the following error in the middle of my script: > source("3dLME.R") Read 1 record Read 1 record Read 1 record Read 1 record Read 1 record Error: cannot allocate vector of size 3.1 Gb R(2081,0xa000d000) malloc: *** vm_allocate...
2015 Jul 06
0
Windows 8.1 Join Domain
...t still no welcome into the > domain. >> What is the current wisdom for making this happen each and every time >> for all my machines? >> >> Thanks, >> >> -- >> Chuck Theobald >> System Administrator >> The Robert and Beverly Lewis Center for Neuroimaging University of >> Oregon >> P: 541-346-0343 >> F: 541-346-0345 >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba >> > I had a similar problem with a W7 m...
2005 May 22
2
some cannot join domain
...not sure that this is relevant. Any ideas as to where I can look to begin to track this down? I can manually create the machine accounts, but am leary of doing so due to the requirement of having unique SIDs. Thanks, Chuck Theobald System Administrator The Robert and Beverly Lewis Center for Neuroimaging University of Oregon P: 541-346-0343 F: 541-346-0345
2004 Dec 08
5
problems with print$
...TO, but so far little joy except that of knowing I am not dealing with M$AD. I will try the above with a native Unix user and see how that goes. Any advice on doing this with an LPAP user would be appreciated. Thanks, Chuck Theobald System Administrator The Robert and Beverly Lewis Center for Neuroimaging University of Oregon P: 541-346-0343 F: 541-346-0345
2011 Jun 28
2
Loop through each subject
R help - I am attempting to write a script that has multiple subjects in 1 data file. Each subject has multiple rows with columns as variables. Here is my code, I am having problem executing it on each unique subject id (dat$Subject). getwd() setwd("/Users/edwardpatzelt/Desktop/Neuroimaging/MERIT/SRRT/merge") dat <- read.table("test2.txt", header = TRUE, na.strings = NA, stringsAsFactors = FALSE, sep = "\t") for(i in 1:length(dat)) { for (i in 1:)dat[(unique(dat$Subject)),)] { colg <- dat[grep("Green", dat$CueProbe),] colg...
2011 May 04
1
General "nil" reference class object
...( + initialize=function (foo=nilObject) { initFields(foo=foo) })) > is.nilObject(Bar$new()$foo) [1] TRUE Is there already something like this that I'm not aware of? If not, would it be possible and generally desirable to create it? All the best, Jon -- Jonathan D Clayden, PhD Lecturer in Neuroimaging and Biophysics Imaging and Biophysics Unit UCL Institute of Child Health 30 Guilford Street LONDON WC1N 1EH United Kingdom
2009 Jan 23
2
R for Computational Neuroscience?
Hi all, I've noticed that many computational neuroscience research groups use MATLAB. While it's possible that MATLAB may have some features unavailable in R, I suspect that this may instead simply be a case of costly tradition, where researchers were taught MATLAB as students and pay for it as researchers because it's all they know. I'd like to attempt to break the cycle by
2010 Feb 28
1
Problem with gsl package
Hi all, I am new to R and am writing after having contacted Robin Hankin, who maintains the R gsl wrapper. I am trying to use an AFNI (neuroimaging analysis) program that depends on the R gsl package. When I try to use the script I wrote, I get an error that led me to suspect the gsl package was a culprit. When I do library("gsl") within R, I get: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared libr...
2005 Aug 01
1
Slow browsing from Win2k and WinXP
...r Public Share path = /vxfsvol/public read only = No [office-admin] comment = Office Administrative Share path = /vxfsvol/home/staff/office-admin read only = No lauterbur{24}# Chuck Theobald System Administrator The Robert and Beverly Lewis Center for Neuroimaging University of Oregon P: 541-346-0343 F: 541-346-0345
2011 Feb 11
1
Help optimizing EMD::extrema()
Hi folks, I'm attempting to use the EMD package to analyze some neuroimaging data (timeseries with 64 channels sampled across 1 million time points within each of 20 people). I found that processing a single channel of data using EMD::emd() took about 8 hours. Exploration using Rprof() suggested that most of the compute time was spent in EMD::extrema(). Looking at the co...
2005 May 17
1
smbldap-tools broken pipe
..._group ou=Groups,dc=lcni,dc=uoregon,dc=edu This is maddening, as it is standing in the way of my migration from TAS to Samba+LDAP. I am pathetically in need of assistance, any suggestions would be appreciated. Regards, Chuck Theobald System Administrator The Robert and Beverly Lewis Center for Neuroimaging University of Oregon P: 541-346-0343 F: 541-346-0345
2006 Mar 18
1
Time-Series, multiple measurements, ANOVA model over time points, analysis advice
...consider the temporal dependence in the time-series data? There are papers on ramdomization tests for the sort of time-series data we have (eg, Blair and Karnisky, 1993), but these papers often report only t-test comparisons, not F-tests with 2+ factors. BACKGROUND: We have a dataset from a human neuroimaging experiment. Subjects view a screen, with a fixation point at the center. A cue arrow appears, directing their attention to the lower left or right visual field (cue left or cue right, this is one factor in our analysis). After 1 sec, a stimulus (S) appears in the lower left or right visual qu...
2008 Feb 03
1
Effect size of comparison of two levels of a factor in multiple linear regression
...es its width depends on the number of simulations and is therefore arbitrary. If anyone knew a better way to get at the effect sizes I'm looking for or how I could also get confidence intervals for them, that would be greatly appreciated. Thanks, Christoph -- Christoph Mathys, M.S. Music and Neuroimaging Laboratory Beth Israel Deaconess Medical Center and Harvard Medical School
2015 Jun 26
0
Windows 8.1 Join Domain
...> far as creating the record, but still no welcome into the domain. > > What is the current wisdom for making this happen each and every time for > all my machines? > > Thanks, > > -- > Chuck Theobald > System Administrator > The Robert and Beverly Lewis Center for Neuroimaging > University of Oregon > P: 541-346-0343 > F: 541-346-0345 > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > I had a similar problem with a W7 machine and Samba 3. In my case was b...