Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nipy/nipy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cni/nipy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 27, 2016

  1. npoints option for speed-accuracy tradeoff tuning

    The npoints parameter was hard-coded as a global constant. This commit
    exposes it as an input to HistogramRegistration to allow the user to
    tune for speed or accuracy. E.g., with npoints reduced to 32**3 from the
    default of 64**3, the algorithm will run about 4x faster.
    rfdougherty committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    c3088f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. Turn off verbose mode

    rfdougherty committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    9e22d4a View commit details
    Browse the repository at this point in the history
Loading