changeset 2170:68b2c3f98b1c

Latest changes and news
author bert <bert>
date Fri, 15 Jul 2005 17:38:26 +0000
parents 1cc6d8b6e4ee
children 2f50d08ebc7c
files ChangeLog NEWS
diffstat 2 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,22 @@
 MINC 2:
+2005-07-15 Bert Vincent <bert@bic.mni.mcgill.ca>
+	
+	* libsrc/hdf_convenience.c: Two minor fixes.  First, when
+	emulating 'signtype' attributes in MINC 2 files, comparisons
+	with MI_SIGNED and MI_UNSIGNED should NOT depend on a properly-
+	null-terminated  attribute value.  Second, suppress HDF5 errors 
+	in hdf_attdel()
+	
+	* progs/mincresample/mincresample.c
+	* progs/mincresample/mincresample.h
+	* progs/mincresample/mincresample.man1
+	* progs/mincresample/resample_volumes.c
+	Support windowed sinc interpolation, as ported from 1.X branch.
+	
+	* progs/mincconcat/mincconcat.c:
+	* progs/mincconcat/mincconcat.man1:
+	Add support for -filestarts option, as ported from 1.X branch.
+	
 2005-07-04  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>
 
 	* Makefile.am:
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
                 New in Release 2.0.09
                 ---------------------
+* mincresample now supports the sinc interpolant
+* mincconcat has new -filestarts option
 * Many updates and fixes to upet2mnc (Concorde microPET conversion)
 * Fixes to the MINC 2.0 library (libminc2) courtesy of Leila Baghdadi
 * Some progress on documentation