-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working implementation with multiple contrast output. Need to test wh…
…ether batch system works as expected. Note that input images are no longer denoising method specific.
- Loading branch information
ledwards
committed
Jun 16, 2024
1 parent
5fa808e
commit 0ac7eb5
Showing
4 changed files
with
73 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
% Bogdan Draganski & Ferath Kherif, 2011 | ||
% ====================================================================== | ||
|
||
if ~isdeployed, | ||
if ~isdeployed | ||
hMRIpath = fileparts(mfilename('fullpath')); | ||
addpath(hMRIpath); | ||
addpath(fullfile(hMRIpath, 'config')); | ||
|
@@ -43,6 +43,6 @@ | |
'and will include a number of (as yet unspecified) extensions in ',... | ||
'future updates. Please report any bugs or problems to [email protected].'] | ||
}'; | ||
hmri.values = {tbx_scfg_hmri_config tbx_scfg_hmri_dicom_import tbx_scfg_hmri_autoreorient tbx_scfg_hmri_imperf_spoil tbx_scfg_hmri_B1_create tbx_scfg_hmri_create tbx_scfg_hmri_quality tbx_scfg_hmri_proc tbx_scfg_hmri_QUIQI tbx_scfg_hmri_denoising}; | ||
hmri.values = {tbx_scfg_hmri_config tbx_scfg_hmri_dicom_import tbx_scfg_hmri_denoising tbx_scfg_hmri_autoreorient tbx_scfg_hmri_imperf_spoil tbx_scfg_hmri_B1_create tbx_scfg_hmri_create tbx_scfg_hmri_quality tbx_scfg_hmri_proc tbx_scfg_hmri_QUIQI}; | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters