| Home | Trees | Indices | Help |
|
|---|
|
|
core.Updatable --+
|
core.Selectable --+
|
Sensor --+
|
SARAveragingSensor
A Sensor which collects mass-averaged Specific Absorption Rate (SAR) data from a simulation.
|
| Class Hierarchy for SARAveragingSensor |
constructor SARAveragingSensor():
| Instance Methods | |||
|
|||
| None |
|
||
| bool |
|
||
| bool |
|
||
|
Inherited from Inherited from |
|||
| Properties | |
| floatNone |
avgAutoSubregionCutoffRatio Controls the cutoff threshold ratio for determination of the automatic subregion. |
| CoordinateSystemAbstractPositionNone |
avgCorner1 First corner of the SAR region box. |
| CoordinateSystemAbstractPositionNone |
avgCorner2 Second corner of the SAR region box. |
| boolNone |
avgRegionType One of {AvgRegionTypeFullGrid,AvgRegionTypeBox} |
| boolNone |
collect10gAvgSAR Controls whether 10g averaged SAR data should be collected or not. |
| boolNone |
collect1gAvgSAR Controls whether 1g averaged SAR data should be collected or not. |
list{Material}None
|
tissueMaterials Full list of extermity tissue materials. |
| stringNone |
tissueMaterialsMode Controls which tissue materials are used in SAR averaging. |
| boolNone |
treatRegionOutsideAvgBoxAsFreespace Controls whether space outside the averaging region is treated as freespace when the averaging region type is AvgRegionTypeBox. |
|
Inherited from Inherited from |
|
| Method Details |
Add a material to the list of extremity tissue materials.
|
Tests whether a material is in the list of extremity tissue materials.
|
Remove a material from the list of extremity tissue materials.
|
| Property Details |
avgAutoSubregionCutoffRatioControls the cutoff threshold ratio for determination of the automatic subregion. This value is the ratio between the maximum raw SAR in the grid and the minimum raw SAR which must be included in the averaging region. This ratio is NOT in dB internally, and should typically be a number greather than one. The engine looks like it expects a value in dBp (it does pow( 10, 0.1 * cutoffRatio_dB )
|
tissueMaterialsModeControls which tissue materials are used in SAR averaging. {AllTissueMaterials,UserSelectedExtremityTissueMaterials}
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 26 10:16:48 2019 | http://epydoc.sourceforge.net |