diff --git a/Pharmacokinetics/mitkExtendedOneTissueCompartmentModelTest_modelValues.json b/Pharmacokinetics/mitkExtendedOneTissueCompartmentModelTest_modelValues.json new file mode 100644 index 0000000..ef17ef9 --- /dev/null +++ b/Pharmacokinetics/mitkExtendedOneTissueCompartmentModelTest_modelValues.json @@ -0,0 +1,14 @@ +{ + "modelValues": [ + { + "modelParameterValues": [ 0.5, 0.4, 0.2 ], + "staticParameterValues": [ + [ 0.0, 0.0, 0.0, 0.0, 0.0, 2.197931, 1.881468, 1.610657, 1.378838, 1.180385, 1.010495, 0.865057, 0.740552, 0.633966, 0.542721, 0.464609, 0.397739, 0.340493, 0.291487, 0.249534, 0.213619, 0.182874 ], + [ 0.0, 14.0, 28.0, 42.0, 56.0, 70.0, 84.0, 98.0, 112.0, 126.0, 140.0, 154.0, 168.0, 182.0, 196.0, 210.0, 224.0, 238.0, 252.0, 266.0, 280.0, 294.0 ] + ], + "timeGrid": [ 0.0, 14.0, 28.0, 42.0, 56.0, 70.0, 84.0, 98.0, 112.0, 126.0, 140.0, 154.0, 168.0, 182.0, 196.0, 210.0, 224.0, 238.0, 252.0, 266.0, 280.0, 294.0 ], + "signal": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.539038, 0.648422, 0.725415, 0.776151, 0.805760, 0.818515, 0.817963, 0.807042, 0.788175, 0.763354, 0.734209, 0.702066, 0.667996, 0.632862, 0.597348, 0.561993, 0.527217 ], + "derivedParameterValues": [] + } + ] +} diff --git a/Pharmacokinetics/mitkExtendedOneTissueCompartmentModelTest_profile.json b/Pharmacokinetics/mitkExtendedOneTissueCompartmentModelTest_profile.json new file mode 100644 index 0000000..a3882b8 --- /dev/null +++ b/Pharmacokinetics/mitkExtendedOneTissueCompartmentModelTest_profile.json @@ -0,0 +1,22 @@ +{ + "parameterNames": [ "K1", "k2", "VB" ], + "numberOfParameters": 3, + "parameterScales": [ 1.0, 1.0, 1.0 ], + "parameterUnits": [ "1/min", "1/min", "ml/ml" ], + "derivedParameterNames": [], + "numberOfDerivedParameters": 0, + "derivedParameterScales": [], + "derivedParameterUnits": [], + "staticParameterNames": [ "Aterial Input Function", "Aterial Input Function Timegrid" ], + "numberOfStaticParameters": 2, + "staticParameterUnits": [ "C", "s" ], + "modelDisplayName": "Extended One Tissue Compartment Model (with blood volume)", + "modelType": "Dynamic.PET", + "functionString": "", + "classID": "ExtendedOneTissueCompartmentModel", + "xName": "", + "xAxisName": "Time", + "xAxisUnit": "s", + "yAxisName": "", + "yAxisUnit": "" +}