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

Improved support for neurons as meshes (WIP) #442

Merged
merged 13 commits into from Aug 25, 2020
Merged

Commits on Aug 9, 2020

  1. update roxygen

    jefferis committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    24979aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99d2d1b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

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

Commits on Aug 13, 2020

  1. Support for writing neuronlists in mesh format

    * with tests
    jefferis committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    dd3d184 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    45ae4ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d795b5 View commit details
    Browse the repository at this point in the history
  3. Make add=T default for plot3d.neuronlist

    * this is what we need when plotting meshes and is implicit in all the 
      other plot methods
    jefferis committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    502bed1 View commit details
    Browse the repository at this point in the history
  4. Make skipRedraw the default

    * I don’t think it adds much and will be v slow for meshes
    jefferis committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    9c2110b View commit details
    Browse the repository at this point in the history
  5. Doc fixes

    jefferis committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    8e0e7d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Add summary.mesh3d (including surface area calc)

    * use this in tests
    jefferis committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    296b93d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/master'

    * fixes needed due to one overlapping change in code and several doc
      overlaps
    
    Conflicts:
    	R/neuronlist.R
    	man/plot3d.boundingbox.Rd
    	man/plot3d.cmtkreg.Rd
    	man/plot3d.dotprops.Rd
    	man/plot3d.neuron.Rd
    	man/plot3d.neuronlist.Rd
    jefferis committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    13ca0f4 View commit details
    Browse the repository at this point in the history
  3. Test for error when trying to write skeletons to mesh formats

    * of course this might be possible using polylines or some strategy that "filled out" skeletons
      based on radius info if that were actually reliable
    jefferis committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    7936d84 View commit details
    Browse the repository at this point in the history