IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37608


Ignore:
Timestamp:
Nov 16, 2014, 2:09:48 PM (12 years ago)
Author:
bills
Message:

ifdef out the code to make the chisq image. We aren't using it currently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotStackParseCamera.c

    r34528 r37608  
    262262    }
    263263
     264#ifdef MAKE_CHISQ_IMAGE
    264265    // generate an pmFPAimage for the chisqImage
    265266    {
     
    293294        chisqVariance->save = saveChisq;
    294295    }
     296#else
     297    (void) saveChisq;
     298#endif   // MAKE_CHISQ_IMAGE
    295299
    296300    psTrace("psphot", 1, "Done with psphotStackParseCamera...\n");
Note: See TracChangeset for help on using the changeset viewer.