From contact at hdfql.com Tue Dec 12 10:10:10 2017 From: contact at hdfql.com (HDFql Contact) Date: Tue, 12 Dec 2017 07:10:10 -0800 Subject: [MINC-users] An easier approach to HDF5 (HDFql) Message-ID: Using HDF5? We invite you to join the many research organizations, data-driven corporations, and universities who use HDFql. It?s simple, clean, fast and free. Portable across C, C++, Java, Python, C#, Fortran and R using one uniform high-level language. Reads and writes HDF5. Fast learning curve. To explore more features or download, please see hdfql.com [1]. Should you have questions or comments, we?re always happy to hear from you. We also invite you to connect with us on twitter.com/hdfql [2] To subscribe to our mailing list, visit http://lists.hdfql.com/listinfo.cgi/hdfql-forum-hdfql.com [3] Thank you and happy coding! Links: ------ [1] http://www.hdfql.com [2] http://twitter.com/hdfql [3] http://lists.hdfql.com/listinfo.cgi/hdfql-forum-hdfql.com From sorench at gmail.com Thu Dec 14 20:07:30 2017 From: sorench at gmail.com (Soren Christensen) Date: Thu, 14 Dec 2017 17:07:30 -0800 Subject: [MINC-users] mincreshape segfault for certain choices of options Message-ID: Hi, Shouldn't this work (combining -dimsize and ydirection) $ mincreshape -clobber -ydirection -float a.mnc b.mnc Copying chunks:.....................................................................................................................................................................................Done. mincreshape -clobber -float -dimsize zspace=40 a.mnc b.mnc Copying chunks:........................................Done. mincreshape -clobber -ydirection -float -dimsize zspace=40 a.mnc b.mnc Copying chunks:.......................................HDF5-DIAG: Error detected in HDF5 (1.8.18) thread 0: #000: /home/sorenc/CODE/minc-toolkit-v2_build/HDF5/src/H5S.c line 431 in H5Scopy(): not a dataspace major: Invalid arguments to routine minor: Inappropriate type /home/sorenc/CODE/minc-toolkit-v2/libminc/libsrc/hdf_convenience.c:1616 (from miicv_get): Should not happen! .Segmentation fault (core dumped) Thanks! Soren $ mincreshape -version program: 2.4.02 libminc: 2.4.02 netcdf : 4.3.3.1 of Dec 9 2017 15:29:26 $ HDF5 : 1.8.18 From bert at phalarope.com Fri Dec 15 07:00:52 2017 From: bert at phalarope.com (Robert D. Vincent) Date: Fri, 15 Dec 2017 07:00:52 -0500 Subject: [MINC-users] mincreshape segfault for certain choices of options In-Reply-To: References: Message-ID: Hi Soren, Seems like a bug. Thanks for the report. -bert On Thu, Dec 14, 2017 at 8:07 PM, Soren Christensen wrote: > Hi, > Shouldn't this work (combining -dimsize and ydirection) > $ mincreshape -clobber -ydirection -float a.mnc b.mnc > Copying > chunks:..................................................... > ............................................................ > ....................................................................Done. > > mincreshape -clobber -float -dimsize zspace=40 a.mnc b.mnc > Copying chunks:........................................Done. > > mincreshape -clobber -ydirection -float -dimsize zspace=40 a.mnc b.mnc > Copying chunks:.......................................HDF5-DIAG: Error > detected in HDF5 (1.8.18) thread 0: > #000: /home/sorenc/CODE/minc-toolkit-v2_build/HDF5/src/H5S.c line 431 in > H5Scopy(): not a dataspace > major: Invalid arguments to routine > minor: Inappropriate type > /home/sorenc/CODE/minc-toolkit-v2/libminc/libsrc/hdf_convenience.c:1616 > (from miicv_get): Should not happen! > .Segmentation fault (core dumped) > > > > Thanks! > Soren > > > > $ mincreshape -version > program: 2.4.02 > libminc: 2.4.02 > netcdf : 4.3.3.1 of Dec 9 2017 15:29:26 $ > HDF5 : 1.8.18 > _______________________________________________ > MINC-users at bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users >