IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30351


Ignore:
Timestamp:
Jan 24, 2011, 1:38:02 PM (15 years ago)
Author:
eugene
Message:

added debugging output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/psModules/src/imcombine/pmSubtraction.c

    r30344 r30351  
    14661466                    snprintf (name, 128, "conv.sample1.%03d.fits", nOut1);
    14671467                    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
    14681474                    nOut1 ++;
    14691475                }
     
    14951501                    psFitsWriteImageSimple (name, cov->image, NULL);
    14961502
    1497                     snprintf (name, 128, "incovar.sample2.%03d.fits", nOut1);
     1503                    snprintf (name, 128, "incovar.sample2.%03d.fits", nOut2);
    14981504                    psFitsWriteImageSimple (name, ro2->covariance->image, NULL);
    14991505
    1500                     snprintf (name, 128, "conv.sample2.%03d.fits", nOut1);
     1506                    snprintf (name, 128, "conv.sample2.%03d.fits", nOut2);
    15011507                    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
    15021514                    nOut2 ++;
    15031515                }
Note: See TracChangeset for help on using the changeset viewer.