diff --git a/Pharmacokinetics/mitkTwoTissueCompartmentFDGModelTest_modelValues.json b/Pharmacokinetics/mitkTwoTissueCompartmentFDGModelTest_modelValues.json new file mode 100644 index 0000000..4aaa255 --- /dev/null +++ b/Pharmacokinetics/mitkTwoTissueCompartmentFDGModelTest_modelValues.json @@ -0,0 +1,15 @@ +{ + "modelValues": [ + { + "modelParameterValues": [ 0.5, 0.4, 0.5, 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.696616, 0.66122, 0.618653, 0.572253, 0.524455, 0.476988, 0.431047, 0.387417, 0.346578, 0.308792, 0.274153, 0.242642, 0.214161, 0.188559, 0.165653, 0.145242, 0.127119 ], + "derivedParameterValues": [] + } + ] +} + diff --git a/Pharmacokinetics/mitkTwoTissueCompartmentFDGModelTest_profile.json b/Pharmacokinetics/mitkTwoTissueCompartmentFDGModelTest_profile.json new file mode 100644 index 0000000..04bf59b --- /dev/null +++ b/Pharmacokinetics/mitkTwoTissueCompartmentFDGModelTest_profile.json @@ -0,0 +1,22 @@ +{ + "parameterNames": [ "K1", "k2", "k3", "V_B" ], + "numberOfParameters": 4, + "parameterScales": [ 1.0, 1.0, 1.0, 1.0 ], + "parameterUnits": [ "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 for FDG (Sokoloff Model)", + "modelType": "Dynamic.PET", + "functionString": "", + "classID": "TwoTissueCompartmentFDGModel", + "xName": "", + "xAxisName": "Time", + "xAxisUnit": "s", + "yAxisName": "", + "yAxisUnit": "" +}