IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27278 for trunk


Ignore:
Timestamp:
Mar 12, 2010, 4:33:56 PM (16 years ago)
Author:
Paul Price
Message:

Make astrometry correction compile-time option; disable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackSources.c

    r27277 r27278  
    88
    99//#define TESTING                         // Enable debugging output
     10
     11//#define ASTROMETRY                    // Correct astrometry?
    1012
    1113#ifdef TESTING
     
    334336
    335337
    336 #if 1
     338#ifdef ASTROMETRY
    337339    // Position offsets
    338340    {
     
    374376#endif
    375377
    376 #ifdef TESTING
     378#if (defined TESTING && defined ASTROMETRY)
    377379        // Double check: all offsets should be zero
    378380        {
Note: See TracChangeset for help on using the changeset viewer.