IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2010, 9:26:05 AM (16 years ago)
Author:
eugene
Message:

some test codes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psphot/src/psphotApResid.c

    r29004 r29464  
    4848    pmReadout *readout = pmFPAviewThisReadout(view, file->fpa);
    4949    psAssert (readout, "missing readout?");
     50
     51    // XXX TEST output
     52    {
     53        char outname[64];
     54        static int nimage = 0;
     55
     56        sprintf (outname, "testimage.%02d.fits", nimage);
     57        psphotSaveImage(NULL, readout->image, outname);
     58        nimage ++;
     59    }
    5060
    5161    pmDetections *detections = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.DETECTIONS");
Note: See TracChangeset for help on using the changeset viewer.