]> Creatis software - CreaPhase.git/commitdiff
Replaced genpath(octave_packages) with the inclusion of two specific folders
authorSorina Pop <sorina.pop@creatis.insa-lyon.fr>
Fri, 14 Jun 2019 12:17:11 +0000 (14:17 +0200)
committerSorina Pop <sorina.pop@creatis.insa-lyon.fr>
Fri, 14 Jun 2019 12:17:11 +0000 (14:17 +0200)
SimuPBI_3WiresPhant_func.m
SimuPBI_circle_func.m
SimuPBI_unknown_1D_func.m

index 98b11ed2c7b9551eff3039fa012a026ad1392563..e1250e7d460887760000e54337617ba5acf0e82f 100644 (file)
@@ -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 ############### 
index 016e8ed38d337c561fbbb530842e8f2cf1ffacaf..9a85607c08b23e00e9d62b92646fec3befb4618b 100644 (file)
@@ -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 ############### 
 ################################################
index 803d079ffca73d29511623f3a213cda47a19327e..a16fb80bec46bad54953fb546654b376155900d5 100644 (file)
@@ -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 ############### 
 ################################################