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/psphotExtendedSourceFits.c

    r26688 r26691  
    1616    }
    1717
    18     int num = psMetadataAddS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");
     18    int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");
    1919    psAssert (status, "programming error: must define PSPHOT.INPUT.NUM");
    2020
     
    4242    // find the currently selected readout
    4343    pmFPAfile *file = pmFPAfileSelectSingle(config->files, filename, index); // File of interest
    44     psAssert (readout, "missing file?");
     44    psAssert (file, "missing file?");
    4545
    4646    pmReadout *readout = pmFPAviewThisReadout(view, file->fpa);
Note: See TracChangeset for help on using the changeset viewer.