Changeset 25188 for branches/pap_mops/ppMops/src/ppMopsRead.c
- Timestamp:
- Aug 25, 2009, 2:00:54 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_mops/ppMops/src/ppMopsRead.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ppMops/src/ppMopsRead.c
r25187 r25188 10 10 psArray *ppMopsRead(const ppMopsArguments *args) 11 11 { 12 psTrace("ppMops.read", 1, "Reading input detections\n"); 13 12 14 psArray *inNames = args->input; // Input names 13 15 long num = inNames->n; // Number of inputs … … 46 48 } 47 49 ppMopsDetections *det = ppMopsDetectionsAlloc(size); 50 51 psTrace("ppMops.read", 3, "Reading %ld rows from %s\n", size, (const char*)inNames->data[i]); 48 52 49 53 det->raBoresight = psMemIncrRefCounter(psMetadataLookupStr(NULL, header, "FPA.RA")); … … 151 155 } 152 156 157 psTrace("ppMops.read", 2, "Read %ld good rows from %s\n", numGood, (const char*)inNames->data[i]); 158 153 159 psFree(table); 154 160 detections->data[i] = det; 155 161 } 156 162 163 psTrace("ppMops.read", 1, "Done reading input detections\n"); 157 164 158 165 return detections;
Note:
See TracChangeset
for help on using the changeset viewer.
