IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 30, 2014, 9:25:31 AM (12 years ago)
Author:
eugene
Message:

vsh polynomials kind of defined...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/libohana/include/ohana.h

    r37533 r37538  
    447447double legendre_Plm_sphere(int l, int m, double x, double *err);
    448448
    449 # endif
     449typedef struct {
     450  double *dR_B;
     451  double *dR_E;
     452  double *dD_B;
     453  double *dD_E;
     454  int lmax;
     455  int Nterms;
     456} VSHterms;
     457
     458VSHterms *InitVSHterms (int lmax);
     459void getVSHterms (VSHterms *terms, double R, double D);
     460
     461# endif
Note: See TracChangeset for help on using the changeset viewer.