Skip to content

Commit

Permalink
Change CT threshold back to positive (3000) when switching from `DB…
Browse files Browse the repository at this point in the history
…S` leads back to `sEEG` leads.
  • Loading branch information
dipterix committed Aug 19, 2024
1 parent 69a3853 commit c345aa3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changes since last CRAN release
* `189fc172 (HEAD -> master, origin/master, origin/HEAD)` [_`dipterix`_]: Added `Abbott` segmented electrodes 6170-6173, with segmented electrodes clockwise viewing from proximal end
* `31975faa (HEAD -> master)` [_`dipterix`_]: Change `CT` threshold back to positive (3000) when switching from `DBS` leads back to `sEEG` leads.
* `69a3853c` [_`dipterix`_]: Support drag and drop annot files
* `ac572325` [_`dipterix`_]: Changed electrode material to display front-side only instead of double side to avoid overlapping contacts visually when spacing is small
* `189fc172 (origin/master, origin/HEAD)` [_`dipterix`_]: Added `Abbott` segmented electrodes 6170-6173, with segmented electrodes clockwise viewing from proximal end
* `7e6fc9a8` [_`dipterix`_]: Fixed a bug that may change electrode coordinate hand
* `6bb2ebf7` [_`dipterix`_]: All the `DBS` electrode prototype maker uses natural `cos` for `x` and `sin` for `y`. However, this will cause electrodes to rely on rendering on back side (material)
* `007aaa25` [_`dipterix`_]: Added missing prototype
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.9009
Version: 1.1.1.9010
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.

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

Large diffs are not rendered by default.

0 comments on commit c345aa3

Please sign in to comment.