Re: Problem with ENVI_CONVERT_File_COORDINATES [message #58824] |
Mon, 25 February 2008 08:10  |
peter.eddy@shaw.ca
Messages: 19 Registered: March 2005
|
Junior Member |
|
|
I would check the usage of:
> ENVI_CONVERT_File_COORDINATES, fid, xF, yF,xcoord, ycoord
If I understand correctly, you are trying to get the xF and yF values
from the hard coded Xmap and Ymap coordinates. Therefore you would
use:
output=data[xF,yF,*]
Not sure if you need a "+" or "-" for your Degree coordinates
indicating North/South(Latitude) or East/West(Longitude).
Hope this helps.
Pete
|
|
|
Re: Problem with ENVI_CONVERT_File_COORDINATES [message #58912 is a reply to message #58824] |
Mon, 25 February 2008 18:27  |
bulrushmower
Messages: 19 Registered: February 2008
|
Junior Member |
|
|
I tried these methods, however, did not work. Thanks anyway.
On Feb 25, 10:10 am, Pete <peter.e...@shaw.ca> wrote:
> I would check the usage of:
>
>> ENVI_CONVERT_File_COORDINATES, fid, xF, yF,xcoord, ycoord
>
> If I understand correctly, you are trying to get the xF and yF values
> from the hard coded Xmap and Ymap coordinates. Therefore you would
> use:
>
> output=data[xF,yF,*]
>
> Not sure if you need a "+" or "-" for your Degree coordinates
> indicating North/South(Latitude) or East/West(Longitude).
>
> Hope this helps.
>
> Pete
|
|
|