IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
uip_dataio_txt_pir_image.m
Go to the documentation of this file.
1 %> @ingroup guigroup
2 %> @file
3 %> Properties dialog for @sa dataio_txt_pir_image
4 %> Redirects to uip_dataio_txt_dpt.m
5 %>
6 %> @cond
7 function result = uip_dataio_txt_pir_image(varargin)
8 result = uip_dataio_txt_dpt(varargin{:});
9 %>@endcond
Derives from dataio_txt_pir; just sets flag_params to open GUI when opening file. ...