From 3f5e9e8a40d716f4694b8c8ae393137d5ceabf4b Mon Sep 17 00:00:00 2001 From: Sorina Pop Date: Mon, 27 Jun 2016 12:40:17 +0200 Subject: [PATCH 1/1] Small corrections on input description --- workflow/CreaPhase.gwendia | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/workflow/CreaPhase.gwendia b/workflow/CreaPhase.gwendia index afc5337..4421c35 100644 --- a/workflow/CreaPhase.gwendia +++ b/workflow/CreaPhase.gwendia @@ -17,7 +17,7 @@ - <b><font color=blue>basename</font></b> (<b><font color=green>String</font></b>): Basename of the result file + <b><font color=blue>basename</font></b> (<b><font color=green>String</font></b>): Basename of the result files @@ -49,31 +49,31 @@ - <b><font color=blue>muMat</font></b> (<b><font color=green>String</font></b>): Material of the circle (e.g., PET at 19 keV) + <b><font color=blue>muMat</font></b> (<b><font color=green>String</font></b>): Linear attenuation coefficient of the material of the circle (e.g. 0.89 cm-1 for PET at 19keV) - <b><font color=blue>deltaMat</font></b> (<b><font color=green>String</font></b>): Material of the circle (e.g., PET at 19 keV) + <b><font color=blue>deltaMat</font></b> (<b><font color=green>String</font></b>): Refractive index decrement of the material of the circle, in 10^-7 (e.g. 8.265 for PET at 19keV) - <b><font color=blue>Rcircle</font></b> (<b><font color=green>String</font></b>): radius of the circle + <b><font color=blue>Rcircle</font></b> (<b><font color=green>String</font></b>): Radius of the circle (in pixels) - <b><font color=blue>imageSize</font></b> (<b><font color=green>String</font></b>): Size of the image (square) + <b><font color=blue>imageSize</font></b> (<b><font color=green>String</font></b>): Size of the image (square; in pixels) - <b><font color=blue>circleCenter</font></b> (<b><font color=green>String</font></b>): 2D coordinates of the circle center (e.g., 200 250) + <b><font color=blue>circleCenter</font></b> (<b><font color=green>String</font></b>): 2D coordinates of the circle center (in pixels; e.g., 200 250) - <b><font color=blue>noiseType</font></b> (<b><font color=green>String</font></b>): Use noise='gaussian' (addition of gaussian noise) or noise='poisson' ( generation of Poisson noise) Put '<b>no</b>' to ignore this optional input. + <b><font color=blue>noiseType</font></b> (<b><font color=green>String</font></b>): Use noise='gaussian' (addition of gaussian noise) or noise='poisson' (generation of Poisson noise). - <b><font color=blue>noiseAmount</font></b> (<b><font color=green>String</font></b>): If 'gaussian' (additive noise), please specify the Peak-to-peak Signe-to-noise ratio (PPSNR, in dB) + <b><font color=blue>noiseAmount</font></b> (<b><font color=green>String</font></b>): If 'gaussian' (additive noise), please specify the Peak-to-peak Signe-to-noise ratio (PPSNR, in dB). If 'poisson', please specify a scaling factor ranging in [0:1]. -- 2.45.1