Changeset 25181 for branches/pap_mops/ppMops/src/ppMops.h
- Timestamp:
- Aug 24, 2009, 6:00:00 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_mops/ppMops/src/ppMops.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ppMops/src/ppMops.h
r25162 r25181 49 49 psVector *flags; // psphot flags 50 50 psVector *diffSkyfileId; // Identifier for source image 51 psVector *naxis1, *naxis2; // Size of image 52 psVector *mask; // Mask for detections 51 53 } ppMopsDetections; 52 54 53 55 ppMopsDetections *ppMopsDetectionsAlloc(long num); 56 57 /// Copy a detection 58 bool ppMopsDetectionsCopySingle(ppMopsDetections *target, const ppMopsDetections *source, long index); 59 60 /// Purge the detections list of masked detections 61 bool ppMopsDetectionsPurge(ppMopsDetections *detections); 62 54 63 55 64 /// Read detections
Note:
See TracChangeset
for help on using the changeset viewer.
