Re: Yet again, The Sky is Falling! [message #52842 is a reply to message #52840] |
Fri, 09 March 2007 00:31   |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
yp wrote:
> On Mar 8, 11:04 pm, "R.G. Stockwell" <n...@email.please> wrote:
>
>> "yp" <Yaswant.Prad...@gmail.com> wrote in message
>>
>> news:1173394662.260164.22540@s48g2000cws.googlegroups.com...
>> ...
>>
>>
>>
>>
>>
>>
>>> Hi Bob,
>>> Sorry about the confusion. Here I go again...
>>
>>> --------------
>>> null=0.0D
>>
>>> int_LUT, 412.5, 1, 0.0D, 0.0D, 0.0D, 0.03D, result1
>>> int_LUT, 412.5, 1, null, null, null, 0.03D, result2
>>
>>> print,'RESULT 1: ', (result1[*])
>>> print,'RESULT 2: ', (result2[*])
>>> ---------------
>>
>>> RESULT 1: 0.090099994
>>> RESULT 2: 0.090071241
>>
>>> I hope this is clearer now.
>>
>> Thanks, that clears it up.
>> Can you post the routine int_LUT, or post it on a webpage
>> somewhere?
>> This is a facinating problem!
>>
>> Cheers,
>> bob- Hide quoted text -
>>
>> - Show quoted text -
>
>
> Bob, David, Paul,
> Thank you all for sparing your time!
>
> You can download the code from www.research.plymouth.ac.uk/casix/temp/test_morel_LUT.pro
>
> You will also need the LUT (morel_fq.dat) to run the code.
> www.research.plymouth.ac.uk/casix/temp/MOREL_FQ.DAT
>
> Best,
> yas
>
Hi
I got an error using your example
IDL> int_LUT, 412.5, 1, 0.0D, 0.0D, 0.0D, 0.03D, result1
% Variable is undefined: BRDF.
% Execution halted at: INT_LUT 102 test_morel_LUT.pro
% INT_LUT 102 test_morel_LUT.pro
% $MAIN$
cheers
Reimar
--
Reimar Bauer
Institut fuer Stratosphaerische Chemie (ICG-1)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
------------------------------------------------------------ -------
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
============================================================ =======
|
|
|