diff --git a/Pharmacokinetics/mitkTwoTissueCompartmentModelTest_modelValues.json b/Pharmacokinetics/mitkTwoTissueCompartmentModelTest_modelValues.json new file mode 100644 index 0000000..16b7e6b --- /dev/null +++ b/Pharmacokinetics/mitkTwoTissueCompartmentModelTest_modelValues.json @@ -0,0 +1,17 @@ +{ + "modelValues": [ + { + "modelParameterValues": [ 0.5, 0.4, 0.5, 0.4, 0.3 ], + "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.746475, 0.803582, 0.840034, 0.860900, 0.870061, 0.870480, 0.864414, 0.853582, 0.839293, 0.822541, 0.804083, 0.784490, 0.764197, 0.743529, 0.722733, 0.701991, 0.681439 ], + "derivedParameterValues": [] + } + ] +} + + + diff --git a/Pharmacokinetics/mitkTwoTissueCompartmentModelTest_profile.json b/Pharmacokinetics/mitkTwoTissueCompartmentModelTest_profile.json new file mode 100644 index 0000000..b0c788d --- /dev/null +++ b/Pharmacokinetics/mitkTwoTissueCompartmentModelTest_profile.json @@ -0,0 +1,22 @@ +{ + "parameterNames": [ "K1", "k2", "k3", "k4", "V_B" ], + "numberOfParameters": 5, + "parameterScales": [ 1.0, 1.0, 1.0, 1.0, 1.0 ], + "parameterUnits": [ "1/min", "1/min", "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": "Two Tissue Compartment Model", + "modelType": "Dynamic.PET", + "functionString": "", + "classID": "TwoTissueCompartmentModel", + "xName": "", + "xAxisName": "Time", + "xAxisUnit": "s", + "yAxisName": "", + "yAxisUnit": "" +}