IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2006, 11:50:52 AM (20 years ago)
Author:
eugene
Message:

fixed vector init lengths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotImageMedian.c

    r6922 r6950  
    107107    pmReadout *backSub = pmFPAfileThisReadout (config->files, view, "PSPHOT.BACKSUB");
    108108
     109    // psphotSaveImage (NULL, image, "image.fits");
     110    // psphotSaveImage (NULL, background->image, "back.fits");
     111    // psphotSaveImage (NULL, mask, "mask.fits");
     112
    109113    // subtract the background model (save in backSub, if requested)
    110114    for (int j = 0; j < image->numRows; j++) {
Note: See TracChangeset for help on using the changeset viewer.