SteenMoeller / NORDIC_Raw

Matlab code for performing image reconstruction in MRI and performing the NORDIC denoising
Other
54 stars 25 forks source link

format code to improve readability #13

Closed Remi-Gau closed 1 year ago

Remi-Gau commented 1 year ago

Currently the logic of the code is hard to parse for a human because there is no systematic indentation applied to the code.

This could be very easily solved in MATLAB by simply running 'CTRL + A' and then 'CTRL + I' on the files in the repository.