Documentation for /home/davin/idl/socware/

Generated by IDLdoc

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

general/science/wind/

distfunc.pro


NAME: distfunc FUNCTION: distfunc(vpar,vperp,param=dfpar) or distfunc(energy,angle,mass=mass,param=dfpar) PURPOSE: Interpolates distribution function in a smooth manner. USAGE: dfpar = distfunc(vx0,vy0,df=df0) ; Create structure dfpar using values of df0 known at the positions of vx0,vy0 df_new = distfunc(vx_new,vy_new,par=dfpar) return interpolated values of df at the new points.

Routines

top source distfunc

result = distfunc(vpar, vperp, df=df, param=param, mass=mass, debug=debug)

Parameters

vpar
vperp

Keywords

df
param
mass
debug

File attributes

Modification date: Thu Feb 13 16:43:39 2014
Lines: 56