- Timestamp:
- Apr 27, 2022, 10:14:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/fpcamera/src/fpcameraReadAstrometry.c
r42175 r42178 4 4 bool fpcameraReadAstrometry (pmFPAfile *input, pmConfig *config) { 5 5 6 bool status; 7 6 8 // select the current recipe (just needed for pixel scale) 7 psMetadata *recipe = psMetadataLookupPtr ( NULL, config->recipes, FPCAMERA_RECIPE);9 psMetadata *recipe = psMetadataLookupPtr (&status, config->recipes, FPCAMERA_RECIPE); 8 10 if (!recipe) { 9 11 psError(FPCAMERA_ERR_CONFIG, true, "Can't find FPCAMERA recipe!\n"); … … 31 33 } 32 34 35 pmChip *chip; 33 36 while ((chip = pmFPAviewNextChip (view, input->fpa, 1)) != NULL) { 34 37 psTrace ("fpcamera", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process);
Note:
See TracChangeset
for help on using the changeset viewer.
