From: Sorina Pop Date: Fri, 14 Jun 2019 12:17:11 +0000 (+0200) Subject: Replaced genpath(octave_packages) with the inclusion of two specific folders X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=CreaPhase.git;a=commitdiff_plain;h=609b4a986514335157487b8b366823f3f15d100e Replaced genpath(octave_packages) with the inclusion of two specific folders --- diff --git a/SimuPBI_3WiresPhant_func.m b/SimuPBI_3WiresPhant_func.m index 98b11ed..e1250e7 100644 --- a/SimuPBI_3WiresPhant_func.m +++ b/SimuPBI_3WiresPhant_func.m @@ -28,7 +28,8 @@ function [] = SimuPBI_3WiresPhant_func (vers, oversamp, basename_output, dist, e addpath('utilities_ESRF') addpath('utilities_LW') -addpath(genpath('octave_packages')) +addpath('octave_packages/image-1.0.15') +addpath('octave_packages/signal-1.1.3') ################################################ ############### INPUT parameters ############### diff --git a/SimuPBI_circle_func.m b/SimuPBI_circle_func.m index 016e8ed..9a85607 100644 --- a/SimuPBI_circle_func.m +++ b/SimuPBI_circle_func.m @@ -28,7 +28,9 @@ function [] = SimuPBI_circle_func(vers, oversamp, basename_output, dist, energy, addpath('utilities_ESRF') addpath('utilities_LW') -addpath(genpath('octave_packages')) +addpath('octave_packages/image-1.0.15') +addpath('octave_packages/signal-1.1.3') + ################################################ ############### INPUT parameters ############### ################################################ diff --git a/SimuPBI_unknown_1D_func.m b/SimuPBI_unknown_1D_func.m index 803d079..a16fb80 100644 --- a/SimuPBI_unknown_1D_func.m +++ b/SimuPBI_unknown_1D_func.m @@ -27,7 +27,9 @@ function [ ret ] = SimuPBI_unknown_1D_func(basename_output, oversamp, dist, energy, ps, nbProj, range_angle, model_ctf, model_Fresnel, attenuation_file, phase_file, dir_out, noise_type, noise_amount) addpath('utilities_ESRF') addpath('utilities_LW') -addpath(genpath('octave_packages')) +addpath('octave_packages/image-1.0.15') +addpath('octave_packages/signal-1.1.3') + ################################################ ############### INPUT parameters ############### ################################################