Changeset 28043 for trunk/pswarp/src/pswarpLoop.c
- Timestamp:
- May 19, 2010, 5:13:52 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pswarp/src/pswarpLoop.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20100427 (added) merged: 27784,28017-28018,28028-28033,28042
- Property svn:mergeinfo changed
-
trunk/pswarp/src/pswarpLoop.c
r28010 r28043 266 266 goto DONE; 267 267 } 268 268 bool doStats = psMetadataLookupBool(&mdok,recipe,"MASK.STATS"); 269 if (doStats) { 270 if (!pswarpMaskStats(output, stats, config)) { 271 psError(psErrorCodeLast(), false, "Unable to calculate mask stats."); 272 psFree(cells); 273 psFree(view); 274 goto DONE; 275 } 276 } 269 277 // Set covariance matrix for output 270 278 { … … 332 340 333 341 pswarpVersionHeader(hdu->header); 334 342 335 343 if (!pmAstromWriteWCS(hdu->header, outFPA, outChip, WCS_NONLIN_TOL)) { 336 344 psError(psErrorCodeLast(), false, "Unable to generate WCS header."); … … 347 355 pswarpFileActivation(config, detectorFiles, false); 348 356 pswarpFileActivation(config, independentFiles, false); 357 349 358 350 359 // We need a new PSF model for the warped frame. It would be good to generate this analytically, but … … 421 430 } 422 431 } 432 423 433 424 434 // Add MD5 information for readout
Note:
See TracChangeset
for help on using the changeset viewer.
