Listing Image Values

You might like to list some of the pixel values from a section of an image. You can do this with the task imlist. Because it is always very difficult to format numbers in a way which suits every application, imlist gives you this job. You do this via the format keyword, into which you put a FORTRAN format specifier such as `1pe11.4', or `f7.2' etc.

IMLIST
in=ic4296.icln Input image
options=data Display pixel values
region=relpix,box(-10,-10,10,10) Select region
format=f8.3 Select display format

Any pixel which is blanked will be listed as ``...'' (ellipsis).



Miriad manager
2016-06-21