Source code for shapelets_interpolate_psf_lsmatrix.pro:

function shapelets_interpolate_psf_lsmatrix, degree, x, y,                              $
                                             XRANGE=xrange,                             $
                                             YRANGE=yrange,                             $
                                             MAX_P=max_p,                               $
                                             PLOTIT=plotit,                             $
                                             N_BASIS=n_basis,                           $
                                             BASIS_FUNCTION_VALUE=basis_function_value, $
                                             BASIS_FUNCTION_NAME=basis_function_name,   $
                                             BASIS_FUNCTION_ORDER=basis_function_order


; Currently makes basis functions only for an even+odd Fourier series.
; Could easily be generalised to polynomials/Bessel functions/other bases.
;
; Mar 05 - Written by Richard Massey


; Set boundary conditions
n=n_elements(x)


Return to the shapelets web page or the code help menu.





Valid HTML 4.01!

Valid CSS!