CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
527 stars 180 forks source link

Suggestions from an user of minor things to change/improve #546

Open AnderBiguri opened 1 month ago

AnderBiguri commented 1 month ago
  1. Installation instructions
  1. InitTIGRE.m
  1. CompilePCT.m Running CompilePCT returned an error:
  1. Demos>d23_DualEnergy.m
  1. Utilities>DE>DeDecompose.m
temp = cd;
[start, ~] = regexpi(temp, [filesep 'MATLAB']);
fid = fopen([temp(1:start-1) 'Common' filesep 'data' filesep 'dual_energy_calibrations.json']);
clear temp
  1. Utilities>DE>MakeVMproj.m
    • line 12 - same issue as DeDecompose.m line 42