/** cf. afni_history.h **/ #include "afni_history.h" /* basic format: 3-field date, user, program_name, impact_level, short description without newline (optional) long descrption with intermediate newlines copy entire section: { ... } , Notes: - months are JAN ... DEC (see .h file) - levels are : MICRO - users don't see MINOR - small affect on users MAJOR - larger affect on users SUPER - important changes, like new programs SUPERDUPER - we expect users to know - types are: TYPE_GENERAL - unspecified update type TYPE_NEW_PROG - new program TYPE_NEW_OPT - new program option TYPE_NEW_ENV - new environment variable or change TYPE_BUG_FIX - bug fix TYPE_MODIFY - a change (not new, not a fix) - PLEASE, stick to what fits on an 80 column terminal - it may be nice to put the newest entires at the top - leave the last "99, NULL" entry as it is -- examples (newest at top) -- { 26 , FEB , 2008 , RCR , "my_program" , MAJOR , TYPE_GENERAL , "short description of change" , "(optional) detailed description, or where to get more information\n" " - with newlines, if you babble for multiple lines\n" " (but none at the end)" } , { 26, MAR, 2008, RCR, "sample", MICRO, TYPE_GENERAL, "blah", NULL } , */ afni_history_struct rickr_history[] = { { 9, FEB, 2009, RCR, "xmat_tool.py", MINOR, TYPE_MODIFY, "random updates, plus those for Fedora 10", NULL } , { 9, FEB, 2009, RCR, "python-general", MICRO, TYPE_GENERAL, "added new beginning-stage libraries lib_matplot.py and lib_wx.py", NULL } , { 6, FEB, 2009, RCR, "NIFTI", MICRO, TYPE_MODIFY, "added NIFTI_ECODE_PYPICKLE for MH; imported HJ's cast changes", NULL } , { 5, FEB, 2009, RCR, "make_random_timing.py", MICRO, TYPE_MODIFY, "added timing_tool.py use to sort times in example #7", NULL } , { 4, FEB, 2009, RCR, "vol2surf", MINOR, TYPE_BUG_FIX, "fixed norm reversal application and norm dir check computation", "Thanks to Xiaopeng Zong for finding these problems." } , { 4, FEB, 2009, RCR, "suma-general", MICRO, TYPE_MODIFY, "update SUMA_paperplane.c and Makefile.solaris28_gcc for v1280 builds", "Makefile now uses PREREQ=suma, gmake, -L/usr/dt/lib." } , { 3, FEB, 2009, RCR, "Makefile", MICRO, TYPE_MODIFY, "fix machdep.h Makefile.solaris28_gcc for v1280 builds", NULL } , { 7, JAN, 2009, RCR, "plug_crender", MICRO, TYPE_MODIFY, "if lesstif, set threshold slider bar width", NULL } , { 2, JAN, 2009, RCR, "Makefile", MICRO, TYPE_MODIFY, "do not build balloon in Makefile.macosx_10.5_Intel_64 - libgsl is 32-bit", NULL } , { 2, JAN, 2009, RCR, "afni_environ.c", MICRO, TYPE_BUG_FIX, "fixed bad lvalue when USE_TRACING is not defined", "also fixed define for USE_TRACING in solaris and cygwin Makefiles" } , { 31, DEC, 2008, RCR, "afni", MINOR, TYPE_BUG_FIX, "fix for lesstif crash on 'where am i', along with ziad", NULL } , { 24, DEC, 2008, RCR, "timing_tool.py", MICRO, TYPE_MODIFY, "redefine 'sum' for older python versions", "This also affects afni_util.py and make_random_timing.py." } , { 15, DEC, 2008, RCR, "Makefile", MICRO, TYPE_MODIFY, "added USE_LESSTIF directive", "Modified Makefile.linux_xorg7[_64], Makefile.macosx_10.5_Intel[_64]." } , { 10, DEC, 2008, RCR, "afni_proc.py", MINOR, TYPE_NEW_OPT, "added new options for extra stimuli, RONI and an external volreg base", "- allow NIfTI datasets as input (but process as AFNI)\n" "- added -regress_extra_stim_files and -regress_extra_stim_labels\n" "- added -regress_RONI and -volreg_base_dset (for Jill Weisberg)" } , { 8, DEC, 2008, RCR, "xmat_tool.py", MICRO, TYPE_MODIFY, "allow -test_libs to proceed without numpy", NULL } , { 8, DEC, 2008, RCR, "Makefile", MICRO, TYPE_GENERAL, "added Makefile.macosx_10.5_G4", NULL } , { 4, DEC, 2008, RCR, "Makefile.INCLUDE", MINOR, TYPE_MODIFY, "added balloon target for M Belmonte", "Also modified Makefile.linux_xorg7_64 and macosx_10.4_G5/Intel and 5_Int*." } , { 4, DEC, 2008, RCR, "balloon", MICRO, TYPE_NEW_PROG, "new program by M Belmonte", NULL } , { 1, DEC, 2008, RCR, "timing_tool.py", MAJOR, TYPE_NEW_PROG, "a tool for manipulating and evaluating stimulus timing files", "This is useful for getting statistics on rest timing." } , { 1, DEC, 2008, RCR, "option_list.py", MICRO, TYPE_MODIFY, "added 'opt' param to more get_* functions", NULL } , { 1, DEC, 2008, RCR, "make_random_timing.py", MICRO, TYPE_MODIFY, "moved min_mean_max_stdev to afni_util.py and modified help examples", NULL } , { 24, NOV, 2008, RCR, "Dimon", MINOR, TYPE_NEW_OPT, "added options -infile_list and -show_sorted_list", "The -show_sorted_list option will print a list of files by run/index." } , { 21, NOV, 2008, RCR, "xmat_tool.py", MINOR, TYPE_NEW_OPT, "added Options menu, Show Cosmat and GUI help", "This is the initial release version, 1.0." } , { 21, NOV, 2008, RCR, "xmat_tool.py", MINOR, TYPE_NEW_OPT, "added -test_libs option", NULL } , { 21, NOV, 2008, RCR, "python_module_test.py", MINOR, TYPE_NEW_OPT, "removed 'R' from basic test list, and applied verb 2 to base usage", NULL } , { 20, NOV, 2008, RCR, "plug_realtime", MINOR, TYPE_NEW_OPT, "incorportated real-time volume writing from V. Roopchansingh of MCW", NULL } , { 18, NOV, 2008, RCR, "xmat_tool.py", MINOR, TYPE_NEW_OPT, "added -test, -show_col_types, -show_cosmat, -show_fit_ts, -cormat_cutoff", "also added the main help" } , { 18, NOV, 2008, RCR, "afni_xmat.py", MICRO, TYPE_MODIFY, "added extra_cols param to make_show_conds_str", NULL } , { 7, NOV, 2008, RCR, "xmat_tool.py", MINOR, TYPE_MODIFY, "more updates:", "- scipy is only tested for when necessary\n" "- compute norms locally if no scipy\n" "- solve_against_1D, linear_combo: return error string instead of code\n" "- added -chrono option, to make all options chronological\n" " (so options are essentially scriptable)" } , { 6, NOV, 2008, RCR, "xmat_tool.py", MINOR, TYPE_NEW_OPT, "pre-release updates:", " - added many initial command-line options\n" " - added plot_xmat_as_one toggle button\n" " - added computation of cosine matrix and cosmat_warnings\n" " - separated GUI code into new file gui_xmat.py" } , { 6, NOV, 2008, RCR, "option_list.py", MICRO, TYPE_NEW_OPT, "added opt param to get_type_opt and get_type_list", "had to modify calls in make_random_timing.py and gen_epi_review.py" } , { 6, NOV, 2008, RCR, "python_module_test.py", MINOR, TYPE_NEW_OPT, "added option -full_test", NULL } , { 4, NOV, 2008, RCR, "plug_vol2surf", MICRO, TYPE_MODIFY, "fail if NIML output dataset does end in .niml.dset", NULL } , { 4, NOV, 2008, RCR, "3dVol2Surf", MICRO, TYPE_MODIFY, "fail if NIML output dataset does end in .niml.dset", NULL } , { 4, NOV, 2008, RCR, "vol2surf", MICRO, TYPE_MODIFY, "only complain about statsym_string in debug mode", NULL } , { 31, OCT, 2008, RCR, "afni_util.py", MICRO, TYPE_MODIFY, "moved functions encode_1D_ints and decode_1D_ints here", NULL } , { 31, OCT, 2008, RCR, "make_random_timing.py", MINOR, TYPE_NEW_OPT, "added -show_timing_stats option", "Also, made a small change affecting timing (old results will not match)." } , { 29, OCT, 2008, RCR, "xmat_tool.py", MINOR, TYPE_MODIFY, "if the X-matrix has a constant regressor, do not de-mean it", "In such a case, the cormat would not exactly be a correlation matrix." } , { 29, OCT, 2008, RCR, "python_module_test.py", MINOR, TYPE_NEW_PROG, "program to test python module imports (interface to module_test_lib.py)", NULL } , { 28, OCT, 2008, RCR, "module_test_lib.py", MINOR, TYPE_NEW_PROG, "library to test python module imports", "One might want to apply this module at the top of any python file." } , { 28, OCT, 2008, RCR, "xmat_tool.py", MICRO, TYPE_MODIFY, "use module_test_lib to test imports", NULL } , { 27, OCT, 2008, RCR, "afni_proc.py", MINOR, TYPE_NEW_OPT, "added -regress_motion_file option", NULL } , { 27, OCT, 2008, RCR, "make_random_timing.py", MINOR, TYPE_NEW_OPT, "added -offset option", NULL } , { 27, OCT, 2008, RCR, "make_random_timing.py", MINOR, TYPE_BUG_FIX, "actually applied -min_rest, sorry...", NULL } , { 24, OCT, 2008, RCR, "xmat_tool.py", SUPER, TYPE_NEW_PROG, "program to inspect a .xmat.1D X-matrix, possibly against a time series", "This is a Graphical tool for plotting a design matrix, reviewing\n" "condition numbers or the correlation matrix, and fitting to a 1D\n" "time series." } , { 23, OCT, 2008, RCR, "Makefile.INCLUDE", MINOR, TYPE_BUG_FIX, "removed reference to cdflib, for 'make afni_src.tgz'", NULL } , { 23, OCT, 2008, RCR, "afni_util.py", MICRO, TYPE_NEW_OPT, "added lists_are_same function", NULL } , { 20, OCT, 2008, RCR, "afni_util.py", MINOR, TYPE_NEW_OPT, "added write_text_to_file function", NULL } , { 20, OCT, 2008, RCR, "afni_driver.c", MINOR, TYPE_NEW_OPT, "added 'GETENV' to the list of DRIVE_AFNI commands", NULL } , { 16, OCT, 2008, RCR, "thd_mastery", MICRO, TYPE_MODIFY, "THD_copy_dset_subs should not need to add a warp structure", NULL } , { 14, OCT, 2008, RCR, "thd_mastery", MICRO, TYPE_MODIFY, "verify sub-brick list in THD_copy_dset_subs()", NULL } , { 14, OCT, 2008, RCR, "afni_util.py", MICRO, TYPE_MODIFY, "added wrap string param to add_line_wrappers (to wrap with newlines)", NULL } , { 8, OCT, 2008, RCR, "NIFTI", MICRO, TYPE_MODIFY, "allow cbl with indices in 0..nt*nu*nv*nw-1", NULL } , { 7, OCT, 2008, RCR, "NIFTI", MICRO, TYPE_MODIFY, "added nifti_NBL_matches_nim() check for write_bricks()", NULL } , { 2, OCT, 2008, RCR, "GIFTI", MICRO, TYPE_MODIFY, "minor changes", "- separate diffs in DAs from those in gifti_image\n" "- decode additional data types: INT8, UINT16, INT64\n" "- add link flags to libgiftiio_la target" } , { 29, SEP, 2008, RCR, "3dmatmult", MAJOR, TYPE_NEW_PROG, "program to multiply AFNI datasets slice-by-slice as matrices", NULL } , { 23, SEP, 2008, RCR, "afni_proc.py", MINOR, TYPE_NEW_OPT, "added -remove_preproc_files option (akin to -move_preproc_files)", NULL } , { 23, SEP, 2008, RCR, "gen_epi_review.py", MINOR, TYPE_MODIFY, "in script, check for existence of given datasets\n", NULL } , { 17, SEP, 2008, RCR, "make_stim_times.py", MINOR, TYPE_NEW_OPT, "added -labels option, for including labels in filenames", NULL } , { 16, SEP, 2008, RCR, "3drefit", MINOR, TYPE_BUG_FIX, "allow attribute editing of NIfTI datasets", NULL } , { 10, SEP, 2008, RCR, "plug_realtime", MICRO, TYPE_BUG_FIX, "re-added sending of magic_bye string on MP socket close", NULL } , { 3, SEP, 2008, RCR, "plug_realtime", MICRO, TYPE_MODIFY, "moved drive_wait execution to RT_tell_afni", NULL } , { 2, SEP, 2008, RCR, "GIFTI", MICRO, TYPE_MODIFY, "have distribution Makefiles build with GIFTI/expat/zlib", NULL } , { 29, AUG, 2008, RCR, "vol2surf", MINOR, TYPE_MODIFY, "fill in COLMS_STATSYM attribute when writing .niml.dset dataset", NULL } , { 26, AUG, 2008, RCR, "3dAllineate", MINOR, TYPE_BUG_FIX, "initialized ntask in all cases", NULL } , { 22, AUG, 2008, RCR, "Dimon", MICRO, TYPE_NEW_OPT, "added -drive_wait option", NULL } , { 22, AUG, 2008, RCR, "plug_realtime", MINOR, TYPE_NEW_OPT, "added DRIVE_WAIT command string", "The command will be executed after the first volume is processed,\n" "which is good for opening windows appropriate to a new dataset." } , { 21, AUG, 2008, RCR, "afni", MINOR, TYPE_NEW_OPT, "added -disable_done option to safeguard real-time mode", NULL } , { 21, AUG, 2008, RCR, "Dimon", MICRO, TYPE_MODIFY, "updated help and suggest -num_slices with -sleep_init", NULL } , { 21, AUG, 2008, RCR, "afni-general", MINOR, TYPE_MODIFY, "in edt_dsetitems, if storage mode can be inferred from prefix, apply it", NULL } , { 21, AUG, 2008, RCR, "ANOVA", MINOR, TYPE_MODIFY, "use DSET_BRIKNAME for dataset control, as that is updated for smode", NULL } , { 18, AUG, 2008, RCR, "plug_realtime", MINOR, TYPE_MODIFY, "increase DRIVE_LIMIT to 4Kb, read env vars each run", "These variables can now be controlled through drive_afni 'SETENV'\n" "(either via 'plugout_drive' or 'Dimon -drive_afni'):\n" " - AFNI_REALTIME_Mask_Vals : specify what gets sent to serial_helper\n" " - AFNI_REALTIME_SHOW_TIMES : specify whether to show data timestampts\n" " - AFNI_REALTIME_SEND_VER : specify whether to send comm version" } , { 15, AUG, 2008, RCR, "afni", MINOR, TYPE_BUG_FIX, "init graph->grid_spacing, to prevent potential div by 0 via DRIVE", NULL } , { 14, AUG, 2008, RCR, "Dimon", MICRO, TYPE_MODIFY, "moved num_slices check to separate function", NULL } , { 14, AUG, 2008, RCR, "3dBrickStat", MINOR, TYPE_BUG_FIX, "do not automatically print -max along with -var", NULL } , { 5, AUG, 2008, RCR, "to3d", MINOR, TYPE_BUG_FIX, "re-added the un16 fix from July 1", NULL } , { 3, AUG, 2008, RCR, "nifti_tool", MINOR, TYPE_NEW_OPT, "added -help_ana, -disp_ana, -swap_as_analyze, -swap_as_nifti, -swap_as_old", NULL } , { 3, AUG, 2008, RCR, "nifticlib", MINOR, TYPE_MODIFY, "added swap ability for ANALYZE 7.5 format, and made swapping complete", "- added nifti_analyze75 struct\n" "- modified swap_nifti_header to swap all fields (analyze or nifti)\n" "- added regression testing script c16.rand.swap\n" "These changes were motivated by C Burns." } , { 31, JUL, 2008, RCR, "Dimon", MINOR, TYPE_NEW_OPT, "added -num_slices option, and full real-time example E", NULL } , { 31, JUL, 2008, RCR, "serial_helper", MINOR, TYPE_NEW_OPT, "added HELLO version 2 to work as -disp_all", "See 'HELLO versions' from 'serial_helper -help' for details.\n" "See 'example E' from 'Dimon -help' for a complete testing example." } , { 31, JUL, 2008, RCR, "plug_realtime", MINOR, TYPE_NEW_OPT, "enhancements to communication with serial helper", "- added 'Motion Only' to methods\n" "- parameter methods can easily be switched per run\n" "- SEND_VER replaces HELLO_VER as Y/N variable\n" } , { 30, JUL, 2008, RCR, "plug_realtime", MINOR, TYPE_NEW_OPT, "added HELLO version 1 and show_times option", "These are set via AFNI_REALTIME_SEND_VER and AFNI_REALTIME_SHOW_TIMES." } , { 30, JUL, 2008, RCR, "serial_helper", MINOR, TYPE_NEW_OPT, "added HELLO version 1 and -show_times option", NULL } , { 29, JUL, 2008, RCR, "plug_realtime", MINOR, TYPE_MODIFY, "print more socket error info, send MP vals w/out mask", NULL } , { 29, JUL, 2008, RCR, "serial_helper", MINOR, TYPE_MODIFY, "captured and output more signal and error info, flushed output buffer", NULL } , { 28, JUL, 2008, RCR, "plug_realtime", MINOR, TYPE_BUG_FIX, "alter check for bad socket: use tcp_alivecheck over tcp_writecheck", NULL } , { 25, JUL, 2008, RCR, "Dimon", MINOR, TYPE_MODIFY, "allow -sleep_vol to be very small without early run termination", NULL } , { 23, JUL, 2008, RCR, "3dttest", MINOR, TYPE_NEW_OPT, "added -base1_dset option, where -base1 value can vary over voxels\n", "Added for M Beauchamp." } , { 18, JUL, 2008, RCR, "3dNLfim", MINOR, TYPE_MODIFY, "listed signal and noise models in -help output", NULL } , { 17, JUL, 2008, RCR, "3dNLfim", MINOR, TYPE_MODIFY, "warn the user if DSET_NVALS is not the same as DSET_NUMTIMES", "That would suggest the dataset has no time axis." } , { 16, JUL, 2008, RCR, "serial_helper", MINOR, TYPE_NEW_OPT, "added -disp_all to give formatted display of 'all' mask data", "This was added for P Kundu.\n" } , { 16, JUL, 2008, RCR, "plug_realtime", MINOR, TYPE_NEW_OPT, "added choice of 'Vals to Send' to serial_helper", "Can now send index,i,j,k,x,y,z,value for every value in mask." } , { 14, JUL, 2008, RCR, "Dimon", MINOR, TYPE_NEW_OPT, "added -sleep_init, -sleep_vol, -sleep_frac", "These options control the timeout periods between data checks." } , { 14, JUL, 2008, RCR, "plug_realtime", MINOR, TYPE_MODIFY, "terminate TCP transmission to serial_helper if mask is bad\n", NULL } , { 14, JUL, 2008, RCR, "afni_history", MINOR, TYPE_MODIFY, "a single integer option is interpreted as with -past_entires", NULL } , { 11, JUL, 2008, RCR, "Dimon", MICRO, TYPE_MODIFY, "include last 4 elements of obl_matrix, even though probably useless", NULL } , { 10, JUL, 2008, RCR, "plug_realtime", MAJOR, TYPE_MODIFY, "receive oblique transform matrix via new OBLIQUE_XFORM interface", NULL } , { 10, JUL, 2008, RCR, "Dimon", MAJOR, TYPE_MODIFY, "if the data is oblique, pass the transformation matrix to plug_realtime", NULL } , { 9, JUL, 2008, RCR, "plug_realtime", MICRO, TYPE_MODIFY, "if user closes graph window, allow comm with serial_helper to proceed", NULL } , { 7, JUL, 2008, RCR, "afni_util.py", MICRO, TYPE_MODIFY, "move extra newline from args_as_command to show_args_as_command", NULL } , { 3, JUL, 2008, RCR, "plug_drawdset", MICRO, TYPE_BUG_FIX, "edt_dset_items.c: for .hdr, use .img brick file, storage_mode = BY_NIFTI", NULL } , { 2, JUL, 2008, RCR, "Dimon", MICRO, TYPE_MODIFY, "provide suggestions in the case of a real-time TCP connection failure", NULL } , { 1, JUL, 2008, RCR, "to3d", MINOR, TYPE_BUG_FIX, "fixed crash in case of mosaic and un16, no longer having im data", "Problem found by R. McColl." } , { 1, JUL, 2008, RCR, "Makefile.INCLUDE", MINOR, TYPE_MODIFY, "modified the make system for building programs in the install directory", "- modified Makefile.INCLUDE's INFLAGS and ISFLAGS\n" "- modified SUMA_INPATH in SUMA_Makefile_NoDev.\n" "- removed 'rickr/' dirs from includes in mrilib.h, plug_crender.c and\n" " 3dAllineate.c\n\n" "Requested by V. Roopchansingh of MCW.\n" } , { 30, JUN, 2008, RCR, "afni_proc.py", MINOR, TYPE_NEW_OPT, "added -gen_epi_review and -no_epi_review options", "By default, a drive_afni script to review EPI data is now generated." } , { 30, JUN, 2008, RCR, "gen_epi_review.py", MINOR, TYPE_MODIFY, "make script executable, decrease sleep, add usage comment in script", NULL } , { 27, JUN, 2008, RCR, "gen_epi_review.py", MAJOR, TYPE_NEW_PROG, "generate afni/drive_afni script to review initial EPI data", "This program was written to be called from the afni_proc.py output script." } , { 27, JUN, 2008, RCR, "afni_util.py", MICRO, TYPE_MODIFY, "small modification to find_command_end", NULL } , { 25, JUN, 2008, RCR, "afni_history", MINOR, TYPE_NEW_OPT, "added -past_entries option", NULL } , { 25, JUN, 2008, RCR, "howto", MINOR, TYPE_MODIFY, "put disclaimers at the tops of HowTo #1, #2, and #5", "references to current AFNI class handouts were included" } , { 24, JUN, 2008, RCR, "3dDeconvolve", MINOR, TYPE_MODIFY, "added the ability to output 1D iresp datasets", NULL } , { 20, JUN, 2008, RCR, "libmri", MINOR, TYPE_MODIFY, "thd_niftiread: do not scale to float if scale=1 and inter=0", NULL } , { 19, JUN, 2008, RCR, "file_tool", MICRO, TYPE_MODIFY, "removed printing of pointers in disp_ functions", NULL } , { 19, JUN, 2008, RCR, "make_stim_times.py", MINOR, TYPE_MODIFY, "help update, added -show_valid_opts, use '*' as separator w/amplitudes", NULL } , { 16, JUN, 2008, RCR, "file_tool", MINOR, TYPE_MODIFY, "show output for multiple bad files when using -show_bad_backslash", NULL } , { 13, JUN, 2008, RCR, "3dclust", MINOR, TYPE_MODIFY, "in the help, Volume defaults to microliters, unless -dxyz=1 is used", NULL } , { 13, JUN, 2008, RCR, "nifti_tool", MINOR, TYPE_NEW_OPT, "added -with_zlib, and ability to add extensions via 'file:FILENAME'", "extension update added for J. Gunter" } , { 13, JUN, 2008, RCR, "nifticlib", MINOR, TYPE_NEW_OPT, "added nifti_compiled_with_zlib()", NULL } , { 12, JUN, 2008, RCR, "neuro_deconvolve.py", MINOR, TYPE_NEW_PROG, "generate 3dTfitter script to deconvolve a BOLD signal into a neuro signal", NULL } , { 12, JUN, 2008, RCR, "afni_util.py", MICRO, TYPE_NEW_OPT, "added get_dset_reps_tr, get_default_polort, get_dset_reps_tr, max_dim_1D", "also, updated find_last_space to deal with long strings" } , { 12, JUN, 2008, RCR, "afni_proc.py", MICRO, TYPE_MODIFY, "shifted code to afni_util.get_dset_reps_tr and .get_default_polort", NULL } , { 6, JUN, 2008, RCR, "plug_crender", MINOR, TYPE_BUG_FIX, "integral threshold was off by 1", NULL } , { 6, JUN, 2008, RCR, "make_random_timing.py", MICRO, TYPE_MODIFY, "get_*_opt now returns an error code", NULL } , { 2, JUN, 2008, RCR, "GIFTI", MICRO, TYPE_GENERAL, "added CMakeLists.txt and XMLCALL update from Simon Warfield", "also added LICENSE.gifti" } , { 2, JUN, 2008, RCR, "model_demri_3", MICRO, TYPE_MODIFY, "small help update to clarify residual C curve input", NULL } , { 29, MAY, 2008, RCR, "model_demri_3", MICRO, TYPE_BUG_FIX, "help update to clarify use of AFNI_MODEL_D3_R1I_DSET", NULL } , { 22, MAY, 2008, RCR, "3dTshift", MINOR, TYPE_BUG_FIX, "with -rlt, slices without any time shift must still be processed", "problem noticed by Jie Huang" } , { 21, MAY, 2008, RCR, "model_demri_3", MINOR, TYPE_BUG_FIX, "fixed incorrect scaling in Cp computation", "The error was introduced on April 8, 2008." } , { 21, MAY, 2008, RCR, "make_stim_times.py", MICRO, TYPE_NEW_OPT, "added -amplitudes option (for Rutvik Desai)", NULL } , { 18, MAY, 2008, RCR, "make_random_timing.py", MINOR, TYPE_NEW_OPT, "added options for TR-locking and storing '3dDeconvolve -nodata' examples", "- added shuffle() to replace that from random (cannot produce all perms)\n" "- added options -tr, -tr_locked and -save_3dd_cmd\n" "- changed -stim_time option to -stim_dur" } , { 18, MAY, 2008, RCR, "afni_history", MICRO, TYPE_MODIFY, "sped up comparison (since histories have gotten long)", NULL } , { 17, MAY, 2008, RCR, "afni_proc.py", MINOR, TYPE_MODIFY, "check result of 3dDeconvolve execution in output script", "If 3dDeconvolve fails, terminate the script so that the user can\n" "see what happened." } , { 14, MAY, 2008, RCR, "model_demri_3", MINOR, TYPE_BUG_FIX, "fixed application of decay term", NULL } , { 13, MAY, 2008, RCR, "GIFTI", MINOR, TYPE_NEW_OPT, "gifticlib-1.0.0: initial release", "includes support for (set/clear/read/write) external data files" } , { 13, MAY, 2008, RCR, "gifti_tool", MINOR, TYPE_NEW_OPT, "added -set_extern_filelist option, and help for using external data files", NULL } , { 9, MAY, 2008, RCR, "GIFTI", MINOR, TYPE_MODIFY, "gifticlib-0.0.18: giiCoordSystem is now an array of struct pointers", "modified GIFTI library, along with suma_gifti.c" } , { 8, MAY, 2008, RCR, "model_demri_3", MINOR, TYPE_MODIFY, "updated help, NFIRST does not need to imply injection time", NULL } , { 7, MAY, 2008, RCR, "option_list.py", MINOR, TYPE_NEW_OPT, "added get_type_list and other accessor functions", NULL } , { 7, MAY, 2008, RCR, "plug_3Ddump_V2", MINOR, TYPE_BUG_FIX, "allow 4D datasets to be opened (so that buckets are again usable)", "PLUGIN_dset_check() now checks NVALS instead of NUM_TIMES..." } , { 7, MAY, 2008, RCR, "make_random_timing.py", MAJOR, TYPE_NEW_PROG, "generate random stimulus timing files", "This generates random timing files suitable for use in 3dDeconvolve.\n" "The timing is not restricted to a TR grid, though that is possible.\n" "Consider use with '3dDeconvolve -nodata'." } , { 1, MAY, 2008, RCR, "model_demri_3", MINOR, TYPE_BUG_FIX, "treat RESID_CT as Ct(t), not C(t)", NULL } , { 30, APR, 2008, RCR, "make_stim_times.py", MICRO, TYPE_BUG_FIX, "replaced make_stim_files with make_stim_times.py in help", NULL } , { 10, APR, 2008, RCR, "afni_proc.py", MICRO, TYPE_GENERAL, "updated the -help with information regarding runs of different lengths", NULL } , { 8, APR, 2008, RCR, "2dImReg", MINOR, TYPE_BUG_FIX, "allow zero slices, passing input as result", "Choleski factorization would fail on an empty slice. In this case,\n" "return the input slices as the result (instead of crashing).\n" "Done with D Glen." } , { 8, APR, 2008, RCR, "3dNLfim", MICRO, TYPE_MODIFY, "only update output every 100 voxels", NULL } , { 8, APR, 2008, RCR, "model_demri_3", MINOR, TYPE_NEW_ENV, "allow residual Ct values via AFNI_MODEL_D3_RESID_CT_DSET dataset", "e.g. setenv AFNI_MODEL_D3_RESID_CT_DSET residual_Ct+orig" } , { 2, APR, 2008, RCR, "ANOVA", MINOR, TYPE_MODIFY, "extended maximum number of contrasts to 75", NULL } , { 1, APR, 2008, RCR, "ANOVA", MINOR, TYPE_MODIFY, "increased internal memory for 3dbucket and 3drefit command creation", NULL } , { 31, MAR, 2008, RCR, "ANOVA", MINOR, TYPE_MODIFY, "extended maximum number of means, diffs and contrasts to 50", NULL } , { 28, MAR, 2008, RCR, "gifticlib", MICRO, TYPE_NEW_OPT, "added routines to copy MetaData", NULL } , { 28, MAR, 2008, RCR, "gifti_tool", MINOR, TYPE_NEW_OPT, "added -copy_gifti_meta and -copy_DA_meta options", NULL } , { 26, MAR, 2008, RCR, "gifticlib", MICRO, TYPE_MODIFY, "in compare, if comp_data is not set, state the fact", NULL } , { 25, MAR, 2008, RCR, "GIFTI", MINOR, TYPE_MODIFY, "minor changes:", " - NIFTI_INTENT_NONE is considered valid\n" " - added compare_gifti_data functions\n" " - LabelTables are now written using CDATA" } , { 25, MAR, 2008, RCR, "gifti_tool", MINOR, TYPE_MODIFY, "the -compare_data option is not separate from -compare_gifti", NULL } , { 24, MAR, 2008, RCR, "Dimon", MINOR, TYPE_NEW_OPT, "added GERT_Reco options (request of D Glen)", " -gert_filename : specify a name for the GERT_Reco script\n" " -gert_nz : override nz=1 in mosaic image files\n" " -gert_to3d_prefix : specify a dataset prefix for the to3d command" } , { 24, MAR, 2008, RCR, "@Align_Centers", MINOR, TYPE_BUG_FIX, "applied proper follower dataset orientation and floating point shifts", "The shift applied to the child datasets was based on the parent's\n" "orientation. The shifts were also being truncated to integers.\n" "Changed with D Glen.\n" } , { 18, MAR, 2008, RCR, "GIFTI", MINOR, TYPE_NEW_OPT, "added comparison functions to gifticlib", NULL } , { 20, MAR, 2008, RCR, "GIFTI", MINOR, TYPE_NEW_ENV, "AFNI_WRITE_1D_AS_PREFIX allows writing 1D or surface data given the prefix", "For example, setting this to YES will allow writing surface data to NIfTI." } , { 18, MAR, 2008, RCR, "gifti_tool", MINOR, TYPE_NEW_OPT, "added -compare_gifti option", "See 'gifti_tool -help' for details, including example #7." } , { 17, MAR, 2008, RCR, "Dimon", MINOR, TYPE_MODIFY, "if 1 volume, GERT_Reco_dicom does not give (useless) timing to to3d", NULL } , { 13, MAR, 2008, RCR, "3dmerge", MINOR, TYPE_GENERAL, "added some examples to the -help output", NULL } , { 11, MAR, 2008, RCR, "model_demri_3", MINOR, TYPE_NEW_OPT, "added control of hematocrit via AFNI_MODEL_D3_HCT", NULL } , { 10, MAR, 2008, RCR, "GIFTI", MINOR, TYPE_NEW_ENV, "AFNI_GIFTI_VERB sets the verbose level in the gifti I/O library", "The default is 1, 0 is quiet, and values go up to 7." } , { 10, MAR, 2008, RCR, "GIFTI", MINOR, TYPE_GENERAL, "AFNI can read/write .gii.dset as with .gii", NULL } , { 10, MAR, 2008, RCR, "Dimon", MINOR, TYPE_NEW_OPT, "applied -gert_outdir in the case of dicom images", NULL } , { 10, MAR, 2008, RCR, "Dimon", MINOR, TYPE_MODIFY, "if only 1 run, GERT_Reco_dicom is named per run", NULL } , { 10, MAR, 2008, RCR, "SUMA_SurfMeasures", MAJOR, TYPE_BUG_FIX, "averages did not include nodes lost to -cmask", "Noticed by M Beauchamp." } , { 7, MAR, 2008, RCR, "make_stim_times.py", MINOR, TYPE_BUG_FIX, "properly ignore empty lines, and exit on short files", NULL } , { 6, MAR, 2008, RCR, "GIFTI", MICRO, TYPE_MODIFY, "allow functional control over GIFTI encoding" , NULL } , { 5, MAR, 2008, RCR, "GIFTI", MINOR, TYPE_BUG_FIX, "fixed passing of INDEX_LIST" , NULL } , { 5, MAR, 2008, RCR, "GIFTI", MINOR, TYPE_MODIFY, "do not duplicate data when reading and writing GIFTI from AFNI", NULL } , { 4, MAR, 2008, RCR, "3dTstat", MINOR, TYPE_NEW_OPT, "added -accumulate option, to output each partial sum" , "for k = 0..N-1 : output[k] = sum(input[i]) over i = 0..k" } , { 3, MAR, 2008, RCR, "website", MINOR, TYPE_MODIFY, "updated the AFNI History website pages, with a table of entries", NULL } , { 29, FEB, 2008, RCR, "afni_history", MINOR, TYPE_NEW_OPT, "added a TYPE, -type, a new level, and a string to identify each level", NULL } , { 28, FEB, 2008, RCR, "afni_history", MINOR, TYPE_NEW_OPT, "added -list_authors option and adjusted spacing", NULL } , { 27, FEB, 2008, RCR, "afni_history", SUPER, TYPE_NEW_PROG, "program to display the history of AFNI updates" , "This will be used to create a web page of AFNI updates.\n" "Please see 'afni_history -help' for more details." } , { 27, FEB, 2008, RCR, "afni_proc.py", MINOR, TYPE_BUG_FIX, "fixed -regress_use_stim_files typo (was -regress_use_stim_times)", NULL } , { 26, FEB, 2008, RCR, "afni_history", MICRO, TYPE_GENERAL, "checked in initial afni_history files", NULL } , { 25, FEB, 2008, RCR, "plug_vol2surf", MAJOR, TYPE_BUG_FIX, "fixed application of cluster for sending data to suma", "Previously, clustering was only applied when the Olay and Thr sub-bricks\n" "were the same." } , { 24, FEB, 2008, RCR, "GIFTI", MINOR, TYPE_MODIFY, "GIFTI library now considers MetaData without Value as valid", NULL } , /* pre-afni_history updates, mostly new programs and data formats */ { 21, FEB, 2008, RCR, "GIFTI", SUPER, TYPE_GENERAL, "AFNI programs can now read and write GIFTI datasets", "GIFTI datasets are for data in the surface domain, with file suffix .gii.\n" "Support must be requested at compile time, and it requires libexpat.\n" "Please see http://www.nitrc.org/projects/gifti for many details." } , { 6, FEB, 2008, RCR, "3dbucket", MINOR, TYPE_GENERAL, "modified to copy FDR curves", NULL } , { 22, JAN, 2008, RCR, "afni_proc.py", MINOR, TYPE_NEW_OPT, "added options to estimate smoothness in data for use in AlphaSim", "See help options -regress_est_blur_epits and -regress_est_blur_errts." } , { 28, DEC, 2007, RCR, "gifti_tool", MAJOR, TYPE_NEW_PROG, "program to read and write GIFTI datasets", NULL } , { 3, DEC, 2007, RCR, "GIFTI", MAJOR, TYPE_GENERAL, "initial release of gifti I/O C API", NULL } , { 31, AUG, 2007, RCR, "DECONFLICT", MAJOR, TYPE_MODIFY, "modified default behavior of programs from deconflict to no overwrite", "See AFNI_DECONFLICT in README.environment." } , { 31, AUG, 2007, RCR, "model_conv_diffgamma", MINOR, TYPE_NEW_PROG, "NLfim model to compute the convolution of the difference of gammas", NULL } , { 30, JUL, 2007, RCR, "regression_tests", MAJOR, TYPE_GENERAL, "added setup for regression testing to NIFTI package", "This can be used as a template for testing any command-line programs." } , { 20, DEC, 2006, RCR, "afni_proc.py", SUPER, TYPE_NEW_PROG, "program to write complete single subject FMRI processing script", NULL } , { 11, DEC, 2006, RCR, "make_stim_times.py", MINOR, TYPE_NEW_PROG, "program to convert stim_files to stim_times files", NULL } , { 22, OCT, 2006, RCR, "model_demri_3", MAJOR, TYPE_NEW_PROG, "NLfim model for Dynamic Enhanced MRI", NULL } , { 12, OCT, 2006, RCR, "serial_writer", MINOR, TYPE_NEW_PROG, "program to send data from a file, pipe or made up to a given serial port", NULL } , { 8, AUG, 2006, RCR, "C++", MINOR, TYPE_MODIFY, "afni program compiles in C++ (effort with Rich and Greg Balls)", NULL } , { 3, AUG, 2006, RCR, "NI_SURF_DSET", SUPER, TYPE_GENERAL, "added a new surface dataset format, with read/write ability in AFNI", NULL } , { 25, JAN, 2006, RCR, "model_michaelis_menton", MAJOR, TYPE_NEW_PROG, "NLfim model function for ethanol studies", NULL } , { 2, DEC, 2005, RCR, "ANOVA", SUPERDUPER, TYPE_MODIFY, "changed variance computations in 3dANOVA programs to not assume sphericity", "For details, see http://afni.nimh.nih.gov/sscc/gangc/ANOVA_Mod.html ." } , { 11, OCT, 2005, RCR, "3dmaxima", MAJOR, TYPE_NEW_PROG, "command-line version of maxima plugin", NULL } , { 5, JUL, 2005, RCR, "Dimon", SUPER, TYPE_NEW_PROG, "program to monitor real-time acquisition of DICOM images", NULL } , { 25, APR, 2005, RCR, "NIFTI", SUPER, TYPE_GENERAL, "AFNI can read and write NIFTI datasets (effort with Bob and Rich)", NULL } , { 7, JAN, 2005, RCR, "nifti_tool", SUPER, TYPE_NEW_PROG, "program to directly manipulate or compare NIFTI dataset headers", NULL } , { 7, JAN, 2005, RCR, "NIFTI", SUPER, TYPE_GENERAL, "initial release of NIFTI library", NULL } , { 4, OCT, 2004, RCR, "vol2surf", SUPER, TYPE_GENERAL, "added vol2surf interface for real-time mapping from afni to suma", NULL } , { 31, MAR, 2004, RCR, "serial_helper", MAJOR, TYPE_NEW_PROG, "program to pass realtime registration params from TCP to serial port", NULL } , { 1, DEC, 2003, RCR, "SurfMeasures", MAJOR, TYPE_NEW_PROG, "program to compute various measures over surfaces", NULL } , { 5, AUG, 2003, RCR, "3dVol2Surf", SUPER, TYPE_NEW_PROG, "program to map data from the volume to domain to the surface domain", NULL } , { 29, MAY, 2003, RCR, "3dSurf2Vol", SUPER, TYPE_NEW_PROG, "program to map data from the surface domain to the volume domain", NULL } , { 15, JAN, 2003, RCR, "Imon", MAJOR, TYPE_NEW_OPT, "added connection to the realtime plugin in afni", NULL } , { 27, NOV, 2002, RCR, "Imon", SUPER, TYPE_NEW_PROG, "program to monitor GE I-files as they are written to the scanner", NULL } , { 1, OCT, 2002, RCR, "file_tool", SUPER, TYPE_NEW_PROG, "program to perform generic manipulations of binary files", NULL } , { 20, JUN, 2002, RCR, "@make_stim_file", MINOR, TYPE_NEW_PROG, "script to create binary stim files", NULL } , { 6, JUN, 2002, RCR, "@SUMA_Make_Spec_FS", MAJOR, TYPE_NEW_PROG, "script to import FreeSurfer surfaces into SUMA", NULL } , { 21, MAY, 2002, RCR, "3dresample", SUPER, TYPE_NEW_PROG, "program to change a dataset orientation and/or grid spacing", NULL } , { 8, MAR, 2002, RCR, "plug_crender", SUPER, TYPE_NEW_PROG, "added rendering plugin to afni", NULL } , { 99,99,99, NULL,NULL, 99,99, NULL,NULL} /** the end (do not delete) **/ } ;