Home > convert > correctFrameOffset.m

correctFrameOffset

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 for fr = 1: size(frames,2)
0002    frames(fr).Id = frames(fr).Id + 4;
0003    frames(fr).Sequence = 'rhod74-10';
0004    for ce= 1: frames(fr).nCells
0005        frames(fr).Cells(ce).Frame = frames(fr).Cells(ce).Frame+1;
0006    end
0007 end

Generated on Thu 17-Mar-2011 14:45:51 by m2html © 2005