Home > ISET > opticalimage > oiPad.m

oiPad

PURPOSE ^

Pad the data in an optical image with zeros, usually prior to applying OTF

SYNOPSIS ^

function oi = oiPad(oi,padSize,sDist)

DESCRIPTION ^

Pad the data in an optical image with zeros, usually prior to applying OTF

     oi = oiPad(oi,padSize,[sDist])

 For optics calculations we need to pad the size (to avoid edge wrapping).
 Here we pad the spatial dimensions and adjust the horizontal field of
 view accordingly.
 
 This is now the same as scenePad, which should be deleted.

 Example:
   oi = oiPad(oi,[8,8,0]);

 Copyright ImagEval Consultants, LLC, 2003.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 20-Nov-2008 22:09:04 by m2html © 2003