Changeset 25950 for branches/pap/ppStack/src/ppStackMatch.c
- Timestamp:
- Oct 27, 2009, 11:44:05 AM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackMatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackMatch.c
r25467 r25950 18 18 #define COVAR_FRAC 0.01 // Truncation fraction for covariance matrix 19 19 20 //#define TESTING // Enable debugging output20 #define TESTING // Enable debugging output 21 21 22 22 #ifdef TESTING … … 257 257 psFitsClose(fits); 258 258 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)) { 262 262 psError(PS_ERR_IO, false, "Unable to read previously produced image."); 263 263 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
