IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39587


Ignore:
Timestamp:
May 28, 2016, 5:06:05 PM (10 years ago)
Author:
eugene
Message:

add pm foreward and backward precess

Location:
trunk/Ohana/src/relastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/UpdateObjects.c

    r39457 r39587  
    2020static DVOAverageFlags astromBits =
    2121  ID_OBJ_LARGE_PM        | // star with large proper motion
    22   ID_OBJ_RAW_AVE           | // simple weighted average position was used (no IRLS fitting)
     22  ID_OBJ_RAW_AVE         | // simple weighted average position was used (no IRLS fitting)
    2323  ID_OBJ_FIT_AVE         | // average position was fitted
    2424  ID_OBJ_FIT_PM          | // proper motion model was fitted
  • trunk/Ohana/src/relastro/src/bcatalog.c

    r39457 r39587  
    155155       
    156156        double uR, uD;
    157         TransformProperMotion (&uR, &uD, uL, uB, catalog[0].average[i].R, catalog[0].average[i].D, transform);
     157        TransformProperMotionBackwards (&uR, &uD, uL, uB, catalog[0].average[i].R, catalog[0].average[i].D, transform);
    158158
    159159        catalog[0].average[i].uRgal = uR;
Note: See TracChangeset for help on using the changeset viewer.