X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 18 Dec 2017 02:38 PM by  David Starbuck
IDL non-rectangular image data set
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages

David Starbuck



Basic Member


Posts:143
Basic Member


--
18 Dec 2017 02:38 PM
    Question:
    A user has encountered the following scenario:

    They have a 2D array with x-values of the image, a 2D array of the y-values of the image, and a 2D array of the image values. The image is a wedged shaped thing and not rectangular. The user is looking for something like the TV or TVSCL that allows the X and Y coordinates to be provided.

    Answer:

    The IMAGE function allows you to provide the X and Y coordinates. The documentation for this routine is shown below:
    https://www.harrisgeospatial.com/docs/IMAGE.html

    Alternative route could be to grid the data using the GRIDDATA routine:
    https://www.harrisgeospatial.com/docs/GRIDDATA.html

    David
    Harris GS
    You are not authorized to post a reply.