CIBC:Documentation:SCIRun:Reference:BioPSE:SetConductivities
From NCRR Biomedical Software Development, Engineering, and Dissemination Wiki
Contents |
SetConductivities
Information
- Package: BioPSE
- Catagory: Modeling
- Author(s): Michael Callahan
- Status: Supported in latest version
- Version: 3.0
Description
Summary
Change the conductivity tensors in a field.
Detailed Description
SetConductivities is used to interactively change the conductivity tensors in a field. These tensors are then used by many BioPSE modules to create the support matrices that are then used to solve forward and inverse problems.
The tensors are stored as a 'conductivities' property in the input and output fields. The fields should be of integer type and contain indices into this conductivities table. The indices start at value zero. Internally the table consists of a vector of entry pairs, each containing the tensor and a reference name.
The 'Tensor Matrix' input port is optional. If there is an Nx9 or 9xN matrix present on that port, then default conductivities will be extracted from that matrix.
Generating the GUI table can become intractable as the number of entries in the table grows. The default is to not generate the GUI table if there are more than 250 entries. You can force the GUI to update anyway by checking the "Force GUI Update" button. It is not recommended that you do so with more than a thousand or so entries.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:BioPSE
