Main Page | Class List | Directories | File List | Class Members | File Members

Obit2DLegendre.h File Reference

Obit2DLegendre uv data class definition. More...

#include <math.h>
#include <glib.h>
#include "Obit.h"
#include "ObitErr.h"

Go to the source code of this file.

Functions

float Obit2DLegendre (gint n, gfloat x, gfloat y)
 Public: return Legendre polynomial term.


Detailed Description

Obit2DLegendre uv data class definition.

This utility class provides terms of 2D Legendre polynomials.


Function Documentation

float Obit2DLegendre gint  n,
gfloat  x,
gfloat  y
 

Public: return Legendre polynomial term.

Logical groups are:

  • 1; zeroth order
  • 3: first order
  • 6: second order
  • 10: third order
  • 15: fourth order
  • 21: fifth order
Parameters:
n Coefficient order in "X" dimension Values 0->5 are allowed.
x Location on "X" dimension
y Location on "Y" dimension
Returns:
requested Legendre Polynomial P(n,m)


Generated on Mon Sep 3 20:43:53 2007 by  doxygen 1.3.9.1