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

Morphometry #404

Merged
merged 11 commits into from
Feb 6, 2020
Merged

Morphometry #404

merged 11 commits into from
Feb 6, 2020

Commits on Jul 19, 2019

  1. Update utils.R

    * Added simple progress bar utility
    alexanderbates committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    c687f38 View commit details
    Browse the repository at this point in the history
  2. Added overlap function

    *Calculate the overlap between two sets of neurons
    * using the formula -d^2/2δ^2, where d is the euclidean distance between the two points, and δ is the expected distance in um that is considered 'close'
    alexanderbates committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    3c121e8 View commit details
    Browse the repository at this point in the history
  3. Added sholl_analysis

    * sholl_analysis for neurons and neuronlists
    alexanderbates committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    ad7af5f View commit details
    Browse the repository at this point in the history
  4. Added resample.neuronlist

    * Added resample.neuronlist
    alexanderbates committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    7c75bb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecf6bd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d4d364 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    f9cdce5 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    2b91e89 View commit details
    Browse the repository at this point in the history
  2. remove Greek delta

    * just causes problems with non-ascii chars
    jefferis committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    f3b18ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17e6e80 View commit details
    Browse the repository at this point in the history
  4. Another delta

    jefferis committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7a1d993 View commit details
    Browse the repository at this point in the history