Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1001 Bytes

units.md

File metadata and controls

29 lines (21 loc) · 1001 Bytes
title
Ensure consistent units throughout fieldtrip

{% include /shared/development/warning.md %}

Ensure consistent units throughout fieldtrip

Goal: to consistently deal with spatial units.

Plan: investigate at which locations knowledge about the units is assumed/needed/appended to the data. at some places there could be even hard coded conversions. Build in explicit check-and-error, or correction when two objects are combined with different units.

  1. gradiometer/sensor definition
  2. volume-conductor specification
  3. grid computation
  4. gradiometer/sensor definition
  5. volume-conductor specification
  6. grid computation
  7. leadfield computation e.g., meg_ini
  8. mri related functions: transformation matrix!
  9. sourceinterpolate

This project has been taken up in

and work is underway.