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/psphotDeblendSatstars.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 psphotDeblendSatstarsReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index) {
     21bool psphotDeblendSatstarsReadout (pmConfig *config, const pmFPAview *view, const char *filename, int fileIndex) {
    2222
    2323    int N;
    2424    pmSource *source;
     25    bool status;
    2526
    2627    psTimerStart ("psphot.deblend.sat");
     
    3031
    3132    // find the currently selected readout
    32     pmFPAfile *file = pmFPAfileSelectSingle(config->files, filename, index); // File of interest
     33    pmFPAfile *file = pmFPAfileSelectSingle(config->files, filename, fileIndex); // File of interest
    3334    psAssert (file, "missing file?");
    3435
     
    5152    psAssert (recipe, "missing recipe?");
    5253
    53     bool status;
    5454    pmCell *cell = readout->parent;
    5555    float SATURATION = 0.75*psMetadataLookupF32 (&status, cell->concepts, "CELL.SATURATION");
Note: See TracChangeset for help on using the changeset viewer.