Skip to content

Commit

Permalink
Fixed shiny callback when electrode contacts are double-clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Nov 1, 2024
1 parent b30a2e2 commit 57c15cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changes since last CRAN release
* `fdd53822 (HEAD -> master)` [_`dipterix`_]: Fixed contact-switching and highlight box
* `c80ed86d (origin/master, origin/HEAD)` [_`dipterix`_]: Added `PMT` electrodes
* `b30a2e23 (HEAD -> master, origin/master, origin/HEAD)` [_`dipterix`_]: Fixed contact-switching and highlight box
* `c80ed86d` [_`dipterix`_]: Added `PMT` electrodes
* `4c1e669d` [_`dipterix`_]: Fixed non-integer search radius issue
* `8b10f9ee` [_`dipterix`_]: Adjust electrode position can be done under volumetric mode to improve user experience; Electrodes with prototype geometries will use the prototype to infer the locations rather than spacial calculation; Added keyboard shortcut for registering from crosshair
* `0c3164e0` [_`dipterix`_]: Added `get_atlas_values` for continuous atlases such as binary or probablistic `ROI`. The radius refers to maximum `RAS` distance instead of voxel indexing distance, hence more accurate when the atlas volume has imbalanced slice count.
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: threeBrain
Type: Package
Title: Your Advanced 3D Brain Visualization
Version: 1.1.1.9027
Version: 1.1.1.9028
Authors@R: c(
person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre", "cph")),
person("John", "Magnotti", email = "John.Magnotti@Pennmedicine.upenn.edu", role = c("ctb", "res")),
Expand Down
2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-main.js.map

Large diffs are not rendered by default.

0 comments on commit 57c15cc

Please sign in to comment.