Changeset 29464
- Timestamp:
- Oct 17, 2010, 9:26:05 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823/psphot/src
- Files:
-
- 3 edited
-
psphot.h (modified) (1 diff)
-
psphotApResid.c (modified) (1 diff)
-
psphotExtendedSourceFits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psphot/src/psphot.h
r29347 r29464 264 264 bool psphotVisualShowPetrosians (psArray *sources); 265 265 bool psphotVisualEraseOverlays (int channel, char *overlay); 266 bool psphotVisualClose(void); 266 267 267 268 bool psphotPetrosian (pmSource *source, psMetadata *recipe, float skynoise, psImageMaskType maskVal); -
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"); -
branches/eam_branches/ipp-20100823/psphot/src/psphotExtendedSourceFits.c
r29347 r29464 179 179 return false; 180 180 } 181 psScalar *scalar = NULL; 182 scalar = job->args->data[7]; 183 Next += scalar->data.S32; 184 scalar = job->args->data[8]; 185 Nconvolve += scalar->data.S32; 186 scalar = job->args->data[9]; 187 NconvolvePass += scalar->data.S32; 188 scalar = job->args->data[10]; 189 Nplain += scalar->data.S32; 190 scalar = job->args->data[11]; 191 NplainPass += scalar->data.S32; 192 psFree(job); 181 193 } 182 194 }
Note:
See TracChangeset
for help on using the changeset viewer.
