Source Localization - SAM: Difference between revisions

From MEG Core
Jump to navigation Jump to search
Content added Content deleted
No edit summary
(add 3dNormalize documentation)
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===== Synthetic Aperture Magnetometry =====
=== Synthetic Magnetometry: The SAMsrcV3 Analysis Suite ===


The SAM software suite available here has been completely redesigned to incorporate numerous improvements in the analysis pipeline. Compared with older CTF tools, there are many new features (some of them experimental). Filtering options, more flexible control over active, control, and noise covariance matrices, dual-state imaging, realistic head models, and several flavors of multipole source imaging are available.
The programs documented here implement the latest advances in MEG source localization. Compared with the older CTF tools, there are many new features (some of them experimental).


Features include:
There is also a new workflow resulting from a more efficient separation of functionality. All the new programs are named using a sam_ prefix, so there will be no confusion. The old CTF tools are normally installed in /opt/ctf, while the new programs are generally copied into a user's $HOME/bin directory.
* Flexible control over active, control, and noise covariance matrices
* Dual-state ERF imaging
* Realistic head models
* Hilbert envelope time series computation for connectivity
* Experimental refinement of MRI coregistration based on Freesurfer normals
* More efficient workflow
* Command-line interface for maximal flexibility


=== Documentation: ===
* The latest source tarball is available here: [[local:/meg/SAMsrcV3-20170205.tgz|SAMsrcV3-20170205.tgz]].


* [[SAMsrcV3 overview | SAMsrcV3 overview]]
* Download and unpack:
* [[Installation Instructions | Installation Instructions]]

* [[Suggested Pipelines | Suggested Pipelines]]
: {| width=300 style="border: 1px solid lightgrey;"
* [[Tunable Parameters | Tunable Parameters]]
|tar -xzvf SAMsrcV3-20170205.tgz
* SAM Program Reference Pages
|}
** [[sam_cov | sam_cov]]

** [[sam_coreg | sam_coreg]]
* Examine the files in the config/ subdirectory, then run make. Binaries will be installed in the directory specified in the config/Makefile.config file, and defaults to the bin/ directory in the SAMsrcV3 directory. See also config/Makefile for a way to make symbolic links to a user's bin/ directory. Please contact [mailto:holroydt@mail.nih.gov Tom Holroyd]] if you need additional assistance with installation.
** [[sam_wts | sam_wts]]

** [[sam_nwts | sam_nwts]]
* Detailed documentation on the analysis suite is available here: [[local:/meg/SAMsrcV3Docs|SAMsrcV3docs]]
** [[sam_3d and sam_3dc | sam_3d and sam_3dc]]
** [[sam_4d and sam_4dc | sam_4d and sam_4dc]]
** [[sam_ers and sam_ersc | sam_ers and sam_ersc]]
** [[sam_power | sam_power]]
** [[sam_epi | sam_epi]]
** [[patch_wts | patch_wts]]
** [[roi_wts | roi_wts]]
** [[sam_entropy | sam_entropy]]
** [[mut_img | mut_img]]
* SAM Utility Program Reference Pages
** [[orthohull.py | orthohull.py]]
** [[FSnormals.py | FSnormals.py]]
** [[NIFTIPeak | NIFTIPeak]]
** [[3dNormalize | 3dNormalize]]

Latest revision as of 15:52, 30 September 2020

Synthetic Magnetometry: The SAMsrcV3 Analysis Suite

The programs documented here implement the latest advances in MEG source localization. Compared with the older CTF tools, there are many new features (some of them experimental).

Features include:

  • Flexible control over active, control, and noise covariance matrices
  • Dual-state ERF imaging
  • Realistic head models
  • Hilbert envelope time series computation for connectivity
  • Experimental refinement of MRI coregistration based on Freesurfer normals
  • More efficient workflow
  • Command-line interface for maximal flexibility

Documentation: