Skip to content

Commit 19d5f75

Browse files
authored
Merge pull request #141 from OSIPI/analysis/update-spreadsheet
Open PR for analysis
2 parents c1ef262 + 1f24f97 commit 19d5f75

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/IVIMmodels/unit_tests/compare.r

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
1010
# 4. For the algorithm "IAR_LU_modified_mix" and "TCML_TechnionIIT_lsqtrf", replace the "f_f_alpha, Dp_f_alpha, D_f_alpha, f_t_alpha, Dp_t_alpha, D_t_alpha" columns with "0.01,0.01,0.01,0.0,0.0,0.0"
1111

1212
# Exclude certain algorithms
13-
exclude_algorithms <- c("IAR_LU_modified_mix", "TCML_TechnionIIT_lsqtrf")
13+
exclude_algorithms <- c("ETP_SRI_LinearFitting", "IAR_LU_biexp", "IAR_LU_modified_topopro",
14+
"IAR_LU_segmented_2step", "IAR_LU_segmented_3step", "IAR_LU_subtracted",
15+
"OGC_AmsterdamUMC_Bayesian_biexp", "OGC_AmsterdamUMC_biexp",
16+
"OGC_AmsterdamUMC_biexp_segmented", "PV_MUMC_biexp",
17+
"TCML_TechnionIIT_lsq_sls_BOBYQA", "TCML_TechnionIIT_lsq_sls_lm",
18+
"TCML_TechnionIIT_lsq_sls_trf", "TCML_TechnionIIT_lsqBOBYQA",
19+
"TCML_TechnionIIT_lsqlm", "TCML_TechnionIIT_SLS")
1420

1521
args = commandArgs(trailingOnly=TRUE)
1622
# Define file paths

0 commit comments

Comments
 (0)