- Timestamp:
- Jan 13, 2006, 5:10:19 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmFPAConstruct.c
r5939 r5974 62 62 ) 63 63 { 64 pmFPA *fpa = pmFPAAlloc(camera); // The FPA to fill out64 pmFPA *fpa = pmFPAAlloc(camera); // The FPA to fill out 65 65 bool mdStatus = true; // Status from metadata lookups 66 66 const char *phuType = psMetadataLookupStr(&mdStatus, camera, "PHU"); // What is the PHU? … … 266 266 } 267 267 268 // Initialise with dummy concepts, until the real ones can be read.269 pmFPABlankConcepts(fpa);270 271 268 return fpa; 272 269 }
Note:
See TracChangeset
for help on using the changeset viewer.
