- Timestamp:
- Oct 17, 2010, 9:26:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psphot/src/psphotApResid.c
r29004 r29464 48 48 pmReadout *readout = pmFPAviewThisReadout(view, file->fpa); 49 49 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 } 50 60 51 61 pmDetections *detections = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.DETECTIONS");
Note:
See TracChangeset
for help on using the changeset viewer.
