IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2009, 1:15:07 PM (17 years ago)
Author:
Paul Price
Message:

Fix types (differed between reading, writing and using). Fix units for ra,dec (should be radians internally, for trig functions).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ppMops/src/ppMopsMerge.c

    r25181 r25186  
    1010
    1111#define LEAF_SIZE 4                     // Size of leaf
    12 #define MATCH_RADIUS 1.0/3600           // Matching radius
     12#define MATCH_RADIUS SEC_TO_RAD(1.0)    // Matching radius
    1313
    1414// Get distance from detection to centre of image
Note: See TracChangeset for help on using the changeset viewer.