OSIPI / TF2.4_IVIM-MRI_CodeCollection

OSIPI TF2.4: IVIM MRI code collection
Apache License 2.0
9 stars 27 forks source link

Save test results to a json file & Display results Visuals on the website #73

Closed AhmedBasem20 closed 1 month ago

AhmedBasem20 commented 2 months ago

Hello @etpeterson, @oliverchampion I managed to capture the expected and actual fitting values for each test and store them as a json file. You can check the website here to see the results, please let me know if you have any comments, thanks.

Data point example:

         {
            "name": "Myocardium LV",
            "algorithm": "ETP_SRI_LinearFitting",
            "f_fit": 0.1851456126831551,
            "Dp_fit": 0.007000571619495537,
            "D_fit": 0.0023544011841776917,
            "f": 0.14999999999999997,
            "Dp": 0.08,
            "D": 0.0024,
            "status": "PASSED"
        }

Tolerance values:

    "rtol": {
        "f": 5,
        "D": 5,
        "Dp": 25
    },
    "atol": {
        "f": 0.01,
        "D": 0.01,
        "Dp": 0.1
    }
AhmedBasem20 commented 1 month ago

Hey @etpeterson @oliverchampion Please check the following dashboard updates and let me know what you think: