Skip to content

Commit 896bebf

Browse files
committed
Updated header of scripts to be more descriptive of what inversion is being performed.
1 parent b95bbed commit 896bebf

3 files changed

Lines changed: 20 additions & 5 deletions

File tree

inverse-solutions/r-of-fx-multi-op-prop-inversion.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# This is an example of python code using VTS to provide inverse solution
2-
# for R(fx) to find chromophore concentrations and power law coefficients.
3-
# The optimization uses the Vts library MPFitLevenbergMarquardt method Solve
2+
# for R(fx) to find chromophore concentrations [Hb HbO2] and power law
3+
# coefficients [A b] using fixed fx=[0 0.2]/mm and wavelengths=[650:50:1000]nm.
4+
# Scaled Monte Carlo with Nurbs forward solver provides the simulated
5+
# measured data and PointSourceSDA
6+
# provides the model used during the inversion.
7+
# The optimization is performed by a python library scipy.
48
#
59
# Import the Operating System so we can access the files for the VTS library
610
from pythonnet import load

inverse-solutions/r-of-rho-multi-op-prop-inversion-using-csharp-solve.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# This is an example of python code using VTS to provide inverse solution
2-
# for R(rho) to find chromophore concentrations and power law coefficients.
2+
# for R(rho) to find chromophore concentrations of [Hb HbO2 H2O], with
3+
# fixed single rho=1mm, 13 wavelengths [400:50:1000]nm and scatterer
4+
# Power Law coefficients A=1.2, b=1.42.
5+
# Scaled Monte Carlo with Nurbs forward solver provides the simulated
6+
# measured data and PointSourceSDA provides the model used during the
7+
# inversion.
38
# The optimization is performed by the Vts library MPFitLevenbergMarquardt
49
# method Solve.
510
#

inverse-solutions/r-of-rho-multi-op-prop-inversion.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# This is an example of python code using VTS to provide inverse solution
2-
# for R(rho) to find chromophore concentrations and power law coefficients.
3-
# The optimization is performed by a python library scipy.
2+
# for R(rho) to find chromophore concentrations of [Hb HbO2 H2O], with
3+
# fixed single rho=1mm, 13 wavelengths [400:50:1000]nm and scatterer
4+
# Power Law coefficients A=1.2, b=1.42.
5+
# Scaled Monte Carlo with Nurbs forward solver provides the simulated
6+
# measured data and PointSourceSDA provides the model used during the
7+
# inversion.
8+
# The optimization is performed by a python library scipy.
9+
410
#
511
# Import the Operating System so we can access the files for the VTS library
612
from pythonnet import load

0 commit comments

Comments
 (0)