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

    r26688 r26691  
    66    bool status = true;
    77
    8     int num = psMetadataAddS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");
     8    int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");
    99    psAssert (status, "programming error: must define PSPHOT.INPUT.NUM");
    1010
     
    1919}
    2020
    21 bool psphotBasicDeblend (pmConfig *config, const pmFPAview *view, const char *filename, int index) {
     21bool psphotBasicDeblendReadout (pmConfig *config, const pmFPAview *view, const char *filename, int fileIndex) {
    2222
    2323    int N;
     
    3131
    3232    // find the currently selected readout
    33     pmFPAfile *file = pmFPAfileSelectSingle(config->files, filename, index); // File of interest
     33    pmFPAfile *file = pmFPAfileSelectSingle(config->files, filename, fileIndex); // File of interest
    3434    psAssert (file, "missing file?");
    3535
Note: See TracChangeset for help on using the changeset viewer.