diff --git a/Pharmacokinetics/mitkOneTissueCompartmentModelTest_modelValues.json b/Pharmacokinetics/mitkOneTissueCompartmentModelTest_modelValues.json new file mode 100644 index 0000000..c7e3421 --- /dev/null +++ b/Pharmacokinetics/mitkOneTissueCompartmentModelTest_modelValues.json @@ -0,0 +1,14 @@ +{ + "modelValues": [ + { + "modelParameterValues": [ 0.5, 0.4 ], + "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.124315, 0.340161, 0.504104, 0.625480, 0.712104, 0.770520, 0.806189, 0.823664, 0.826727, 0.818513, 0.801609, 0.778147, 0.749872, 0.718206, 0.684301, 0.649087, 0.613302 ], + "derivedParameterValues": [] + } + ] +} diff --git a/Pharmacokinetics/mitkOneTissueCompartmentModelTest_profile.json b/Pharmacokinetics/mitkOneTissueCompartmentModelTest_profile.json new file mode 100644 index 0000000..729610c --- /dev/null +++ b/Pharmacokinetics/mitkOneTissueCompartmentModelTest_profile.json @@ -0,0 +1,22 @@ +{ + "parameterNames": [ "K1", "k2" ], + "numberOfParameters": 2, + "parameterScales": [ 1.0, 1.0 ], + "parameterUnits": [ "1/min", "1/min" ], + "derivedParameterNames": [ ], + "numberOfDerivedParameters": 0, + "derivedParameterScales": [], + "derivedParameterUnits": [], + "staticParameterNames": [ "Aterial Input Function", "Aterial Input Function Timegrid" ], + "numberOfStaticParameters": 2, + "staticParameterUnits": [ "C", "s" ], + "modelDisplayName": "One Tissue Compartment Model", + "modelType": "Dynamic.PET", + "functionString": "", + "classID": "OneTissueCompartmentModel", + "xName": "", + "xAxisName": "Time", + "xAxisUnit": "s", + "yAxisName": "", + "yAxisUnit": "" +}