IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2022, 10:14:37 AM (4 years ago)
Author:
eugene
Message:

fpcamera now builds, but does it run?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/fpcamera/src/fpcameraReadAstrometry.c

    r42175 r42178  
    44bool fpcameraReadAstrometry (pmFPAfile *input, pmConfig *config) {
    55
     6    bool status;
     7
    68    // 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);
    810    if (!recipe) {
    911        psError(FPCAMERA_ERR_CONFIG, true, "Can't find FPCAMERA recipe!\n");
     
    3133    }
    3234
     35    pmChip *chip;
    3336    while ((chip = pmFPAviewNextChip (view, input->fpa, 1)) != NULL) {
    3437        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.