|
From: <kin...@us...> - 2003-12-19 03:38:50
|
Update of /cvsroot/teem/teem/src/nrrd In directory sc8-pr-cvs1:/tmp/cvs-serv16379 Modified Files: reorder.c Log Message: notes to self on eventual implementation of nrrdTile Index: reorder.c =================================================================== RCS file: /cvsroot/teem/teem/src/nrrd/reorder.c,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** reorder.c 1 Dec 2003 09:21:21 -0000 1.53 --- reorder.c 19 Dec 2003 03:38:47 -0000 1.54 *************** *** 1045,1047 **** --- 1045,1060 ---- } + /* for nrrdTile... + + will require that # slices be <= number of images: won't crop for you, + but will happy pad with black + + pick which axis to slice along + + pick which two axis (in order) will be tiled into + + then write nrrdUntile + + */ + /* ---- END non-NrrdIO */ |