You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
presently oxford asl fix_bolus parameter is string, yet there is no need for it. One either fixes bolus or allow for variable bolus. The label should be also 'Fix bolus duration', 'Bolus duration' label is already used for --bolus parameter.
see the source of oxford_asl
# fix the bolus duration?
if [ -z $fixbolus ]; then
basil_options=$basil_options"--infertau "
echo "Varaiable bolus duration" >> $log
else
echo "Fixed bolus duration" >> $log
fi
The text was updated successfully, but these errors were encountered:
MontrealSergiy
changed the title
oxford asl 6 : fix_bolus should be boolean flag rather than numberic param
oxford asl 6 : fix_bolus should be a flag rather than numeric param
Jul 27, 2021
MontrealSergiy
changed the title
oxford asl 6 : fix_bolus should be a flag rather than numeric param
oxford asl 6 : fix_bolus should be a flag or dropdown rather than string param
Jul 29, 2021
presently oxford asl fix_bolus parameter is string, yet there is no need for it. One either fixes bolus or allow for variable bolus. The label should be also 'Fix bolus duration', 'Bolus duration' label is already used for --bolus parameter.
see the source of oxford_asl
The text was updated successfully, but these errors were encountered: