IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 31, 2007, 3:12:50 PM (19 years ago)
Author:
Paul Price
Message:

Adding additional testing output.

File:
1 edited

Legend:

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

    r15368 r15428  
    6969                                               sources, target, powf(10.0, -0.4 * maxMag));
    7070
     71#ifdef TESTING
     72    {
     73        psFits *fits = psFitsOpen("fake.fits", "w");
     74        psFitsWriteImage(fits, NULL, fake->image, 0, NULL);
     75        psFitsClose(fits);
     76    }
     77#endif
    7178
    7279    // Do the image matching
Note: See TracChangeset for help on using the changeset viewer.