[Thread Prev][Thread Next][Index]

Re: [ferret_users] smoothing



Thanks for ur quick reply.
I will apply this technique and i will let u know the result.


On Tue, Jan 22, 2013 at 9:54 PM, Steve Hankin <steven.c.hankin@xxxxxxxx> wrote:

On 1/21/2013 3:25 PM, Russ Fiedler wrote:
Hi

Something like

! Define the smoothing which increases the missing point at data
! boundaries.
let var_smooth_tmp = var[i=@sbx:3]

! Replace missing values in smoothed data with originals.
let var_smooth = if ( var_smooth_tmp ) then var_smooth_tmp else var
or equivalently
    let var_smooth = MISSING(var_smooth_tmp, var)



Russ

On Mon, 2013-01-21 at 23:19 +1100, golla nageswararao wrote:
Hi all,

   How to retain the boudary data while smoothing (@sbx,@spz,@shn,,,)
in ferret?


Any help in this regard is appreciated.



--
With Best regards,
G.NageswaraRao,





--
With Best regards,
G.NageswaraRao,

[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement