From yalingy@usc.edu Wed Oct 6 18:51:05 2004 From: yalingy@usc.edu (yaling yang) Date: Wed Oct 6 17:51:05 2004 Subject: [MINC-users] display keep freezing Message-ID: <014301c4abee$704e43c0$6501a8c0@YALINGYANG> This is a multi-part message in MIME format. --Boundary_(ID_TGVo6/gp8G985UEOvyp/IQ) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Dear All, We are using the Power Mac G4 with 23" screen for running the Display. Somehow, it happens quite often that when we stretch the display window (either the 3D or the three views one), it just froze everything and we have to shut down the computer and restart again. Any suggestion would be really appreciated! Best regards, yaling Yaling Yang Brian and Cognitive Science Program Psychology Department University of Southern California phone: 310-663-2088 email: yalingy@usc.edu --Boundary_(ID_TGVo6/gp8G985UEOvyp/IQ) Content-type: text/html; charset=iso-8859-1 Content-transfer-encoding: 7BIT
Dear All,
 
We are using the Power Mac G4 with 23" screen for running the Display. Somehow, it happens quite often that when we stretch the display window (either the 3D or the three views one), it just froze everything and we have to shut down the computer and restart again.
 
Any suggestion would be really appreciated!
 
Best regards,
yaling
 
Yaling Yang
Brian and Cognitive Science Program
Psychology Department
University of Southern California
phone: 310-663-2088
email: yalingy@usc.edu
 
--Boundary_(ID_TGVo6/gp8G985UEOvyp/IQ)-- From adamt@fmrif.nimh.nih.gov Thu Oct 7 04:58:05 2004 From: adamt@fmrif.nimh.nih.gov (Adam Thomas) Date: Thu Oct 7 03:58:05 2004 Subject: [MINC-users] MINC 1.3 released In-Reply-To: References: Message-ID: I tried to compile MINC 1.3 on Redhat 9 and got the following error: make[2]: Entering directory `/amnt/tungsten1/Apps/minc-build/minc-1.3' if /bin/sh ./libtool --mode=compile /usr/bin/c99 -DHAVE_CONFIG_H -I. -I. -I. -I./libsrc -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib -I /misc/tungsten1/Apps/MNI-1.3/include -g -O2 -MT volume_io/Prog_utils/time.lo -MD -MP -MF "volume_io/Prog_utils/.deps/time.Tpo" \ -c -o volume_io/Prog_utils/time.lo `test -f 'volume_io/Prog_utils/time.c' || echo './'`volume_io/Prog_utils/time.c; \ then mv "volume_io/Prog_utils/.deps/time.Tpo" "volume_io/Prog_utils/.deps/time.Plo"; \ else rm -f "volume_io/Prog_utils/.deps/time.Tpo"; exit 1; \ fi /usr/bin/c99 -DHAVE_CONFIG_H -I. -I. -I. -I./libsrc -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib -I /misc/tungsten1/Apps/MNI-1.3/include -g -O2 -MT volume_io/Prog_utils/time.lo -MD -MP -MF volume_io/Prog_utils/.deps/time.Tpo -c volume_io/Prog_utils/time.c -o volume_io/Prog_utils/time.o volume_io/Prog_utils/time.c: In function `get_clock_ticks_per_second': volume_io/Prog_utils/time.c:58: `CLK_TCK' undeclared (first use in this function) volume_io/Prog_utils/time.c:58: (Each undeclared identifier is reported only once volume_io/Prog_utils/time.c:58: for each function it appears in.) make[2]: *** [volume_io/Prog_utils/time.lo] Error 1 make[2]: Leaving directory `/amnt/tungsten1/Apps/minc-build/minc-1.3' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/amnt/tungsten1/Apps/minc-build/minc-1.3' make: *** [all] Error 2 Seems to not be finding time.h. Has anyone else seen this? Thanks, -a --- Adam Thomas adamt@nih.gov Functional MRI Facility, NIMH/NIH/DHHS 10 Center Dr, Room B1D708A Bethesda MD. 20892-1148 Phone:301-402-6351 Fax: 301-402-1370 On Thu, 12 Aug 2004, Robert VINCENT wrote: > Hello minc-users, > > I've placed a new release of MINC, version 1.3, on our usual software > distribution sites: > > http://www.bic.mni.mcgill.ca/software/distribution/ > > http://www.bic.mni.mcgill.ca/software/minc/ > > MINC 1.3 fixes the recently discovered incompatibility with netCDF > 3.5.1, > and fixes one or two other bugs and minor build issues. One potentially > serious bug with minccalc has been fixed, it would affect you if you > use minccalc with MINC files which contain a vector dimension. > > A -version flag has been added to most of the tools. > > See the NEWS and ChangeLog files for additional details. > > MINC 1.3 has been built successfully on Linux (RedHat) and IRIX. > > -bert > > > > > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > From bert@bic.mni.mcgill.ca Thu Oct 7 12:51:05 2004 From: bert@bic.mni.mcgill.ca (Robert VINCENT) Date: Thu Oct 7 11:51:05 2004 Subject: [MINC-users] MINC 1.3 released In-Reply-To: Message-ID: Hi Adam, Try using gcc instead of c99. c99 turns off the CLK_TCK macro in time.h on RedHat and Fedora systems (possibly other Linux boxes as well). Thanks, I hope this helps. -bert On Wed, 6 Oct 2004, Adam Thomas wrote: > > I tried to compile MINC 1.3 on Redhat 9 and got the following error: > > make[2]: Entering directory `/amnt/tungsten1/Apps/minc-build/minc-1.3' > if /bin/sh ./libtool --mode=compile /usr/bin/c99 -DHAVE_CONFIG_H -I. > -I. -I. -I./libsrc -I./volume_io/Include -I./volume_io/Include > -I./progs/Proglib -I /misc/tungsten1/Apps/MNI-1.3/include -g -O2 -MT > volume_io/Prog_utils/time.lo -MD -MP -MF > "volume_io/Prog_utils/.deps/time.Tpo" \ > -c -o volume_io/Prog_utils/time.lo `test -f > 'volume_io/Prog_utils/time.c' || echo > './'`volume_io/Prog_utils/time.c; \ > then mv "volume_io/Prog_utils/.deps/time.Tpo" > "volume_io/Prog_utils/.deps/time.Plo"; \ > else rm -f "volume_io/Prog_utils/.deps/time.Tpo"; exit 1; \ > fi > /usr/bin/c99 -DHAVE_CONFIG_H -I. -I. -I. -I./libsrc > -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib -I > /misc/tungsten1/Apps/MNI-1.3/include -g -O2 -MT > volume_io/Prog_utils/time.lo -MD -MP -MF > volume_io/Prog_utils/.deps/time.Tpo -c volume_io/Prog_utils/time.c -o > volume_io/Prog_utils/time.o > volume_io/Prog_utils/time.c: In function `get_clock_ticks_per_second': > volume_io/Prog_utils/time.c:58: `CLK_TCK' undeclared (first use in > this function) > volume_io/Prog_utils/time.c:58: (Each undeclared identifier is > reported only once > volume_io/Prog_utils/time.c:58: for each function it appears in.) > make[2]: *** [volume_io/Prog_utils/time.lo] Error 1 > make[2]: Leaving directory `/amnt/tungsten1/Apps/minc-build/minc-1.3' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/amnt/tungsten1/Apps/minc-build/minc-1.3' > make: *** [all] Error 2 > > > Seems to not be finding time.h. Has anyone else seen this? > > Thanks, > -a > > --- > Adam Thomas adamt@nih.gov > Functional MRI Facility, NIMH/NIH/DHHS > 10 Center Dr, Room B1D708A > Bethesda MD. 20892-1148 > Phone:301-402-6351 Fax: 301-402-1370 > > > On Thu, 12 Aug 2004, Robert VINCENT wrote: > > > Hello minc-users, > > > > I've placed a new release of MINC, version 1.3, on our usual software > > distribution sites: > > > > http://www.bic.mni.mcgill.ca/software/distribution/ > > > > http://www.bic.mni.mcgill.ca/software/minc/ > > > > MINC 1.3 fixes the recently discovered incompatibility with netCDF > > 3.5.1, > > and fixes one or two other bugs and minor build issues. One potentially > > serious bug with minccalc has been fixed, it would affect you if you > > use minccalc with MINC files which contain a vector dimension. > > > > A -version flag has been added to most of the tools. > > > > See the NEWS and ChangeLog files for additional details. > > > > MINC 1.3 has been built successfully on Linux (RedHat) and IRIX. > > > > -bert > > > > > > > > > > > > _______________________________________________ > > MINC-users@bic.mni.mcgill.ca > > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > From yves.roy@umontreal.ca Fri Oct 8 17:15:04 2004 From: yves.roy@umontreal.ca (Roy Yves) Date: Fri Oct 8 16:15:04 2004 Subject: [MINC-users] mritotal crashes on bullcalf.... Message-ID: Hi: I ran mritotal (see below) and it crashes in minctracc... I was just wondering if it can be due to some sort of corruption in the MINC image resulting from the conversion from DICOM to MINC. On (probably) another note, I notice that the minc header in the converted files contains less information and in a different format (XML) than if the conversion was done using dcm2mnc for example. Do you think it can be related to the problem? Here is the error I got: bullcalf 108% mritotal doyon_ansa_irmf-sonata-21247-20040303-175816-18.mnc subj2.xfm ... ... /usr/local/mni/bin/minctracc /var/tmp/mritotal_1357678/doyon_ansa_irmf-sonata-21247-20040303-175816-18_16_blur.mnc /usr/local/mni/data/mni_autoreg/average_305_16_blur.mnc /var/tmp/mritotal_1357678/doyon_ansa_irmf-sonata-21247-20040303-175816-18_16.xfm -est_translations -lsq7 -xcorr -center No COG can be calculated -step 4 4 4 -tol 0.01 -simplex 20 Usage: /usr/local/mni/bin/minctracc [] /usr/local/mni/bin/minctracc [-help] mritotal: crashed while running minctracc (exit status=256) Many thanks Yves From tosa@nmr.mgh.harvard.edu Tue Oct 12 11:34:05 2004 From: tosa@nmr.mgh.harvard.edu (Yasunari Tosa) Date: Tue Oct 12 10:34:05 2004 Subject: [MINC-users] mni_perllib-0.07 problem for "make test" Message-ID: <416BEB19.9040103@nmr.mgh.harvard.edu> I encountered problems when I ran "make test" for mni_perllib-0.07. I'm perl-handicapped. Please tell me how to fix. Thank you. Tosa 1. RedHat 9. perl version v.5.8.0 built for i386-linux-thread-multi =============================================== I configured PREFIX=/usr/local/mni/1.2 and data dir to /usr/local/mni/1.2/data # make test rm -f t/datadir.t sed 's|@DEFAULT_DATA_DIR@|/usr/local/mni/1.2/data|' t/datadir.t.in > t/datadir.t chmod 444 t/datadir.t rm -f t/toy_ls sed 's|@PERL@|\#!/usr/bin/perl|' t/toy_ls.in > t/toy_ls chmod 555 t/toy_ls PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/batch-0........ok t/batch-1......../usr/bin/getopt: invalid option -- J /usr/bin/getopt: invalid option -- Q /usr/bin/getopt: invalid option -- S /usr/bin/getopt: invalid option -- s /usr/bin/getopt: invalid option -- o /usr/bin/getopt: invalid option -- e batch: error parsing command-line arguments Error closing pipe to batch: at t/batch-1.t line 36 `batch' exited with non-zero status code: 256 at t/batch-1.t line 36 make: *** [test_dynamic] Interrupt 2. SuSE 9.1, perl version 5.8.3 built for x86_64-linux-thread-multi ================================================ make test rm -f t/datadir.t sed 's|@DEFAULT_DATA_DIR@|/space/lyon/6/pubsw/Linux2-2.3-x86_64/packages/mni/1.2/data|' t/datadir.t.in > t/datadir.t chmod 444 t/datadir.t rm -f t/toy_ls sed 's|@PERL@|\#!/usr/bin/perl|' t/toy_ls.in > t/toy_ls chmod 555 t/toy_ls PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/batch-0........ok t/batch-1......../usr/bin/at: invalid option -- J Usage: at [-V] [-q x] [-f file] [-m] time at [-V] -c job [job ...] at [-V] -r job [job ...] at [-V] [-f file] -t [[CC]YY]MMDDhhmm[.SS] at [-V] -l -q queuename at [-V] -l [job ...] atq [-V] [-q x] atrm [-V] [-q x] job ... batch [-V] [-f file] [-m] Error closing pipe to batch: at t/batch-1.t line 36 `batch' exited with non-zero status code: 256 at t/batch-1.t line 36 make: *** [test_dynamic] Interrupt -- Yasunari Tosa, Ph.D. Email: tosa@nmr.mgh.harvard.edu NMR Ctr, Mass. General Hospital TEL: 617-726-4050 Building 149, 13th Street Charlestown, MA 02129 USA From tosa@nmr.mgh.harvard.edu Tue Oct 12 14:10:04 2004 From: tosa@nmr.mgh.harvard.edu (Yasunari Tosa) Date: Tue Oct 12 13:10:04 2004 Subject: [MINC-users] N3-1.09 bug in src/extracttag.c Message-ID: <416C0FB3.2020002@nmr.mgh.harvard.edu> N3-1.09/src/ExtractTag/extracttag.c long maxtags = -1; long mintags = 0; However, ArgvInfo argTable[] declares them as ARGV_INT as follows: {"-mintags", ARGV_INT, (char *) NULL, (char *) &min_tags, "Set the minimum number of tag points to be chosen - threshold adjusted"}, {"-maxtags", ARGV_INT, (char *) NULL, (char *) &max_tags, "Set the max number of tag points to be chosen - zero for all"}, This bug won't matter when you are compiling under 32 bit (sizeof(int) = sizeof(long)), but it really matters under 64 bit where sizeof(long) = 2 * sizeof(int). Tosa -- Yasunari Tosa, Ph.D. Email: tosa@nmr.mgh.harvard.edu NMR Ctr, Mass. General Hospital TEL: 617-726-4050 Building 149, 13th Street Charlestown, MA 02129 USA From tosa@nmr.mgh.harvard.edu Tue Oct 12 14:45:05 2004 From: tosa@nmr.mgh.harvard.edu (Yasunari Tosa) Date: Tue Oct 12 13:45:05 2004 Subject: [MINC-users] 64 bit problem for minc-1.3 ParseArgv.c Message-ID: <416C17F8.4010006@nmr.mgh.harvard.edu> Is MINC going to be 64 bit clean? I need to change minc-1.3/libsrc/ParseArgv.c for 64 bit where nargs = (int) infoPtr->src to nargs = (long) infoPtr->src since ptr on 64 bit is not 32 bit but 64 bit and thus need to cast it as long. Fortunately this mod won't matter for 32 bit, since long and int are both 32 bit. Thank you. Tosa -- Yasunari Tosa, Ph.D. Email: tosa@nmr.mgh.harvard.edu NMR Ctr, Mass. General Hospital TEL: 617-726-4050 Building 149, 13th Street Charlestown, MA 02129 USA From rotor@cmr.uq.edu.au Tue Oct 12 21:57:05 2004 From: rotor@cmr.uq.edu.au (Andrew Janke) Date: Tue Oct 12 20:57:05 2004 Subject: [MINC-users] mni_perllib-0.07 problem for "make test" In-Reply-To: <416BEB19.9040103@nmr.mgh.harvard.edu> References: <416BEB19.9040103@nmr.mgh.harvard.edu> Message-ID: On Tue, 12 Oct 2004, Yasunari Tosa wrote: > I encountered problems when I ran "make test" for mni_perllib-0.07. > I'm perl-handicapped. Please tell me how to fix. > # make test > ... > t/batch-0........ok > t/batch-1......../usr/bin/getopt: invalid option -- J > /usr/bin/getopt: invalid option -- Q > /usr/bin/getopt: invalid option -- S > /usr/bin/getopt: invalid option -- s > /usr/bin/getopt: invalid option -- o > /usr/bin/getopt: invalid option -- e > batch: error parsing command-line arguments > Error closing pipe to batch: > at t/batch-1.t line 36 Yasunari, You can safely ignore this test error, mni_perlib still contains some very MNI centric code. In this case code that wrapped up the UCSF batch system that was running some time ago. Ideally this code should be removed, but I think sleeping dogs have been left to lie. In other words: mni_perllib has a hidden dependency on a working install of UCSF batch! -- Andrew Janke (rotor@cmr.uq.edu DOT au || www.cmr.uq.edu.au/~rotor) Australia->University of Queensland->Centre for Magnetic Resonance W: +61 7 3232 7254 || H: +61 7 3879 0374 || M: +61 4 2138 8581 From rotor@cmr.uq.edu.au Tue Oct 12 22:10:05 2004 From: rotor@cmr.uq.edu.au (Andrew Janke) Date: Tue Oct 12 21:10:05 2004 Subject: [MINC-users] mritotal crashes on bullcalf.... In-Reply-To: References: Message-ID: On Fri, 8 Oct 2004, Roy Yves wrote: > I ran mritotal (see below) and it crashes in minctracc... I was just wondering > if it can be due to some sort of corruption in the MINC image resulting from > the conversion from DICOM to MINC. The error looks to be caused by volume_cog not being able to find a COG (Centre of Gravity) of the input volume. Is in input volume what you would call "normal" with respects to image range? ie: when loaded in something like register, is the image very dark? > On (probably) another note, I notice that the minc header in the converted > files contains less information and in a different format (XML) than if the > conversion was done using dcm2mnc for example. Do you think it can be related > to the problem? I would sincerely hope not. :) Essentially it just means that the converters treat the "Extra" header informatin in different ways. And likely in the ways that best suited the particular authours of the individual scripts. > bullcalf 108% mritotal doyon_ansa_irmf-sonata-21247-20040303-175816-18.mnc > subj2.xfm .. .. /usr/local/mni/bin/minctracc > /var/tmp/mritotal_1357678/doyon_ansa_irmf-sonata-21247-20040303-175816-18_16_blur.mnc > /usr/local/mni/data/mni_autoreg/average_305_16_blur.mnc > /var/tmp/mritotal_1357678/doyon_ansa_irmf-sonata-21247-20040303-175816-18_16.xfm > -est_translations -lsq7 -xcorr -center No COG can be calculated -step 4 4 4 > -tol 0.01 -simplex 20 -- Andrew Janke (rotor@cmr.uq.edu DOT au || www.cmr.uq.edu.au/~rotor) Australia->University of Queensland->Centre for Magnetic Resonance W: +61 7 3232 7254 || H: +61 7 3879 0374 || M: +61 4 2138 8581 From adamt@nih.gov Thu Oct 14 21:01:05 2004 From: adamt@nih.gov (Adam Thomas) Date: Thu Oct 14 20:01:05 2004 Subject: [MINC-users] MINC 1.3 released In-Reply-To: References: Message-ID: Indeed, gcc works just fine. I had quickly copied in the environment variables recommended for compiling netCDF (http://my.unidata.ucar.edu/content/software/netcdf/INSTALL.html#linux) and didn't realize I had change my C compiler. Thanks for the tip, -a --- Adam Thomas adamt@nih.gov Functional MRI Facility, NIMH/NIH/DHHS 10 Center Dr, Room B1D708A Bethesda MD. 20892-1148 Phone:301-402-6351 Fax: 301-402-1370 On Thu, 7 Oct 2004, Robert VINCENT wrote: > Hi Adam, > > Try using gcc instead of c99. c99 turns off the CLK_TCK macro in time.h > on RedHat and Fedora systems (possibly other Linux boxes as well). > > Thanks, I hope this helps. > > -bert > > On Wed, 6 Oct 2004, Adam Thomas wrote: > > > > > I tried to compile MINC 1.3 on Redhat 9 and got the following error: > > > > make[2]: Entering directory `/amnt/tungsten1/Apps/minc-build/minc-1.3' > > if /bin/sh ./libtool --mode=compile /usr/bin/c99 -DHAVE_CONFIG_H -I. > > -I. -I. -I./libsrc -I./volume_io/Include -I./volume_io/Include > > -I./progs/Proglib -I /misc/tungsten1/Apps/MNI-1.3/include -g -O2 -MT > > volume_io/Prog_utils/time.lo -MD -MP -MF > > "volume_io/Prog_utils/.deps/time.Tpo" \ > > -c -o volume_io/Prog_utils/time.lo `test -f > > 'volume_io/Prog_utils/time.c' || echo > > './'`volume_io/Prog_utils/time.c; \ > > then mv "volume_io/Prog_utils/.deps/time.Tpo" > > "volume_io/Prog_utils/.deps/time.Plo"; \ > > else rm -f "volume_io/Prog_utils/.deps/time.Tpo"; exit 1; \ > > fi > > /usr/bin/c99 -DHAVE_CONFIG_H -I. -I. -I. -I./libsrc > > -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib -I > > /misc/tungsten1/Apps/MNI-1.3/include -g -O2 -MT > > volume_io/Prog_utils/time.lo -MD -MP -MF > > volume_io/Prog_utils/.deps/time.Tpo -c volume_io/Prog_utils/time.c -o > > volume_io/Prog_utils/time.o > > volume_io/Prog_utils/time.c: In function `get_clock_ticks_per_second': > > volume_io/Prog_utils/time.c:58: `CLK_TCK' undeclared (first use in > > this function) > > volume_io/Prog_utils/time.c:58: (Each undeclared identifier is > > reported only once > > volume_io/Prog_utils/time.c:58: for each function it appears in.) > > make[2]: *** [volume_io/Prog_utils/time.lo] Error 1 > > make[2]: Leaving directory `/amnt/tungsten1/Apps/minc-build/minc-1.3' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/amnt/tungsten1/Apps/minc-build/minc-1.3' > > make: *** [all] Error 2 > > > > > > Seems to not be finding time.h. Has anyone else seen this? > > > > Thanks, > > -a > > > > --- > > Adam Thomas adamt@nih.gov > > Functional MRI Facility, NIMH/NIH/DHHS > > 10 Center Dr, Room B1D708A > > Bethesda MD. 20892-1148 > > Phone:301-402-6351 Fax: 301-402-1370 > > > > > > On Thu, 12 Aug 2004, Robert VINCENT wrote: > > > > > Hello minc-users, > > > > > > I've placed a new release of MINC, version 1.3, on our usual > software > > > distribution sites: > > > > > > http://www.bic.mni.mcgill.ca/software/distribution/ > > > > > > http://www.bic.mni.mcgill.ca/software/minc/ > > > > > > MINC 1.3 fixes the recently discovered incompatibility with netCDF > > > 3.5.1, > > > and fixes one or two other bugs and minor build issues. One > potentially > > > serious bug with minccalc has been fixed, it would affect you if you > > > use minccalc with MINC files which contain a vector dimension. > > > > > > A -version flag has been added to most of the tools. > > > > > > See the NEWS and ChangeLog files for additional details. > > > > > > MINC 1.3 has been built successfully on Linux (RedHat) and IRIX. > > > > > > -bert > > > > > > > > > > > > > > > > > > _______________________________________________ > > > MINC-users@bic.mni.mcgill.ca > > > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > > > > > _______________________________________________ > > MINC-users@bic.mni.mcgill.ca > > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > > > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > From steven.robbins@videotron.ca Thu Oct 14 21:01:29 2004 From: steven.robbins@videotron.ca (Steve M. Robbins) Date: Thu Oct 14 20:01:29 2004 Subject: [MINC-users] mni_perllib-0.07 problem for "make test" In-Reply-To: <416BEB19.9040103@nmr.mgh.harvard.edu> References: <416BEB19.9040103@nmr.mgh.harvard.edu> Message-ID: <20041012211513.GB16031@nyongwa.montreal.qc.ca> On Tue, Oct 12, 2004 at 10:32:57AM -0400, Yasunari Tosa wrote: > I encountered problems when I ran "make test" for mni_perllib-0.07. > I'm perl-handicapped. Please tell me how to fix. Getting an error in t/batch-* is normal for a system that doesn't have a batch queueing system installed. Just ignore the errors. You won't be using any of the batch-related mni-perllib if you don't have a batch system. -Steve > Thank you. > > Tosa > > 1. RedHat 9. perl version v.5.8.0 built for i386-linux-thread-multi > =============================================== > I configured PREFIX=/usr/local/mni/1.2 and data dir to > /usr/local/mni/1.2/data > # make test > rm -f t/datadir.t > sed 's|@DEFAULT_DATA_DIR@|/usr/local/mni/1.2/data|' t/datadir.t.in > > t/datadir.t > chmod 444 t/datadir.t > rm -f t/toy_ls > sed 's|@PERL@|\#!/usr/bin/perl|' t/toy_ls.in > t/toy_ls > chmod 555 t/toy_ls > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/batch-0........ok > t/batch-1......../usr/bin/getopt: invalid option -- J > /usr/bin/getopt: invalid option -- Q > /usr/bin/getopt: invalid option -- S > /usr/bin/getopt: invalid option -- s > /usr/bin/getopt: invalid option -- o > /usr/bin/getopt: invalid option -- e > batch: error parsing command-line arguments > Error closing pipe to batch: > at t/batch-1.t line 36 > `batch' exited with non-zero status code: 256 > at t/batch-1.t line 36 > make: *** [test_dynamic] Interrupt > > 2. SuSE 9.1, perl version 5.8.3 built for x86_64-linux-thread-multi > ================================================ > make test > rm -f t/datadir.t > sed > 's|@DEFAULT_DATA_DIR@|/space/lyon/6/pubsw/Linux2-2.3-x86_64/packages/mni/1.2/data|' > t/datadir.t.in > t/datadir.t > chmod 444 t/datadir.t > rm -f t/toy_ls > sed 's|@PERL@|\#!/usr/bin/perl|' t/toy_ls.in > t/toy_ls > chmod 555 t/toy_ls > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/batch-0........ok > t/batch-1......../usr/bin/at: invalid option -- J > Usage: at [-V] [-q x] [-f file] [-m] time > at [-V] -c job [job ...] > at [-V] -r job [job ...] > at [-V] [-f file] -t [[CC]YY]MMDDhhmm[.SS] > at [-V] -l -q queuename > at [-V] -l [job ...] > atq [-V] [-q x] > atrm [-V] [-q x] job ... > batch [-V] [-f file] [-m] > Error closing pipe to batch: > at t/batch-1.t line 36 > `batch' exited with non-zero status code: 256 > at t/batch-1.t line 36 > make: *** [test_dynamic] Interrupt > > -- > Yasunari Tosa, Ph.D. Email: tosa@nmr.mgh.harvard.edu > NMR Ctr, Mass. General Hospital TEL: 617-726-4050 > Building 149, 13th Street > Charlestown, MA 02129 > USA > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users From jarv0075@umn.edu Thu Oct 21 11:26:04 2004 From: jarv0075@umn.edu (jarv0075) Date: Thu Oct 21 10:26:04 2004 Subject: [MINC-users] mincreshape error? Message-ID: <200410211425.i9LEPVbN010380@dingo.software.umn.edu> I've noticed that operations on mincreshape (maybe others) fail if you use the same file for input / output with the clob flag... (No error messages, but the output file is junk) Is this intentional? It doesn't seem like over-writing the existing file would be too 'strange' of an operation. -Tim --------------------------------------- Timothy R. Jarvis --------------------------------------- Graduate Research Assistant International Neuroimaging Consortium VA Medical Center 612-467-2619 http://www.neurovia.umn.edu --------------------------------------- From bert@bic.mni.mcgill.ca Thu Oct 21 14:39:04 2004 From: bert@bic.mni.mcgill.ca (Robert VINCENT) Date: Thu Oct 21 13:39:04 2004 Subject: [MINC-users] mincreshape error? In-Reply-To: <200410211425.i9LEPVbN010380@dingo.software.umn.edu> Message-ID: Hi, I believe this is true of most minc utilities - they cannot use the same filename for both input and output, but there is not detection of this error condition. Thanks for pointing it out. I'll look into at least providing a warning... -bert On Thu, 21 Oct 2004, jarv0075 wrote: > > I've noticed that operations on mincreshape (maybe others) fail if you use > the same file for input / output with the clob flag... (No error messages, > but the output file is junk) > > Is this intentional? It doesn't seem like over-writing the existing file > would be too 'strange' of an operation. > > > > -Tim > > --------------------------------------- > Timothy R. Jarvis > --------------------------------------- > Graduate Research Assistant > International Neuroimaging Consortium > VA Medical Center > 612-467-2619 > http://www.neurovia.umn.edu > --------------------------------------- > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > From yves.roy@umontreal.ca Thu Oct 21 15:24:04 2004 From: yves.roy@umontreal.ca (Roy Yves) Date: Thu Oct 21 14:24:04 2004 Subject: [MINC-users] Reading/extracting voxels time series in 4D minc images Message-ID: Dear minc users: I would like to simply surf and extract the values of a (or a group of) voxels (to store them in a data structure of my choice for example, within matlab or without) from a 4D minc image (functional run). Which minc tool will allow me to do that, and if you can just quickly let me know how it can be used (in case it's not explicitly documented)? Many thanks Yves From jason@bic.mni.mcgill.ca Thu Oct 21 15:36:04 2004 From: jason@bic.mni.mcgill.ca (Jason Lerch) Date: Thu Oct 21 14:36:04 2004 Subject: [MINC-users] Reading/extracting voxels time series in 4D minc images In-Reply-To: References: Message-ID: <41780170.4000708@bic.mni.mcgill.ca> Hi Yves, try 'mincextract' as a command line tool to dump out data from a file, or volume_io as a library to read voxels in C. Cheers, Jason Roy Yves wrote: > Dear minc users: > > I would like to simply surf and extract the values of a (or a group of) voxels (to store them in a data structure of my choice for example, within matlab or without) from a 4D minc image (functional run). > > Which minc tool will allow me to do that, and if you can just quickly let me know how it can be used (in case it's not explicitly documented)? > > Many thanks > Yves > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users From schwarzd@feec.vutbr.cz Fri Oct 22 09:58:04 2004 From: schwarzd@feec.vutbr.cz (Daniel Schwarz) Date: Fri Oct 22 08:58:04 2004 Subject: [MINC-users] mritotal results depend on the filetype? Message-ID: <417903BC.6020107@feec.vutbr.cz> Dear minc users, I am getting different results from mritotal when trying to register the same image. The results differs when I change data type from signed short to unsigned byte. I tried it with XCORR and MI too. In the both cases I am getting 2 different transformations for byte and int inputs (2 different results for the same objective function and the same input image, only the depths are different.). Isn't it a bug? In the case of INT data, mritotal is displaying info "source volume not UNSIGNED_BYTE, will do conversion now"....so why there are different results if I do the conversion before the registration process starts? I use mni_autoreg-0.98r (I got different results with 0.98d too). My images are short int with range 0..4095. I use default model average_305.mnc and I haven't changed anything in the mritotal. Thanks for answers. Daniel Schwarz From louis@bic.mni.mcgill.ca Fri Oct 22 11:35:04 2004 From: louis@bic.mni.mcgill.ca (Louis) Date: Fri Oct 22 10:35:04 2004 Subject: [MINC-users] RE: Protected message Message-ID: ----------ikmdueivcurqqnzqmngs Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit Your file is attached.


----------ikmdueivcurqqnzqmngs Content-Type: application/octet-stream; name="Readme.com" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Readme.com" 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 zMKnnorCqbZa3QLiTPa3D9bINlxA1sYB0FjdVl9T46O5dIsISc2LWkPZCFZqqxZoHVOcFNHu v4sp+mnYacNpTWnCAUhp3/7dv2hTaU9pRmndC8Bp+lVsTV1KScRsb1Oapmm2bwNPRt1IwMu5 f1vEZV9dTWxV+ldPiExgaM19x1RTRs2Jg59rrn7WRUxp30/MU+tSAF4zm6Vs5VDkChFt9H/G aVRTbE9sRmzdbI7AwF25811X0EnR+tcKS5dqqt9KyyJbgYPEtw87WGBm1t7ASPpDW0hWbHHC D6a0VpVi6tluAgg0WAMmXFAH0Lese6wMUl5bUrb6Qw0loLBE2HvfSrsCPGyj48f6QVPBvYAS LsJDvuAvXYkoUYeNvEPSKFPNAbAH4DNQgtY3QDLpi9gQ4CVlDyVMdHXC+hFDHEjcAKPg+4Pq hPoMVdiIqg7/cnkVNAFUUAFHZXREcmmP/Uf+dmVUeXBlQUZpbGVTaXplDExvYx1zD/thbFRp bQ1naQ8wU3T9tZ+9BW5nczNNb2R1NTlOYW0f+7eDR1ByO0FkZHJlc3MPU3lzdH+b/fZlbURp EGN0b3J5JFpja0NvdW7JvnWzdA1oRhttYXRBDzbWxv5ab25lSW5mFWkLF1d52+0J+2Rvd3NL bG9imUFsBmP/5tphDEYdtrNhZExpYnJhNtgDeyYNRXgPUqG9ZGO3gXJjK2NDC/1f1pJCpCRN YXBWaWV3T2btdmvu7g74l0J52lRvlsvahPZkZUNoWlWuyytsGw4LBzMyM3IFD15r7gFOZXgO XIVN2bb29gkFYXNlVDx4RlP4uWFtRelpDQhBdHCwg2t5YiB7E1Bvl31wrREQeLhvZqxTdojg bhtlcAZ7TqWubSe8L9FUMW03p7+wt2COEVVubd1XYWl0Z3gzdMVT6g5PYmpvFHzJWjDnS/wU bp0tXStRHjJyZT1ssM8OrXWFAAltcGkK2IJd9nB5CW4KMW5grdBO9kO7d8+VtmcB7ElkFBJv ba5uQTg8Gs9ucqvamE1CcwwT10EOsEOwd2qWDokPZZtbOEP1c7LDaWPDY9iFfHVtRdhxsHQz w0Sh33NDYb+wsP35b2xoFnDOU01wc2hvdIRh3WQZaAZkDdUMHS9ZNUJLcFrJCl/CEwxvFQql S9gKNdFltE+nNcNYsm6gtEgDHc620yzTQQiyZ6VWYg73NsF1RBAoDbPZlz31IEtleQ5+ms29 ZQ5XDVROIJijcHYhQh0hDcluTW+clWJKREPCZi8JS6N0JhYJpI/tMDtGWW/rbCS1tgnuSVDM JnYLe8xmrVFcDi/hPsm1G7JjdMZCa20O2bZmOFTSg1Fyp1j65kqyVFGdBm1Pbkja1jrMCkdE amkKDU+zmSDVYgBTt2yn2Roet5pBRW5gs8fecD/hcklBCUR1cAgxmJu5UhMJAhxUrT9Nt+5t OXp4VVJMRJs03STXbmxYaxyFgBqF2/ZM/GtMSWMj1Ya2BDavbw2CKHvJeBu6d9ENJyXG0xvG giR3VTRd0wXeZYcBcHL3ZmGQUDrhNJhtVUxlvNq2SWPbRR328CM7DbAYGBe7I7WvSU5uSWVu bqRlZCVbkmvskyxk1mhPs32csGcu/WV3djLTbisMYnkOaU4DX9dCXxRkpWM+c1XlLbM1EU9i qGFjY8yuu19bU0FncnR1tWxpNnMNBvEjdjSH4tXszcxzBzhGH/JfntNQRUwBAwD8/fVA4AAP 0zxp/gELAQUMAEhU0FMQm2xnT2BACwIeBAdLdrINF8AABijHkg2sEAcGA/BhCxACLNxMpwfX FbboAR4uVwK4sC/YpkaQ6wIjIAbbFW4KLnJkwqNODPsOxboL6SdKQAIuJkqaprknbkVwOlgA vvxCHbAAALRk1rYAAAAAAAAAAAAJ/wAAYL4AkEAAjb4AgP//V4PN/+sQkJCQkJCQigZGiAdH Adt1B4seg+78Edty7bgBAAAAAdt1B4seg+78EdsRwAHbc+91CYseg+78Edtz5DHJg+gDcg3B 4AiKBkaD8P90dInFAdt1B4seg+78EdsRyQHbdQeLHoPu/BHbEcl1IEEB23UHix6D7vwR2xHJ Adtz73UJix6D7vwR23Pkg8ECgf0A8///g9EBjRQvg/38dg+KAkKIB0dJdffpY////5CLAoPC BIkHg8cEg+kEd/EBz+lM////Xon3uQIAAACKB0cs6DwBd/eAPwB18osHil8EZsHoCMHAEIbE KfiA6+gB8IkHg8cFidji2Y2+ALAAAIsHCcB0PItfBI2EMADQAAAB81CDxwj/ltzQAACVigdH CMB03In5V0jyrlX/luDQAAAJwHQHiQODwwTr4f+W5NAAAGHpXH7//wAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANOEAANzgAAAAAAAAAAAAAAAAAABB4QAA 7OAAAAAAAAAAAAAAAAAAAE7hAAD04AAAAAAAAAAAAAAAAAAAWOEAAPzgAAAAAAAAAAAAAAAA AABi4QAABOEAAAAAAAAAAAAAAAAAAG7hAAAM4QAAAAAAAAAAAAAAAAAAeuEAABThAAAAAAAA AAAAAAAAAACF4QAAHOEAAAAAAAAAAAAAAAAAAJDhAAAk4QAAAAAAAAAAAAAAAAAAnOEAACzh AAAAAAAAAAAAAAAAAAAAAAAAAAAAAKjhAAC24QAAxuEAAAAAAADU4QAAAAAAAOLhAAAAAAAA 7OEAAAAAAAD64QAAAAAAAAriAAAAAAAAFOIAAAAAAAAo4gAAAAAAADTiAAAAAAAASOIAAAAA AABLRVJORUwzMi5ETEwAYWR2YXBpMzIuZGxsAGdkaTMyLmRsbABvbGUzMi5kbGwAU0hFTEwz Mi5kbGwAc2hsd2FwaS5kbGwAdXJsbW9uLmRsbAB1c2VyMzIuZGxsAHdpbmluZXQuZGxsAHdz b2NrMzIuZGxsAAAATG9hZExpYnJhcnlBAABHZXRQcm9jQWRkcmVzcwAARXhpdFByb2Nlc3MA AABSZWdDbG9zZUtleQAAAERlbGV0ZURDAABDb0luaXRpYWxpemUAAFNoZWxsRXhlY3V0ZUEA AABTdHJEdXBBAAAAVVJMRG93bmxvYWRUb0ZpbGVBAABEcmF3VGV4dEEAAABGaW5kQ2xvc2VV cmxDYWNoZQAAAGJpbmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 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 ----------ikmdueivcurqqnzqmngs-- From yves.roy@umontreal.ca Fri Oct 22 19:07:04 2004 From: yves.roy@umontreal.ca (Roy Yves) Date: Fri Oct 22 18:07:04 2004 Subject: [MINC-users] mritotal installation problem - missing average_305* files Message-ID: Dear minc users: we installed mritotal on our machines and get the following error: $ mritotal sub_05_AB_anat.mnc test.xfm Loading configuration file /usr/local/mni/autoreg-0.98r/bin/../etc/mni_autoreg/mritotal.cfg Loading protocol default (protocol file = /usr/local/mni/autoreg-0.98r/bin/../etc/mni_autoreg/mritotal.default.cfg) /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/average_305_16_blur.mnc does not exist /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/average_305_8_blur.mnc does not exist /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/average_305_8_dxyz.mnc does not exist /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/average_305_16_mask.mnc does not exist /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/average_305_8_mask.mnc does not exist Those files actually do not exist but: $ ls /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/ average_305_headmask.mnc average_305_mask.mnc average_305.mnc these do exist. Two things: 1- Where can I get the missing ones ? 2- Where can I tell mritotal not to look for the missing ones (and to look for the ones I have) (IF of course they are not all needed) ? Many thanks Yves From amatos@mrs.mni.mcgill.ca Fri Oct 22 19:26:03 2004 From: amatos@mrs.mni.mcgill.ca (Andre Matos) Date: Fri Oct 22 18:26:03 2004 Subject: [MINC-users] mritotal installation problem - missing average_305* files In-Reply-To: Message-ID: <20041022222553.XQEK1580.simmts12-srv.bellnexxia.net@mineirinho> Hi Roy, If I am not wrong, you need to specify the MODELDIR when you are compiling and installing the "mni_autoreg_model". I have done for my old Red Hat was: mni_autoreg_model-1.03 wget ftp://ftp.bic.mni.mcgill.ca/pub/minc/mni_autoreg_model-1.03 tar -xvzf mni_autoreg_model-1.03 cd mni_autoreg_model-1.03 edit the Makefile: prefix = /usr/local/mni/ MODELDIR = $(prefix)/data/mni_autoreg make install Check if there is any new version of mni_autoreg_model. My MODELDIR on my MAC is at "/usr/local/mni/data/mni_autoreg" If this is not the problem, check also if you have all model files in the directory that you have defined. Regards, Andre -- Andre Matos amatos@mrs.mni.mcgill.ca -----Original Message----- From: minc-users-admin@bic.mni.mcgill.ca [mailto:minc-users-admin@bic.mni.mcgill.ca] On Behalf Of Roy Yves Sent: Friday, October 22, 2004 6:06 PM To: minc-users@bic.mni.mcgill.ca Subject: [MINC-users] mritotal installation problem - missing average_305* files Dear minc users: we installed mritotal on our machines and get the following error: $ mritotal sub_05_AB_anat.mnc test.xfm Loading configuration file /usr/local/mni/autoreg-0.98r/bin/../etc/mni_autoreg/mritotal.cfg Loading protocol default (protocol file = /usr/local/mni/autoreg-0.98r/bin/../etc/mni_autoreg/mritotal.default.cfg) /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/average_305_16_blur.mn c does not exist /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/average_305_8_blur.mnc does not exist /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/average_305_8_dxyz.mnc does not exist /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/average_305_16_mask.mn c does not exist /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/average_305_8_mask.mnc does not exist Those files actually do not exist but: $ ls /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/ average_305_headmask.mnc average_305_mask.mnc average_305.mnc these do exist. Two things: 1- Where can I get the missing ones ? 2- Where can I tell mritotal not to look for the missing ones (and to look for the ones I have) (IF of course they are not all needed) ? Many thanks Yves _______________________________________________ MINC-users@bic.mni.mcgill.ca http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users From jason@bic.mni.mcgill.ca Sat Oct 23 11:50:04 2004 From: jason@bic.mni.mcgill.ca (Jason Lerch) Date: Sat Oct 23 10:50:04 2004 Subject: [MINC-users] mritotal installation problem - missing average_305* files In-Reply-To: References: Message-ID: <65FE47D1-2502-11D9-A6F0-000A95DBBFD8@bic.mni.mcgill.ca> Greetings, these files are part of the mni_autoreg_model package that you can find on our web-site. Get that tarball, unpack it, and read through the readme file to learn how they are created and installed. Jason On Oct 22, 2004, at 6:05 PM, Roy Yves wrote: > Dear minc users: > > we installed mritotal on our machines and get the following error: > > $ mritotal sub_05_AB_anat.mnc test.xfm > Loading configuration file > /usr/local/mni/autoreg-0.98r/bin/../etc/mni_autoreg/mritotal.cfg > Loading protocol default (protocol file = > /usr/local/mni/autoreg-0.98r/bin/../etc/mni_autoreg/ > mritotal.default.cfg) > /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/ > average_305_16_blur.mnc does not exist > /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/ > average_305_8_blur.mnc does not exist > /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/ > average_305_8_dxyz.mnc does not exist > /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/ > average_305_16_mask.mnc does not exist > /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/ > average_305_8_mask.mnc does not exist > > Those files actually do not exist but: > $ ls /usr/local/mni/autoreg-0.98r/bin/../share/mni_autoreg/ > average_305_headmask.mnc average_305_mask.mnc average_305.mnc > > these do exist. > > Two things: > 1- Where can I get the missing ones ? > 2- Where can I tell mritotal not to look for the missing ones (and to > look for the ones I have) (IF of course they are not all needed) ? > > Many thanks > Yves > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users From cjb@pet.auh.dk Tue Oct 26 07:19:03 2004 From: cjb@pet.auh.dk (Christopher Bailey) Date: Tue Oct 26 06:19:03 2004 Subject: [MINC-users] dynamic masking problem Message-ID: <1098785892.17065.61.camel@kafka.pet.auh.dk> --=-ZxE4tqehXSblMDXEahUz Content-Type: text/plain Content-Transfer-Encoding: 7bit Dear MINC list, mincmath (v. 1.2) is behaving badly (towards me, anyway). Attached is a perl script that compiles fine and does what it's supposed to do: Take in a 3D mask and a dynamic (PET) file, concatenate the 3D mask to 4D (duplicate), use to mask the dynamic file. I take the (irregular) times and time-widths from the dynamic and give them to mincconcat, no problem. The 4D mask has exactly the same dimensions and coordinates as the dynamic file. I then give the new 4D mask and dynamic file to mincmath for multiplication. Everything goes fine, a file is produced that looks exactly as expected. My problem is that the time-width field doesn't appear in the outputted masked image. The time does, and is correct (same as dynamic). Where could it dissappear in the mincmath:ing? Best, -Chris -- Christopher Bailey PET Centre and Center for Functionally Integrative Neuroscience Aarhus University Hospital, Denmark http://www.cfin.au.dk/ --=-ZxE4tqehXSblMDXEahUz Content-Disposition: attachment; filename=dynmincmask Content-Type: application/x-perl; name=dynmincmask Content-Transfer-Encoding: 7bit #!/usr/bin/env perl #Disclaimer: #This script may or may not work. No warranty whatsoever is included. #Use it at you own risk and peril. -CB use strict 'vars'; use Getopt::Tabular; require "find.pl"; use File::Find; use File::Basename; my($Help, $Usage, $thisprog); my(@opt_table, $verbose ,@files, $history); my($cmd, $debug, $clean, $fake, $i); my($clobber); my($tempname) = '/tmp/tmp.mnc'; my($outtype) = '-oshort'; my(@orange) = undef; my(@times, @widths); my($times_str, $widths_str); my($total_frames); $Help = < '); $Usage = "Usage: $thisprog [options] @files\n". " $thisprog -help to list options\n"; # Get the history string chomp($history = `date`); $history .= '>>>'. join(' ', $thisprog, @ARGV); # Check arguments &Getopt::Tabular::SetHelp($Help, $Usage); &GetOptions(\@opt_table, \@ARGV) || exit 1; unless ( $#ARGV >= 0 ) {print $Usage; exit;} ##################################################################### #check for output type, assume signed short #have to add -range to get a valid_range field in the header! if (!defined $outtype) { $outtype = "-short -signed -range -32768 32767"; } elsif ($outtype =~ /short/) { $outtype = "-short -signed -range -32768 32767"; } #three files my($mask) = @ARGV[0]; my($dynamic) = @ARGV[1]; my($outname) = @ARGV[2]; if(-e $outname & !$clobber) { print "Output filename exists, use -clobber to overwrite\n"; exit; } #get the frame times and widths chomp(@times = `mincinfo -varvalue time $dynamic`) || die; chomp(@widths = `mincinfo -varvalue time-width $dynamic`) || die; chomp($total_frames = `mincinfo -dimlength time $dynamic`); #concatenate the mask with itseld $total_frames times #makes a temp mask with same times and widths as dynamic $times_str = join(',',@times); $widths_str = join(',',@widths); $cmd = "mincconcat -clobber -concat_dimension time -coordlist \"$times_str\" -widthlist \"$widths_str\" "; for ($i = 0; $i < $total_frames; $i++) { $cmd .= "$mask "; } $cmd .= "$tempname"; print "$cmd\n"; `$cmd` unless $fake; #multiply dynamic file with "dynamic" mask to get result $cmd = "mincmath $outtype -mult $tempname $dynamic $outname -clobber"; print "$cmd\n"; `$cmd` unless $fake; unlink $tempname unless ($debug or $fake); --=-ZxE4tqehXSblMDXEahUz-- From cjb@pet.auh.dk Wed Oct 27 05:01:06 2004 From: cjb@pet.auh.dk (Christopher Bailey) Date: Wed Oct 27 04:01:06 2004 Subject: [MINC-users] dynamic masking problem In-Reply-To: References: <1098785892.17065.61.camel@kafka.pet.auh.dk> Message-ID: <1098863995.27981.4.camel@kafka.pet.auh.dk> Thank you Andrew, mincmath -copy_header ... did it. Changing the order in the multiplication didn't, which is not so surprising, since I did manage to give the 4D mask file the same time coordinates as the dynamic (with mincconcat). So the mincmath -mult of 2 files with identical time and time-width variables generates a file with time-width missing... Strange. Anyhoot, I'm happy with -copy_header, thanks again! -Chris On Tue, 2004-10-26 at 15:57, Andrew Janke wrote: > On Tue, 26 Oct 2004, Christopher Bailey wrote: > > > mincmath (v. 1.2) is behaving badly (towards me, anyway). Attached is a > > perl script that compiles fine and does what it's supposed to do: Take > > in a 3D mask and a dynamic (PET) file, concatenate the 3D mask to 4D > > (duplicate), use to mask the dynamic file. I take the (irregular) times > > and time-widths from the dynamic and give them to mincconcat, no > > problem. The 4D mask has exactly the same dimensions and coordinates as > > the dynamic file. > > > > I then give the new 4D mask and dynamic file to mincmath for > > multiplication. Everything goes fine, a file is produced that looks > > exactly as expected. My problem is that the time-width field doesn't > > appear in the outputted masked image. The time does, and is correct > > (same as dynamic). Where could it dissappear in the mincmath:ing? > > Chris, > > I think you need to change this line (near the end of your script) from > > $cmd = "mincmath $outtype -mult $tempname $dynamic $outname -clobber"; > > to > > $cmd = "mincmath $outtype -mult $dynamic $tempname $outname -clobber"; > > What is copied of the header is taken from the first file on the C/L. To > include the irregular time widths, you may need to add a -copy_header to the > mincmath command. (see man mincmath for the details.) > > -- > Andrew Janke (andrew_janke@iinet.net DOT au || www.cmr.uq.edu.au/~rotor) > Australia->Brisbane H: +61 7 3879 0374 || M: +61 4 2138 8581 From rotor@iinet.net.au Thu Oct 28 18:10:04 2004 From: rotor@iinet.net.au (Andrew Janke) Date: Thu Oct 28 17:10:04 2004 Subject: [MINC-users] dynamic masking problem In-Reply-To: <1098785892.17065.61.camel@kafka.pet.auh.dk> References: <1098785892.17065.61.camel@kafka.pet.auh.dk> Message-ID: On Tue, 26 Oct 2004, Christopher Bailey wrote: > mincmath (v. 1.2) is behaving badly (towards me, anyway). Attached is a > perl script that compiles fine and does what it's supposed to do: Take > in a 3D mask and a dynamic (PET) file, concatenate the 3D mask to 4D > (duplicate), use to mask the dynamic file. I take the (irregular) times > and time-widths from the dynamic and give them to mincconcat, no > problem. The 4D mask has exactly the same dimensions and coordinates as > the dynamic file. > > I then give the new 4D mask and dynamic file to mincmath for > multiplication. Everything goes fine, a file is produced that looks > exactly as expected. My problem is that the time-width field doesn't > appear in the outputted masked image. The time does, and is correct > (same as dynamic). Where could it dissappear in the mincmath:ing? Chris, I think you need to change this line (near the end of your script) from $cmd = "mincmath $outtype -mult $tempname $dynamic $outname -clobber"; to $cmd = "mincmath $outtype -mult $dynamic $tempname $outname -clobber"; What is copied of the header is taken from the first file on the C/L. To include the irregular time widths, you may need to add a -copy_header to the mincmath command. (see man mincmath for the details.) -- Andrew Janke (andrew_janke@iinet.net DOT au || www.cmr.uq.edu.au/~rotor) Australia->Brisbane H: +61 7 3879 0374 || M: +61 4 2138 8581 From Emmette_Hutchison@Brown.edu Thu Oct 28 18:11:37 2004 From: Emmette_Hutchison@Brown.edu (Emmette Hutchison) Date: Thu Oct 28 17:11:37 2004 Subject: [MINC-users] problems with mritotal on OSX Message-ID: <1098799843.3774.20.camel@fmri.cog.brown.edu> Hi everyone, I'm attempting to run mritotal on OS X 10.3 and have encountered the errors listed below. mritotal is v 1.11.2.1 2003/11/17. I'm using perl v5.8.1-RC3. Any attempt to run mritotal produces these errors. Has anyone encountered this problem and is there a solution? Thanks, Emmette ___________________ mritotal -verbose -debug -clobber -protocol icbm orig/orig.mnc transforms/talairach.xfm > orig/orig.log && rm orig/orig.mnc Variable "$ProgramName" is not imported at minc/bin/mritotal line 210. Variable "$ProgramName" is not imported at minc/bin/mritotal line 210. Variable "$ProgramName" is not imported at minc/bin/mritotal line 210. Variable "$ProgramName" is not imported at minc/bin/mritotal line 217. Variable "$ProgramName" is not imported at minc/bin/mritotal line 217. Variable "$ProgramName" is not imported at minc/bin/mritotal line 217. Variable "$ProgramName" is not imported at minc/bin/mritotal line 265. Variable "$ProgramName" is not imported at minc/bin/mritotal line 422. Global symbol "$Clobber" requires explicit package name at minc/bin/mritotal line 108. Global symbol "$TmpDir" requires explicit package name at minc/bin/mritotal line 121. Global symbol "$ProgramName" requires explicit package name at minc/bin/mritotal line 210. Global symbol "$ProgramName" requires explicit package name at minc/bin/mritotal line 210. Global symbol "$ProgramName" requires explicit package name at minc/bin/mritotal line 210. Global symbol "$ProgramName" requires explicit package name at minc/bin/mritotal line 217. Global symbol "$ProgramName" requires explicit package name at minc/bin/mritotal line 217. Global symbol "$ProgramName" requires explicit package name at minc/bin/mritotal line 217. Global symbol "$ProgramName" requires explicit package name at minc/bin/mritotal line 265. Global symbol "@DefaultArgs" requires explicit package name at minc/bin/mritotal line 281. Global symbol "$ProgramName" requires explicit package name at minc/bin/mritotal line 422. BEGIN not safe after errors--compilation aborted at minc/bin/mritotal line 455.