IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19578


Ignore:
Timestamp:
Sep 16, 2008, 9:15:32 AM (18 years ago)
Author:
eugene
Message:

error in PAR_T0 derivatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroModelBoresite.c

    r15891 r19578  
    4545            dPAR[PAR_RY]  = +sntht*csphi;
    4646            dPAR[PAR_P0]  = -PAR[PAR_RY]*sntht*snphi - PAR[PAR_RX]*cstht*csphi;
    47             dPAR[PAR_T0]  = -PAR[PAR_RY]*sntht*csphi - PAR[PAR_RX]*cstht*snphi;
     47            dPAR[PAR_T0]  = -PAR[PAR_RY]*cstht*csphi - PAR[PAR_RX]*sntht*snphi;
    4848        }
    4949        return (value);
Note: See TracChangeset for help on using the changeset viewer.