-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: correct electrode parameters (#63)
* FIX: correct electrode parameters According to Lead-DBS specs https://github.com/netstim/leaddbs/blob/develop/templates/electrode_models/ea_resolve_elspec.m * update tests for AbbottStJude electrode * update tests for MedtronicSenSight electrode * update electrode documentation --------- Co-authored-by: JPPayonk <[email protected]>
- Loading branch information
Showing
34 changed files
with
484 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,52 @@ | ||
======================== | ||
Abbott St. Jude Directed | ||
Abbott St. Jude Directed | ||
======================== | ||
|
||
* Manufacturer: Abbott / St. Jude | ||
* Products: Abbott / St. Jude 6172, Abbott / St. Jude 6173 | ||
* Models: 6172, 6173 | ||
* **Manufacturer:** `Abbott <https://www.abbott.com/>`_ | ||
* **Products:** Abbott / St. Jude 6172, Abbott / St. Jude 6173 | ||
* **Models:** 6172, 6173 | ||
|
||
Source documentation: `Source <https://manuals.sjm.com/~/media/manuals/product-manual-pdfs/8/6/86a4f8d2-35ab-42f8-9fa3-a53c22dda2dd.pdf>`_. | ||
The source documentation also contains information | ||
about :doc:`Abbot St. Jude Active Tip <./Abbott_Active_Tip>` | ||
Source documentation: `Source <https://manuals.sjm.com/~/media/manuals/product-manual-pdfs/8/6/86a4f8d2-35ab-42f8-9fa3-a53c22dda2dd.pdf>`_. | ||
The source documentation also contains information about :doc:`Abbott St. Jude Active Tip <./Abbott_Active_Tip>`. | ||
|
||
------------------------------------------------- | ||
St. Jude Medical Infinity ™ Directional Lead 6172 | ||
------------------------------------------------- | ||
|
||
.. image:: electrode_pictures/Abott_St_Jude_6172.svg | ||
|
||
:alt: Illustration of Abbott St. Jude Infinity Directional Lead 6172 | ||
|
||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
Default Parameters (mm) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
* tip_length = 1.5 | ||
* contact_length = 1.5 | ||
* contact_spacing = 0.5 | ||
* lead_diameter = 1.29 | ||
* total_length = 400.0 | ||
|
||
* tip_length = 1.0 | ||
* contact_length = 1.5 | ||
* contact_spacing = 0.5 | ||
* lead_diameter = 1.29 | ||
* total_length = 400.0 | ||
|
||
------------------------------------------------- | ||
St. Jude Medical Infinity ™ Directional Lead 6173 | ||
------------------------------------------------- | ||
|
||
.. image:: electrode_pictures/Abott_St_Jude_6173.svg | ||
|
||
.. image:: electrode_pictures/Abott_St_Jude_6173.svg | ||
:alt: Illustration of Abbott St. Jude Infinity Directional Lead 6173 | ||
|
||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
Default Parameters (mm) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
* tip_length = 1.5 | ||
* contact_length = 1.5 | ||
* contact_spacing = 1.5 | ||
* lead_diameter = 1.29 | ||
* total_length = 400.0 | ||
|
||
* tip_length = 1.0 | ||
* contact_length = 1.5 | ||
* contact_spacing = 1.5 | ||
* lead_diameter = 1.29 | ||
* total_length = 400.0 | ||
|
||
---- | ||
Code | ||
---- | ||
|
||
.. autoclass:: ossdbs.electrodes.abbott_stjude.AbbottStJudeDirectedModel | ||
:members: | ||
:show-inheritance: | ||
:members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.