1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879
|
.. _release_notes:
=============
Release notes
=============
This appendix contains a brief description of the changes
in MNE software in each major release.
Release notes for MNE software 2.4
##################################
Manual
======
The manual has been significantly expanded and reorganized.
:ref:`ch_interactive_analysis` describing mne_analyze has
been added. :ref:`ch_sample_data` contains instructions for analyzing
the sample data set provided with the software. Useful background
material is listed in :ref:`ch_reading`. Almost all utility programs
are now covered in the manual.
General software changes
========================
The following overall changes have been made:
- A forward solution library independent
of Neuromag software was written.
- The MEG sensor information is now imported from the coil definition file
instead of being hardcoded in the software. For details, see :ref:`BJECIGEB`.
- CTF and 4D Neuroimaging sensors are now supported.
- The number of Neuromag-based utilities was minimized.
- The LINUX port of Neuromag software modules was completely
separated from the MNE software and now resides under a separate
directory tree.
- Support for topologically connected source spaces was added,
see :ref:`CIHCHDAE`.
- A lot of bugs were fixed.
File conversion utilities
=========================
The following import utilities were added:
- mne_ctf2fiff to
convert CTF data to the fif format, see :ref:`BEHDEBCH`.
- mne_tufts2fiff to convert
EEG data from Tufts university to fif format, see :ref:`BEHDGAIJ`.
The output of the Matlab conversion utilities was changed
to use structures. For details, see :ref:`BEHCCEBJ`, :ref:`BEHDIAJG`,
and :ref:`convert_to_matlab`.
Matlab tools to import and export w and stc files were added.
mne_browse_raw
==============
Output of decimated and filtered data is now available. mne_analyze now fully
supports 32-bit integer data found in CTF and new Neuromag raw data
files.
mne_analyze
===========
The following changes have been made in mne_analyze :
- Curved and flat surface patches are
now supported.
- An iterative coordinate alignment procedure was added, see
:ref:`CACEHGCD`.
- Utility to view continuous HPI information was added, see :ref:`CACIADAI`.
- Several small changes and bug fixes were done.
mne_make_movie
==============
The only major change in mne_make_movie is
the addition of support for curved and surface patches.
Averaging
=========
The highly inefficient program mne_grand_average has
been removed from the distribution and replaced with the combined
use of mne_make_movie and a new
averaging program mne_average_estimates , see :ref:`CHDFDIFE`.
Release notes for MNE software 2.5
##################################
Manual
======
The MNE Matlab toolbox is now covered in a separate chapter.
Change bars are employed to indicate changes in the chapters that
existed in the previous version of the manual. Note that :ref:`ch_matlab` describing
the Matlab toolbox is totally new and change bars have not been
used there. Furthermore, :ref:`setup_martinos` now contains all the
information specific to the Martinos Center.
mne_browse_raw
==============
There are several improvements in the raw data processor mne_browse_raw/mne_process_raw :
- Possibility to delete and add channel
selections interactively has been added. A nonstandard channel selection
file can be now specified on the command line.
- Handling of CTF software gradient compensation has been added.
- The vertical scale of the digital trigger channel is now automatically
set to accommodate the largest trigger value.
- It is now possible to load evoked-response data sets from
files. Time scales of the evoked-response data and data averaged
in mne_browse_raw can be now
set from the scales dialog. :ref:`CHDHBGGH` has
been updated to employ mne_browse_raw in
viewing the averages computed from the sample raw data set.
- It is now possible to create new SSP operators in mne_browse_raw ,
see :ref:`CACEAHEI`.
- Listing of amplitude values have been added to both the strip-chart
and topographical displays.
- Text format event files can now be loaded for easy inspection
of rejected epochs, for example.
- Handling of derived channels has been added, see :ref:`CACFHAFH` and :ref:`CHDHJABJ`.
- SSS information is now transferred to the covariance matrix
output files.
- Neuromag processing history is included with the output files.
mne_epochs2mat
==============
This new utility extracts epochs from a raw data file, applies
a bandpass filter to them and outputs them in a format convenient
for processing in Matlab, see :ref:`BEHFIDCB`.
mne_analyze
===========
The following new features have been added:
- Processing of raw data segment and easy
switching between multiple evoked data sets (not in the manual yet).
- Sketchy surface display mode for source spaces with selection
triangulation information created with the ``--ico`` option
to mne_setup_source_space.
- Rotation of the coordinate frame in the coordinate system
alignment dialog, see :ref:`CACEHGCD`.
- Several new graphics output file formats as well as automatic
and snapshot output modes, see :ref:`CACIJFII`.
- It is now possible to inquire timecourses from stc overlays.
Both labels and surface picking are supported.
- Added an option to include surface vertex numbers to the timecourse output,
see :ref:`CACJJGFA`.
- Overlays matching the scalp surface can now be loaded, see :ref:`CACFCHEC`.
- The dipole display dialog has now control over the dipole
display properties. Multiple dipoles can be now displayed, see :ref:`CACGGAIA`.
- Time stepping with cursor keys has been added.
- Dynamic cursors have been added to the full view display.
- The viewer display now automatically rotates to facilitate
fiducial picking from the head surface.
mne_ctf2fiff
============
Correct errors in compensation channel information and compensation data
output. The transformation between the CTF and Neuromag coordinate
frames is now included in the output file.
mne_make_movie
==============
Added the ``--labelverts`` option, see :ref:`CBBHHCEF`.
mne_surf2bem
============
Added the ``--shift`` option to move surface vertices
outwards. Fixed some loopholes in topology checks. Also added the ``--innershift`` option
to mne_setup_forward_model . For
more information, see :ref:`CIHDBFEG` and :ref:`BEHCACCJ`.
mne_forward_solution
====================
Added code to compute forward solutions for CTF data with
software gradient compensation on.
mne_inverse_operator
====================
The following changes have been made in mne_inverse_operator :
- Added options to regularize the noise-covariance
matrix.
- Added correct handling of the rank-deficient covariance matrix
resulting from the use of SSS.
- Additional projections cannot be specified if the noise covariance matrix
was computed with projections on.
- Bad channels can be added only in special circumstances if
the noise covariance matrix was computed with projections on.
mne_compute_raw_inverse
=======================
This utility is now documented in :ref:`CBBCGHAH`. The
utility mne_make_raw_inverse_operator has
been removed from the software.
Time range settings
===================
The tools mne_compute_raw_inverse , mne_convert_mne_data ,
and mne_compute_mne no longer
have command-line options to restrict the time range of evoked data
input.
mne_change_baselines
====================
It is now possible to process all data sets in a file at
once. All processed data are stored in a single output file.
New utilities
=============
mne_show_fiff
-------------
Replacement for the Neuromag utility show_fiff .
This utility conforms to the standard command-line option conventions
in MNE software. For details, see :ref:`CHDHEDEF`.
mne_make_cor_set
----------------
Replaces the functionality of the Neuromag utility create_mri_set_simple to
create a fif format description file for the FreeSurfer MRI data.
This utility is called by the mne_setup_mri script.
mne_compensate_data
-------------------
This utility applies or removes CTF software gradient compensation
from evoked-response data, see :ref:`BEHDDFBI`.
mne_insert_4D_comp
------------------
This utility merges 4D Magnes compensation data from a text
file and the main helmet sensor data from a fif file and creates
a new fif file :ref:`BEHGDDBH`.
mne_ctf_dig2fiff
----------------
This utility reads a text format Polhemus data file, transforms
the data into the Neuromag head coordinate system, and outputs the
data in fif or hpts format.
mne_kit2fiff
------------
The purpose of this new utility is to import data from the
KIT MEG system, see :ref:`BEHBJGGF`.
mne_make_derivations
--------------------
This new utility will take derivation data from a text file
and convert it to fif format for use with mne_browse_raw ,
see :ref:`CHDHJABJ`.
BEM mesh generation
===================
All information concerning BEM mesh generation has been moved
to :ref:`create_bem_model`. Utilities for BEM mesh generation using
FLASH images have been added, see :ref:`BABFCDJH`.
Matlab toolbox
==============
The MNE Matlab toolbox has been significantly enhanced. New
features include:
- Basic routines for reading and writing
fif files.
- High-level functions to read and write evoked-response fif
data.
- High-level functions to read raw data.
- High-level routines to read source space information, covariance
matrices, forward solutions, and inverse operator decompositions
directly from fif files.
The Matlab toolbox is documented in :ref:`ch_matlab`.
The mne_div_w utility
has been removed because it is now easy to perform its function
and much more using the Matlab Toolbox.
Release notes for MNE software 2.6
##################################
Manual
======
The changes described below briefly are documented in the
relevant sections of the manual. Change bars are employed to indicate
changes with respect to manual version 2.5. :ref:`ch_forward` now
contains a comprehensive discussion of the various coordinate systems
used in MEG/EEG data.
Command-line options
====================
All compiled C programs now check that the command line does
not contain any unknown options. Consequently, scripts that have
inadvertently specified some options which are invalid will now
fail.
Changes to existing software
============================
mne_add_patch_info
------------------
- Changed option ``--in`` to ``--src`` and ``--out`` to ``--srcp`` .
- Added ``--labeldir`` option.
mne_analyze
-----------
New features include:
- The name of the digital trigger channel
can be specified with the MNE_TRIGGER_CH_NAME environment variable.
- Using information from the fif data files, the wall clock
time corresponding to the current file position is shown on the
status line
- mne_analyze can now be
controlled by mne_browse_raw to
facilitate interactive analysis of clinical data.
- Added compatibility with Elekta-Neuromag Report Composer (cliplab and
improved the quality of hardcopies.
- Both in mne_browse_raw and
in mne_analyze , a non-standard
default layout can be set on a user-by-user basis, see :ref:`CACFGGCF`.
- Added the ``--digtrigmask`` option.
- Added new image rotation functionality using the mouse wheel
or trackball.
- Added remote control of the FreeSurfer MRI
viewer (tkmedit ), see :ref:`CACCHCBF`.
- Added fitting of single equivalent current dipoles and channel
selections, see :ref:`CHDGHIJJ`.
- Added loading of FreeSurfer cortical
parcellation data as labels.
- Added support for using the FreeSurfer average
brain (fsaverage) as a surrogate.
- The surface selection dialog was redesigned for faster access
to the files and to remove problems with a large number of subjects.
- A shortcut button to direct a file selector to the appropriate
default directory was added to several file loading dialogs.
- The vertex coordinates can now be displayed, see :ref:`CHDIEHDH`.
mne_average_forward_solutions
-----------------------------
EEG forward solutions are now averaged as well, see :ref:`CHDBBFCA`.
mne_browse_raw and mne_process_raw
----------------------------------
Improvements in the raw data processor mne_browse_raw /mne_process_raw include:
- The name of the digital trigger channel
can be specified with the MNE_TRIGGER_CH_NAME environment variable.
- The format of the text event files was slightly changed. The
sample numbers are now "absolute" sample numbers
taking into account the initial skip in the event files. The new
format is indicated by an additional "pseudoevent" in
the beginning of the file. mne_browse_raw and mne_process_raw are
still compatible with the old event file format. For details, see :ref:`CACBCEGC`.
- Using information from the fif data files, the wall clock
time corresponding to the current file position is shown on the
status line
- mne_browse_raw can now
control mne_analyze to facilitate
interactive analysis of clinical data.
- If the length of an output raw data file exceeds the 2-Gbyte
fif file size limit, the output is split into multiple files.
- ``-split`` and ``--events`` options was
added to mne_process_raw .
- The ``--allowmaxshield`` option was added to mne_browse_raw to allow
loading of unprocessed data with MaxShield in the Elekta-Neuromag
systems. These kind of data should never be used as an input for source
localization.
- The ``--savehere`` option was added, see :ref:`CACFAAAJ`.
- The stderr parameter was
added to the averaging definition files, see :ref:`CACHACHH`.
- Added compatibility with Elekta-Neuromag Report Composer (cliplab and
improved the quality of hardcopies.
- Both in mne_browse_raw and
in mne_analyze , a non-standard
default layout can be set on a user-by-user basis, see :ref:`CACFGGCF`.
- mne_browse_raw now includes
an interactive editor to create derived channels, see :ref:`CACJIEHI`.
- The menus in mne_browse_raw were
reorganized and an time point specification text field was added
- Possibility to keep the old projection items added to the
new projection definition dialog.
- Added ``--cd`` option.
- Added filter buttons for raw files and Maxfilter (TM) output
to the open dialog.
- Added possibility to create a graph-compatible projection
to the Save projection dialog
- Added possibility to compute a projection operator from epochs
specified by events.
- Added the ``--keepsamplemean`` option
to the covariance matrix computation files.
- Added the ``--digtrigmask`` option.
- Added Load channel selections... item
to the File menu.
- Added new browsing functionality using the mouse wheel or
trackball, see :ref:`BABIDADB`.
- Added optional items to the topographical data displays, see :ref:`CACBEHCD`.
- Added an event list window, see :ref:`BABFDICC`.
- Added an annotator window, see :ref:`BABCIGGH`.
- Keep events sorted by time.
- User-defined events are automatically kept in a fif-format
annotation file, see :ref:`BABDFAHA`.
- Added the delay parameter
to the averaging and covariance matrix estimation description files,
see :ref:`CACHACHH` and :ref:`BABECIAH`.
Detailed information on these changes can be found in :ref:`ch_browse`.
mne_compute_raw_inverse
-----------------------
The ``--digtrig`` , ``--extra`` , ``--noextra`` , ``--split`` , ``--labeldir`` , and ``--out`` options
were added, see :ref:`CBBCGHAH`.
mne_convert_surface
-------------------
The functionality of mne_convert_dfs was
integrated into mne_convert_surface .
Text output as a triangle file and and file file containing the
list of vertex points was added. The Matlab output option was removed.
Consequently, mne_convert_dfs , mne_surface2mat ,
and mne_list_surface_nodes were
deleted from the distribution.
mne_dump_triggers
-----------------
This obsolete utility was deleted from the distribution.
mne_epochs2mat
--------------
The name of the digital trigger channel can be specified
with the MNE_TRIGGER_CH_NAME environment variable, see :ref:`BEHFIDCB`. Added
the ``--digtrigmask`` option.
mne_forward_solution
--------------------
Added code to compute the derivatives of with respect to
the dipole position coordinates, see :ref:`CHDDIBAH`.
mne_list_bem
------------
The ``--surfno`` option is replaced with the ``--id`` option, see :ref:`BEHBBEHJ`.
mne_make_cor_set
----------------
Include data from mgh/mgz files to the output automatically.
Include the Talairach transformations from the FreeSurfer data to
the output file if possible. For details, see :ref:`BABBHHHE`.
mne_make_movie
--------------
Added the ``--noscalebar``, ``--nocomments``, ``--morphgrade``, ``--rate``,
and ``--pickrange`` options, see :ref:`CBBECEDE`.
mne_make_source_space
---------------------
The ``--spacing`` option is now implemented in this
program, which means mne_mris_trix is
now obsolete. The mne_setup_source_space script
was modified accordingly. Support for tri, dec, and dip files was dropped,
see :ref:`BEHCGJDD`.
mne_mdip2stc
------------
This utility is obsolete and was removed from the distribution.
mne_project_raw
---------------
This is utility is obsolete and was removed from the distribution.
The functionality is included in mne_process_raw .
mne_rename_channels
-------------------
Added the ``--revert`` option, see :ref:`CHDCFEAJ`.
mne_setup_forward_model
-----------------------
Added the ``--outershift`` and ``--scalpshift`` options,
see :ref:`CIHDBFEG`.
mne_simu
--------
Added source waveform expressions and the ``--raw`` option,
see :ref:`CHDECAFD`.
mne_transform_points
--------------------
Removed the ``--tomrivol`` option.
Matlab toolbox
--------------
Several new functions were added, see :ref:`ch_matlab`.
.. note:: The matlab function fiff_setup_read_raw has a significant change. The sample numbers now take into account possible initial skip in the file, *i.e.*, the time between the start of the data acquisition and the start of saving the data to disk. The first_samp member of the returned structure indicates the initial skip in samples. If you want your own routines, which assume that initial skip has been removed, perform indentically with the previous version, subtract first_samp from the sample numbers you specify to fiff_read_raw_segment . Furthermore, fiff_setup_read_raw has an optional argument to allow reading of unprocessed MaxShield data acquired with the Elekta MEG systems.
New utilities
=============
mne_collect_transforms
----------------------
This utility collects coordinate transformation information
from several sources into a single file, see :ref:`BABBIFIJ`.
mne_convert_dig_data
--------------------
This new utility convertes digitization (Polhemus) data between
different file formats, see :ref:`BABCJEAD`.
mne_edf2fiff
------------
This is a new utility to convert EEG data from EDF, EDF+,
and BDF formats to the fif format, see :ref:`BABHDBBD`.
mne_brain_vision2fiff
---------------------
This is a new utility to convert BrainVision EEG data to
the fif format, see :ref:`BEHCCCDC`. This utility is also
used by the mne_eximia_2fiff script
to convert EEG data from the Nexstim eXimia EEG system to the fif
format, see :ref:`BEHGCEHH`.
mne_anonymize
-------------
New utility to remove subject identifying information from
measurement files, see :ref:`CHDIJHIC`.
mne_opengl_test
---------------
New utility for testing the OpenGL graphics performance,
see :ref:`CIHIIBDA`.
mne_volume_data2mri
-------------------
Convert data defined in a volume created with mne_volume_source_space to
an MRI overlay, see :ref:`BEHDEJEC`.
mne_volume_source_space
-----------------------
Create a a grid of source points within a volume, see :ref:`BJEFEHJI`. mne_volume_source_space also
optionally creates a trilinear interpolator matrix to facilitate
converting values a distribution in the volume grid into an MRI
overlay using mne_volume_data2mri ,
see :ref:`BEHDEJEC`.
mne_copy_processing_history
---------------------------
This new utility copies the processing history block from
one data file to another, see :ref:`CJACECAH`.
Release notes for MNE software 2.7
##################################
Software engineering
====================
There have been two significant changes in the software engineering
since MNE Version 2.6:
- CMake is now used in building the software
package and
- Subversion (SVN) is now used for revision control instead
of Concurrent Versions System (CVS).
These changes have the effects on the distribution of the
MNE software and setup for individual users:
- There is now a separate software package
for each of the platforms supported.
- The software is now organized completely under standard directories (bin,
lib, and share). In particular, the directory setup/mne has been moved
to share/mne and the directories app-defaults and doc are now under
share. All files under share are platform independent.
- The use of shared libraries has been minimized. This alleviates
compatibility problems across operating system versions.
- The setup scripts have changed.
The installation and user-level effects of the new software
organization are discussed in :ref:`CHDBAFGJ` and :ref:`setup_martinos`.
In addition, several minor bugs have been fixed in the source
code. Most relevant changes visible to the user are listed below.
Matlab tools
============
- The performance of the fiff I/O routines
has been significantly improved thanks to the contributions of François
Tadel at USC.
- Label file I/O routines mne_read_label_file and mne_write_label_file as
well as a routine to extract time courses corresponding to a label from
an stc file (mne_label_time_courses) have been added.
- The patch information is now read from the source space file
and included in the source space data structure.
mne_browse_raw
==============
- Rejection criteria to detect flat channels
have been added, see :ref:`BABIHFBI` and :ref:`BABCGEJE`.
- Possibility to detect temporal skew between trigger input
lines has been added, see :ref:`BABIHFBI` and :ref:`BABCGEJE`.
- ``--allowmaxshield`` option now works in the batch mode as well.
- Added the ``--projevent`` option to batch mode.
- It is now possible to compute an SSP operator for EEG, see :ref:`CACEAHEI`.
mne_analyze
===========
- Both hemispheres can now be displayed
simultaneously, see :ref:`CACCABEA`.
- If the source space was created with mne_make_source_space version 2.3
or later, the subject's surface data are automatically
loaded after loading the data and the inverse operator.
Miscellaneous
=============
- mne_smooth_w was
renamed to mne_smooth and can
now handle both w and stc files. Say ``mne_smooth --help`` to
find the options.
- All binaries now reside in $MNE_ROOT/bin. There are no separate bin/mne
and bin/admin directories.
- mne_anonymize now has the
``--his`` option to remove the HIS ID of the subject, see :ref:`CHDIJHIC`.
- mne_check_surface now has
the ``--bem`` and ``--id`` options to check surfaces from a BEM fif file.
For details, try mne_check_surface --help.
- mne_compute_raw_inverse now
has the ``--orignames`` option, see :ref:`CHDEIHFA`.
- Added ``--headcoord`` option to mne_convert_dig_data ,
see :ref:BABCJEAD`.
- Added ``--talairach`` option to mne_make_cor_set ,
see :ref:`BABBHHHE`.
- Added the ``--morph`` option to mne_setup_source_space and mne_make_source_space ,
see :ref:`CIHCHDAE` and :ref:`BEHCGJDD`, respectively.
- Added the ``--prefix`` option to mne_morph_labels ,
see :ref:`CHDCEAFC`.
- Added the ``--blocks`` and ``--indent`` options to mne_show_fiff ,
see :ref:`CHDHEDEF`.
- Added the ``--proj`` option as well as map types 5 and 6 to mne_sensitivity_map ,
see :ref:`CHDDCBGI`.
- Fixed a bug in mne_inverse_operator which
caused erroneous calculation of EEG-only source estimates if the
data were processed with Maxfilter software and sometimes caused
similar behavior on MEG/EEG source estimates.
Release notes for MNE software 2.7.1
####################################
mne_analyze
===========
- Added a new restricted mode for visualizing
head position within the helmet, see :ref:`CHDJECCG` and Section 7.21.**doesn't exist**
- Added information about mne_make_scalp_surfaces to :ref:`CHDCGHIF`.
mne_browse_raw
==============
- Added possibility for multiple event
parameters and the mask parameter in averaging and noise covariance
calculation, see :ref:`CACHACHH`.
- Added simple conditional averaging, see :ref:`CACHACHH`.
Release notes for MNE software 2.7.2
####################################
mne_add_patch_info
==================
Added the capability to compute distances between source
space vertices, see :ref:`BEHCBCGG`.
Matlab toolbox
==============
- Added new functions to for stc and w
file I/O to employ 1-based vertex numbering inside Matlab, see Table 10.11.
- mne_read_source_spaces.m now reads the inter-vertex distance
information now optionally produced by mne_add_patch_info ,
see :ref:`BEHCBCGG`.
Miscellaneous
=============
- Added ``--shift`` option to mne_convert_surface ,
see :ref:`BABEABAA`.
- Added ``--alpha`` option to mne_make_movie ,
see :ref:`CBBBBHIF`.
- Added ``--noiserank`` option to mne_inverse_operator and mne_do_inverse_operator ,
see :ref:`CBBDDBGF` and :ref:`CIHCFJEI`, respectively.
- The fif output from mne_convert_dig_data now
includes the transformation between the digitizer and MNE head coordinate
systems if such a transformation has been requested, see :ref:`BABCJEAD`.
This also affects the output from mne_eximia2fiff, see :ref:`BEHGCEHH`.
- Added ``--noflash30``, ``--noconvert``, and ``--unwarp`` options to mne_flash_bem ,
see :ref:`BABFCDJH`.
Release notes for MNE software 2.7.3
####################################
Miscellaneous
=============
- Added preservation of the volume geometry
information in the FreeSurfer surface files.
- The ``--mghmri`` option in combination with ``--surfout`` inserts
the volume geometry information to the output of mne_convert_surface ,
see :ref:`BEHDIAJG`.
- Added ``--replacegeom`` option to mne_convert_surface ,
see :ref:`BEHDIAJG`.
- Modified mne_watershed_bem and mne_flash_bem to
include the volume geometry information to the output. This allows
viewing of the output surfaces in the FreeSurfer freeview utility.
|