IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34810


Ignore:
Timestamp:
Dec 13, 2012, 3:02:34 PM (14 years ago)
Author:
bills
Message:

THIS was the version used in SAS 11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/Dvo.c

    r34808 r34810  
    109109                        ave->R - meas->dR / 3600.,    // ra
    110110                        ave->D - meas->dR / 3600.,    // dec
    111                         meas->dXccd * 0.01 * fabs(meas->pltscale), // estimate of raErr
    112                         meas->dYccd * 0.01 * fabs(meas->pltscale)  // estimate of decErr
     111                        meas->dXccd * meas->pltscale, // estimate of raErr
     112                        meas->dYccd * meas->pltscale  // estimate of decErr
    113113                        );
    114114
Note: See TracChangeset for help on using the changeset viewer.