; dosy_setup
;
; interactive Graphic interface to set most of the parameters
; needed for dosy processing
;
; see also : DMIN DMAX DFACTOR ITER NDISP LAMBSP dosy.g
;
formbox 'Dosy set-up' \
  'gifa algo 11 dmin $dn dmax $dx dfactor $df iter $it ndisp $nd lambsp $lp ' \
  Dmin real dn $dmin \
  noreturn Dmax real dx $dmax \
  Dfactor real df $dfactor \
  'Find Dmin and Dmax' message \
  noreturn 'From Tabulated' action 'dmax (10/$tab[2]) dmin (0.1/$tab[$si_tab]) closeform $widget dosy_setup' \
  noreturn 'From Time' action 'dmax (20*$SPECW_1D) dmin (0.2*$SPECW_1D/$si1_1d) closeform $widget dosy_setup' \
  separator \
  Iteration int it $iter \
  noreturn 'refresh rate' int nd $ndisp \
  'Lambda speed' real lp $lambsp \
  *
