Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

general/science/

smooth_periodic.pro


Routines

Routines from smooth_periodic.pro

result = enlarge_periodic(orig_image, n)

NAME: enlarge_periodicFUNCTION: enlarge_periodicINPUT: image (On the surface of a sphere)PURPOSE: enlarges a 2 dimensional matrix by n elements on each side It assumes the array has spherical boundary conditions.

result = smooth_periodic(old_image, n)

NAME: smooth_periodicFUNCTION: smooth_periodic, old_image, nPURPOSE: Uses box car smoothing of a surface with sperical periodic boundary conditions.

Routine details

top source enlarge_periodic

result = enlarge_periodic(orig_image, n)

NAME: enlarge_periodic FUNCTION: enlarge_periodic INPUT: image (On the surface of a sphere) PURPOSE: enlarges a 2 dimensional matrix by n elements on each side It assumes the array has spherical boundary conditions. OUTPUT: enlarged image array NOTES: Called from function: 'SMOOTH_PERIODIC' CREATED BY: Davin Larson LAST MODIFICATION: @(#)smooth_periodic.pro 1.5 95/10/04

Parameters

orig_image
n

top source smooth_periodic

result = smooth_periodic(old_image, n)

NAME: smooth_periodic FUNCTION: smooth_periodic, old_image, n PURPOSE: Uses box car smoothing of a surface with sperical periodic boundary conditions. INPUT: old_image: 2d matrix n: size of boxcar averaging window Output: smoothed image. CREATED BY: Davin Larson LAST MODIFICATION: @(#)smooth_periodic.pro 1.5 95/10/04

Parameters

old_image
n

File attributes

Modification date: Thu Feb 13 16:43:40 2014
Lines: 47