function openpreprocdlg(h)

%% Show the (singleton) preproc dialog
dlg = tsguis.preprocdlg(h.Parent);

%% Target the dialog and show it
set(dlg,'ViewNode',h.Parent,'Visible','on');
figure(double(dlg.Figure))
 
