The LAMP Application

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

lamp_mac/

regular.pro


top regular

result = regular(Win, DX=DX, DY=DY, DZ=DZ, DATP=DATP, GetNewSize=GetNewSize, Xmin=Xmin, Xmax=Xmax, Ymin=Ymin, Ymax=Ymax, fillMin=fillMin)

******* ******* ** User callable ** Pixelize irregular 1d,2d,(3d) Win and return data in a regular grid, ** (no interpolation in process). ** Call:W2 =REGULAR(W1 [,DX=dX] [,DY=dY]) from command line. ** Wout=REGULAR(Win [,DX=dX] [,DY=dY], DATP=datp) from a procedure. ** sxyz=REGULAR(Win [,DX=dX] [,DY=dY], DATP=datp,/GetNewSize). ** ** dX>0. : optional X bin width (<=0 do'nt touch X) ** dY>0. : optional Y bin width (<=0 do'nt touch Y) ** datp : ={X:x ,Y:y ,E:e} new x,y,e will be returned in datp. ** ** D.R. March 2006 (I.L.L.) for JR.S. ** D.R. May 2006 added /GetNewSize (return NewSize only) ** D.R. Jun 2007 limits expand to MFCT times in each direction (default:9.5) ** D.R. Oct 2008 revisited ** D.R. Dec 2011 added Min,Max keywords. CARE WIN IS CHANGED FOR MEMORY SAVINGS. ** D.R. Nov 2012 added fillMin and DZ. in case of expand, fill holes with the minimum value (to do ...) ** and take care of third dimension (used for hkl volumes)

Parameters

Win

Keywords

DX
DY
DZ
DATP
GetNewSize
Xmin
Xmax
Ymin
Ymax
fillMin

File attributes

Modification date: Tue Oct 1 14:36:01 2013
Lines: 252