IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2009, 11:44:05 AM (17 years ago)
Author:
Paul Price
Message:

Committing work in progress. TESTING is turned on in several files --- this is not intended for regular use yet!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackMatch.c

    r25467 r25950  
    1818#define COVAR_FRAC 0.01                 // Truncation fraction for covariance matrix
    1919
    20 //#define TESTING                         // Enable debugging output
     20#define TESTING                         // Enable debugging output
    2121
    2222#ifdef TESTING
     
    257257            psFitsClose(fits);
    258258
    259             if (!readImage(&readout->image, options->imageNames->data[index], config) ||
    260                 !readImage(&readout->mask, options->maskNames->data[index], config) ||
    261                 !readImage(&readout->variance, options->varianceNames->data[index], config)) {
     259            if (!readImage(&readout->image, options->convImages->data[index], config) ||
     260                !readImage(&readout->mask, options->convMasks->data[index], config) ||
     261                !readImage(&readout->variance, options->convVariances->data[index], config)) {
    262262                psError(PS_ERR_IO, false, "Unable to read previously produced image.");
    263263                return false;
Note: See TracChangeset for help on using the changeset viewer.