-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PyEITMesh, PyEITProtocol, PyEITAnomaly (#47)
* Build PyEITMesh Dataclass - add ref_el (chekc and set (for user)) - add prop n_el - replace internal attribute by calling directly the date from the mesh object (e.g. self.mesh.node, etc) - now a lot of size of date can be accessed from self.mesh.... (beetr for pylance or u.a) - use dataset of mesh directly! - make tri_area and _hull_points for 3D-pts (x,y,z ) compatible - use in multi_shell * init PyEITProtocol, use of PyEITProtocl in base and fem - remove all usued attributes - in fem remove checks of data (less responsabiltity for fwd) - use of the package warning to make non blocking warnings - list all examples + selection - use the PyeitProtocol cls to build a protocol_obj using pyeit.eit.protocol.create wrapper function - pyeit.eit.protocol.create can accepe multiple el_dist (for stacked excitation) - add n_el in examples.. - rename eit_scan_lines (utils.py is now oselete, ... not used, ) to build_exc_pattern_std * Add PyEITAnomaly - correct error in set_perm (d was not diamerter but r...)
- Loading branch information
Showing
34 changed files
with
1,245 additions
and
739 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
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.