No BSD License  

Highlights from
PerkinElmer IR data file import tools

from PerkinElmer IR data file import tools by Ben Perston
Utilities to read PerkinElmer infrared spectroscopy and imaging files (.sp, .fsm, .lsc, .imp, .vis)

fsmplay(filename, speed)
function fsmplay(filename, speed)
% Play an fsm file as a sequence of single wavelength images.
%   fsmplay(filename, speed)
%       filename is the full path to a PE .fsm file.
%       speed is frames per second

data = fsmload(filename);
fsmplaydata(data, speed);

Contact us at files@mathworks.com