IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5750


Ignore:
Timestamp:
Dec 7, 2005, 5:17:33 PM (21 years ago)
Author:
Paul Price
Message:

Precession correction was in mas, not radians.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/eoc_testing.txt

    r5551 r5750  
    9797Check that:
    9898
    99     X = 0.06295703125
    100     Y = -0.0287618408203125
     99    X = 3.05224300720406e-07
     100    Y = -1.39441339235822e-07
    101101    S = 0
    102102
     
    106106    precession->y += precessionCorr->y;
    107107    precession->s += precessionCorr->s;
    108     psSphereRot *precessionNutationInv = psSphereRot_CEOtoGCRS(earth); // This is CEO->GCRS
     108    psSphereRot *precessionNutationInv = psSphereRot_CEOtoGCRS(precession); // This is CEO->GCRS
    109109    psSphereRot precessionNutation = psSphereRotInvert(precessionNutationInv); // This is GCRS->CEO
    110110
Note: See TracChangeset for help on using the changeset viewer.