comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Gram-Schmidt transformation
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Gram-Schmidt transformation [message #52049 is a reply to message #52045] Thu, 04 January 2007 10:30 Go to previous messageGo to previous message
Mort Canty is currently offline  Mort Canty
Messages: 134
Registered: March 2003
Senior Member
skymaxwell@gmail.com schrieb:
> how to use ENVI_GS_SHARPEN_DOIT procedure ?
>
> my IDL code not make any result file. But there no mistakes in
> compilation and during running
>
> ...
> ENVI_OPEN_FILE,file_Src_Mul,R_FID=fid_Src_Mul
> ENVI_OPEN_FILE,file_Src_Pan,R_FID=fid_Src_Pan
> ...
> ENVI_FILE_QUERY,fid_Src_Pan,NS=f_ns_pan,NL=f_nl_pan,DIMS=pan _dims
> ENVI_FILE_QUERY,fid_Src_Mul,NS=f_ns_mul,NL=f_nl_mul,DIMS=mul _dims,POS=pos_mul
>
> hi_res_dims=[-1L,0,f_ns_pan-1,0,f_nl_pan-1]
>
> ENVI_DOIT,'ENVI_GS_SHARPEN_DOIT',fid=fid_Src_Mul,HIRES_FID=f id_Src_Pan,$
> INTERP=0,LORES_FID=fid_Src_Mul,fid_Src_Mul,fid_Src_Mul],METH OD=0,$
> OUT_NAME='C:\test.img'
>
>
>
> Thanks
>

Hello,

You define the hi_res_dims array but you don't pass it to the batch
routine with the HI_RES_DIMS keyword. The keyword is optional, but it
might nevertheless be necessary for your images.

Cheers

Mort Canty
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: forward slash in data item name
Next Topic: Re: Array with mixing data types

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 15:46:48 PDT 2025

Total time taken to generate the page: 1.76076 seconds