IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 14, 2014, 8:39:23 PM (12 years ago)
Author:
eugene
Message:

add X,Y and R,D offset fields to mextract; add galaxy model functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/libdvo/include/dvo.h

    r37598 r37601  
    10381038int RegionHostFindNeighbors (RegionHostTable *table, int Nhost);
    10391039
     1040// galaxy_model:
     1041int TransformProperMotion_radians (double *uR, double *uD, double uL, double uB, double Rrad, double Drad, CoordTransform *transform);
     1042int TransformProperMotion (double *uR, double *uD, double uL, double uB, double R, double D, CoordTransform *transform);
     1043int SolarMotionModel_radians (double *uL_sol, double *uB_sol, double Lrad, double Brad, double distance);
     1044int SolarMotionModel (double *uL_sol, double *uB_sol, double L, double B, double distance);
     1045int GalaxyMotionModel_radians (double *uL_gal, double *uB_gal, double Lrad, double Brad);
     1046int GalaxyMotionModel (double *uL_gal, double *uB_gal, double L, double B);
     1047int InitGalaxyModel (char *version);
     1048
    10401049# define LENSFIELD(NAME) float LensValue_##NAME (PhotCode *code, Lensobj *lensobj);
    10411050
Note: See TracChangeset for help on using the changeset viewer.