Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MRG: add resampling and smoothing functions #255

Merged
merged 8 commits into from
Feb 25, 2016
Merged

Commits on Feb 12, 2016

  1. RF: add AffineError

    Change append_diag to use AffineError
    matthew-brett committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    0ed7ce0 View commit details
    Browse the repository at this point in the history
  2. RF: move test_spaces params to function

    Moving the parameters to a function allows me to use the same parameters
    for testing the resample_to_output function (coming soon to a repo near
    you).
    matthew-brett committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    b642cf8 View commit details
    Browse the repository at this point in the history
  3. NF: spatial processing module

    Add:
    
    * resampling images to images / mapped voxels
    * resampling images to output space
    * smoothing over voxel axes
    * FWHM / sigma conversion
    matthew-brett committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    6bafbc6 View commit details
    Browse the repository at this point in the history
  4. RF+DOC: more docstring, pep8-ify processing module

    From review by Eric L.
    matthew-brett committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    650758a View commit details
    Browse the repository at this point in the history
  5. DOC: fix incorrect docstring

    Fix docstring giving wrong explanation for ND interpolation.
    matthew-brett committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    a9e1900 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. NF: allow scalar voxel sizes in output resampling

    Allow user to specify a scalar meaning that voxel sizes for each
    dimension of the image should be the same.
    matthew-brett committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    b947a1c View commit details
    Browse the repository at this point in the history
  2. TST: add rtol and atol to assert_allclose_safely

    Allow rtol, atol for wrapper around ``allclose``.
    matthew-brett committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    412fe6d View commit details
    Browse the repository at this point in the history
  3. TST: add tests against SPM resampling

    Build some test images by resampling with SPM, and test our resampling
    against SPM's resampling.
    matthew-brett committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    054e20c View commit details
    Browse the repository at this point in the history