Changeset 30351
- Timestamp:
- Jan 24, 2011, 1:38:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psModules/src/imcombine/pmSubtraction.c
r30344 r30351 1466 1466 snprintf (name, 128, "conv.sample1.%03d.fits", nOut1); 1467 1467 psFitsWriteImageSimple (name, kernel->image, NULL); 1468 1469 fprintf (stderr, "incov: %d,%d; kern: %d,%d, outcov: %d,%d\n", 1470 ro1->covariance->image->numCols, ro1->covariance->image->numRows, 1471 kernel->image->numCols, kernel->image->numRows, 1472 cov->image->numCols, cov->image->numRows); 1473 1468 1474 nOut1 ++; 1469 1475 } … … 1495 1501 psFitsWriteImageSimple (name, cov->image, NULL); 1496 1502 1497 snprintf (name, 128, "incovar.sample2.%03d.fits", nOut 1);1503 snprintf (name, 128, "incovar.sample2.%03d.fits", nOut2); 1498 1504 psFitsWriteImageSimple (name, ro2->covariance->image, NULL); 1499 1505 1500 snprintf (name, 128, "conv.sample2.%03d.fits", nOut 1);1506 snprintf (name, 128, "conv.sample2.%03d.fits", nOut2); 1501 1507 psFitsWriteImageSimple (name, kernel->image, NULL); 1508 1509 fprintf (stderr, "incov: %d,%d; kern: %d,%d, outcov: %d,%d\n", 1510 ro2->covariance->image->numCols, ro2->covariance->image->numRows, 1511 kernel->image->numCols, kernel->image->numRows, 1512 cov->image->numCols, cov->image->numRows); 1513 1502 1514 nOut2 ++; 1503 1515 }
Note:
See TracChangeset
for help on using the changeset viewer.
