IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2006, 11:44:22 AM (20 years ago)
Author:
Paul Price
Message:

Read concepts from the PHU after adding the source.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAConstruct.c

    r8861 r9514  
    543543        }
    544544        psFree(phdu);
     545
     546        if (header && !pmConceptsRead(fpa, NULL, NULL, PM_CONCEPT_SOURCE_PHU, NULL)) {
     547            psWarning("Unable to read concepts from PHU.\n");
     548        }
    545549
    546550        return view;
     
    652656        psFree(phdu);
    653657
     658        if (header && !pmConceptsRead(fpa, chip, cell, PM_CONCEPT_SOURCE_PHU, NULL)) {
     659            psWarning("Unable to read concepts from PHU.\n");
     660        }
     661
    654662        return view;
    655663    }
     
    728736    psFree(contentsIter);
    729737
     738    if (header && !pmConceptsRead(fpa, chip, cell, PM_CONCEPT_SOURCE_PHU, NULL)) {
     739        psWarning("Unable to read concepts from PHU.\n");
     740    }
     741
    730742    if (!pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_DEFAULTS, true, NULL)) {
    731         psLogMsg(__func__, PS_LOG_WARN, "Unable to read concepts from defaults for FPA.  Attempting to "
    732                  "proceed anyway.\n");
     743        psWarning("Unable to read concepts from defaults for FPA.  Attempting to "
     744                  "proceed anyway.\n");
    733745    }
    734746
    735747    return view;
    736 
    737748}
    738749
Note: See TracChangeset for help on using the changeset viewer.