3.7.1 CONROI [*]


next up previous contents
Next: 2.7.2 PR_IMAGE Up: 3.7 Routines for Data Previous: 3.7 Routines for Data

3.7.1 CONROI [*]

 

Define a contoured region-of-interest of an image using the image display system and the cursor/mouse. This function returns a vector containing the subscripts of pixels inside the contoured region. Note that these are `linear' subscripts, not `X, Y' pairs.
IDL> result = conroi( data(*,*,n) )
 
IDL> result = conroi( data(*,*,n), zoom=4)


ydac@mssly1.mssl.ucl.ac.uk