-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implementing new API for NDK * Updating gallery examples to use the new API * Updating 3d scenario result * Cleaning up scenario __init__ * Updating api docs * Compiling problem explicitly * Small fixes to plot full scenario * Creating NDK's own Problem class * Removing 'scenario_id' attribute * Cleaning up * Fixing docs * Decoupling render layout from compile problem * Moving grid creation to its own class * Moving center_frequency to the scenario root * Cleaning up * Cleaning up code. Invalidating grid and compiled problem when center_frequency is changed * Adapting documentation * Updating plot full scenario to use the procedural approach * Updating API docs adding the Grid and Problem pages * Fixing bug with 3D example * Improving docs, updating hash of 3d results file * Improving docs * Small improvements to notebook * Addressing review suggestion: replacing enum with subdirectory containing the built in scenarios * Update src/neurotechdevkit/grid.py Co-authored-by: charles <[email protected]> * Addressing review suggestion * Fixing issue with commited PR suggestion * Fixing bug * Removing layer_ids from problem creation. Removing need of creating material_layers, using material_masks keys instead * Fixing print * Replacing numpy arrays with plain lists for simple attributes like position, origin and direction * Refactoring * Refactoring * Fixing hash of results file * Simplifying API * Setting center_frequency in built_in scenarios * Adding SliceAxis to spellcheck's whitelist * Adding unit tests and cleaning up code * Adding predefined target options * Fix typo * Showing how the predefined targt options can be used * Improving plot full scenario masks creation * Addressing review suggestions * Fixing spellchecking error by removing unnecessary types from docstrings * Updating 3d file hash * update docstrings --------- Co-authored-by: charles <[email protected]> Co-authored-by: d-lucena <[email protected]>
- Loading branch information
1 parent
6e53d78
commit 7696119
Showing
58 changed files
with
1,565 additions
and
1,711 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Grid | ||
|
||
::: neurotechdevkit.grid | ||
options: | ||
show_root_toc_entry: false |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Materials | ||
|
||
::: neurotechdevkit.materials | ||
options: | ||
show_root_toc_entry: false |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Problem | ||
|
||
::: neurotechdevkit.problem | ||
options: | ||
show_root_toc_entry: false |
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 was deleted.
Oops, something went wrong.
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
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.