-
Notifications
You must be signed in to change notification settings - Fork 5
Description
The use of the following routines in the code is not clear (calls to them are either commented out or not present). I need a hand working out what they are used for. If they are not required, they should be deleted.
compile/reflectivityCalculation/reflectivityCalculationCodeOnlyScript.m -- is required
- Removed in #255compile/reflectivityCalculation/setCompilePaths.m
- Removed in #178minimisers/DE/runDE.m - function "PlotIt"
- Removed in #357minimisers/DREAM/lowerCaseStruct.m
minimisers/DREAM/mvnorpf.m
minimisers/DREAM/Diagnostics/chisRnd.m
minimisers/DREAM/functions/DREAM.m - has this been replaced by ratDREAM.m?
- Removed in #178minimisers/DREAM/functions/evaluateRATModel.m
minimisers/DREAM/functions/GL.m
- Removed in #178minimisers/DREAM/functions/initializeDREAMForRAT.m
minimisers/DREAM/functions/measError.m
- Removed in #178minimisers/DREAM/functions/setupDREAMForRAT.m
minimisers/DREAM/functions/whittle.m
minimisers/DREAM/postprocessing/DREAMPostprocessing.m
minimisers/DREAM/postprocessing/genParSet.m
minimisers/DREAM/postprocessing/predMCMC.m
- Removed in #357minimisers/generalUtils/checkBounds.m
- Removed in #357minimisers/generalUtils/bayesStats/calcMCMCstatRefErrors.m
- Removed in #357minimisers/generalUtils/bayesStats/confIntervals.m
- Removed in #356minimisers/generalUtils/bayesStats/packPriors.m
- Removed in #357minimisers/generalUtils/bayesStats/ratInputs.mat
- Removed in #357minimisers/generalUtils/bayesStats/ratTest.m
- Removed in #357minimisers/NSMain/loopCell.m
- Removed in #357minimisers/NSMain/parseBayesResults.m
-- Removed in #264minimisers/NSMain/plotLivePointsWithEllipses.m
- Removed in #264targetFunctions/common/groupLayers/allocateLayersForDomainsContrast.m
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/orso_test0.m
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/orso_test1.m
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/orso_test7.m
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/test0.dat
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/test1.dat
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/test7.dat
utilities/misc/kde.m
Whilst looking through these files, I am also concerned about function calls where the number/order of arguments does not appear to match the argument list in the routine.
Also, why is customModelClass a class? -- it has no properties, and only static methods. -- This is changed in #178