search for: dcm

Displaying 20 results from an estimated 27 matches for "dcm".

Did you mean: dc
2012 Apr 20
4
Secuencias de ficheros
Hola, tengo que leer más de 2000 ficheros en un programa largo de estimación sobre imágenes médicas, con una estructura como ésta: desde "IM-0005-0001.dcm" hasta "IM-0005-2021.dcm" Si hago esto: ui <- NULL for (i in 1:8){ ui[i] <- paste("IM-0005-", i,".dcm", sep="") } ui Obtendría: [1] "IM-0005-1.dcm" "IM-0005-2.dcm" "IM-0005-3.dcm" "IM-0005-4.dcm" [5] &qu...
2007 Dec 12
1
Getting error message using R: Please help (it's coursework due in on Friday)
I've been trying for the past 3 weeks to use R (much better than Matlab but I am very bad with computers so I am very new to all of this) and know how to input the data (hey, it's a start!) but every time I type in the following: dcm <- decompose(information) I get the following error message: Error in decompose(information) : time series has no or less than 3 periods Could you please aid me so that I can progress to the next step. What I am in fact trying to do at the moment is plot a graph of the information so I had as...
2012 Feb 18
1
Gluster NFS and symlink
...ion for gluster to have symlinks working with gluster nfs exports? When I try to create a symlink on a glusterfs nfs mount I get: ln: creating symbolic link `test' to `httpdocs': Unknown error 526 From nfs.log: [2012-02-18 01:27:27.541155] E [client3_1-fops.c:173:client3_1_symlink_cbk] 0-dcm-gluster-backup1-client-0: remote operation failed: Operation not supported Is this operation really not supported? Thanks. Lars
2008 Oct 02
11
[PATCH 1/2] PV hugepages - Xen patch
This patch enables support of hugepages in a pv Xen environment. It is against the latest xen unstable tree on http://xenbits.xensource.com. The patch assumes the guest is passing a physically aligned hugepage. It does reference counting on all the underlying pages. Dave McCracken Oracle Corp. _______________________________________________ Xen-devel mailing list
2000 Feb 29
1
smbfs failure mounting DAVE Macintosh share
Hi, I tried to make my Linux box smbmount a remote share originating from a Macintosh running the commercial package DAVE 2.5. The Linux box is a RedHat 6.0 with a 2.2.14 kernel (with smbfs inserted as a module) and samba-2.0.3; the iMac ran MacOS9. The directory to be shared, \\akemi\archivio, contained two files, aaa and bbb. Here's what happened: [root@sonal ~]# smbmount
2008 Oct 22
2
[LLVMdev] Regarding Error on Mac OSX
...lowing pass exists. I am using Mac OSX leopard and gcc4 opt -load ../Release/lib/LLVMHello.dylib -hello Error opening '../Release/lib/LLVMHello.dylib': dlopen(../Release/lib/LLVMHello.dylib, 1): Symbol not found: __ZN4llvm12FunctionPass11runOnModuleERNS_6ModuleE Referenced from: /ketan/dcm-project/llvm-2.3/Release/lib/LLVMHello.dylib Expected in: flat namespace -load request ignored. opt: Unknown command line argument '-hello'. Try: 'opt --help' Can you please help me and guide as to how i can resolve this issue. Thank you Ketan
2008 Nov 04
7
[PATCH 1/1] Xen PV support for hugepages
This is the latest version of a patch that adds hugepage support to the Xen hypervisor in a PV environment. It is against the latest xen-unstable tree on xenbits.xensource.com. I believe this version addresses the comments made about the previous version of the patch. Hugepage support must be enabled via the hypervisor command line option "allowhugepage". It assumes the guest
2009 Dec 14
1
meetme with review of the entered conference number
Hi there, I'm using asterisk meetme function like: exten => 9070,n,MeetMe(|dcM) and everything works pretty well. But I would like to add a review of the entered conference number before the user jumps into the conference. Somthing like: *:"Please enter the conference number followed by the hash key" (works) U: 123456# (works) *: "You are entering conference...
2008 Apr 11
1
Legacy db and hyphen on column name issue.
...tion. All the powers of ``globalism'''' have entered into an unholy alliance to exorcize this spectre: Microsoft and Disney, the World Trade Organization, the United States Congress and the European Commission. Eben Moglen from the FSF. http://emoglen.law.columbia.edu/publications/dcm.html Solidarity: http://www.dailyradical.org http://www.diarioradical.org http://www.spboston.org http://www.binaryfreedom.info --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. T...
2010 Jul 08
1
New R-SIG for Discrete Choice Modelling
...ocks) the use of packages can be daunting for the novice. This list can be a source of help for applied DC/SP/CBC researchers who may not necessarily be R experts. If you'd like to join the SIG (or just subscribe to the list), please visit this URI: https://stat.ethz.ch/mailman/listinfo/r-sig-dcm The SIG has not done anything apart from setting up this list (yet), and at present consists of four people. Check out the Web page to see more detail on our views and aims, and jump in! -- Department of Marketing University of Otago +64 03 479 5040 http://marketing.otago.ac.nz/staff/williams...
2011 Jun 21
1
Estimating choice models at the individual level
Hi, I have a discrete choice model to estimate for a client that I originally planned to estimate as an aggregate model using a clogit routine. Now the client is asking for results for many segments of the respondents which would mean, if I stayed with my original plan, I would have to estimate a large number of models. I could certainly do this, but I'm thinking that it would be
2008 Oct 23
0
[LLVMdev] Regarding Error on Mac OSX
...Mac OSX leopard and gcc4 > > > > opt -load ../Release/lib/LLVMHello.dylib -hello > Error opening '../Release/lib/LLVMHello.dylib': dlopen(../Release/lib/LLVMHello.dylib, 1): Symbol not found: __ZN4llvm12FunctionPass11runOnModuleERNS_6ModuleE > Referenced from: /ketan/dcm-project/llvm-2.3/Release/lib/LLVMHello.dylib > Expected in: flat namespace > > -load request ignored. > opt: Unknown command line argument '-hello'. Try: 'opt --help' > > Can you please help me and guide as to how i can resolve this issue. > > Thank y...
2008 Jul 24
5
[PATCH 0/2] Add hugetlb support for PV
Here is a set of small patches that enables hugetlb on PV machines. They are against xen-unstable and linux-2.6.18-xen. The patches are specifically for x86_64. I originally had these patches working back in May, but recently for some reason my machine now refuses to boot the baseline xen-unstable, so I''ve been unable to verify them. However, they should still work. Comments, bug
2015 Feb 20
2
[LLVMdev] Building Compiler-RT on Windows
Has anyone built Compiler-RT on Windows? I am attempting to compile it for ARM, but I get errors from CMake. It appears to be trying to pass VC++ flags to Clang. I am using a version of Clang built from trunk. PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" ..\compiler-rt -- The C compiler identification is Clang 3.7.0 clang.exe: error: no such file or directory: '/nologo' clang.exe: error: no such fi...
2015 Feb 20
3
[LLVMdev] Building Compiler-RT on Windows
...ompile it >>> for ARM, but I get errors from CMake. It appears to be trying to pass VC++ >>> flags to Clang. I am using a version of Clang built from trunk. >>> >>> >>> >>> PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja >>> -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM >>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" >>> ..\compiler-rt >>> -- The C compiler identification is Clang 3.7.0 >>> clang.exe: error: no such file or direc...
2007 Jan 13
1
Failed to verify incoming ticket
...cbc-md5 default_tgs_enctypes = des-cbc-crc des-cbc-md5 forwardable = true dns_lookup_kdc = false dns_lookup_realm = false kdc_timesync = true [realms] MYDOMAIN.COM = { kdc = dcm.mydomain.com admin_server = dcm.mydomain.com default_domain = mydomain.com } [domain_realm] .mydomain.com = MYDOMAIN.COM mydomain.com = MYDOMAIN.COM [logging] kdc = FILE:/var/log/krb5kdc.log adm...
2015 Feb 26
0
[LLVMdev] Building Compiler-RT on Windows
...ang. I am using a version of Clang built from trunk. >>>> >>> This is unclear to me. Are you trying to build it for Windows ARM? Or some other ARM environment? > >>>> >>>> PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja >>>> -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM >>>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" >>>> ..\compiler-rt >>>> -- The C compiler identification is Clang 3.7.0 >>>> clang.exe: error: no su...
2015 Feb 26
1
[LLVMdev] Building Compiler-RT on Windows
...from trunk. >>>>> >>>> > This is unclear to me. Are you trying to build it for Windows ARM? Or > some other ARM environment? > > >> >>>>> >>>>> PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja >>>>> -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM >>>>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" >>>>> ..\compiler-rt >>>>> -- The C compiler identification is Clang 3.7.0 >>>>> clang.e...
2005 Feb 24
0
TiVo To Go - aka TiVo Desktop 2.0
Anyone got this working under wine? It seems to want its beacon service running before the desktop will open. I've been looking, but so far, I haven't found anything on how to run windows services under wine. dcm
2011 Dec 01
0
pb with 4D dicom data and oro.dicom
...0033 Image Time: 161142 0008,0050 Accession Number: A10080336707 0008,0060 Modality: MR 0008,0070 Manufacturer: Philips Medical Systems 0008,0080 Institution Name: HUG 0008,0090 Referring Physician's Name: SRV-CHURO PC-URO 0008,0100 Code Value: 0008,0102 Coding Scheme Designator: DCM 0008,0104 Code Meaning: 0008,1010 Station Name: PETMRSC 0008,1030 Study Description: IRM prostate 0008,1032 Procedure Code Sequence: 0008,0100 Code Value: IRMPROST 0008,0102 Coding Scheme Designator: XPLORE 0008,0104 Code Meaning: IRM prostate 0008,010B ---: N 0008,103E Series Des...