IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2010, 9:17:17 AM (16 years ago)
Author:
eugene
Message:

build works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.stack.20100120/src/psphotImageQuality.c

    r26688 r26691  
    1313    psAssert (recipe, "missing recipe?");
    1414
    15     int num = psMetadataAddS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");
     15    int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");
    1616    psAssert (status, "programming error: must define PSPHOT.INPUT.NUM");
    1717
     
    2929bool psphotImageQualityReadout(pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe)
    3030{
     31    bool status = true;
     32
    3133    // find the currently selected readout
    3234    pmFPAfile *file = pmFPAfileSelectSingle(config->files, filename, index); // File of interest
Note: See TracChangeset for help on using the changeset viewer.