IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19072


Ignore:
Timestamp:
Aug 14, 2008, 2:47:58 PM (18 years ago)
Author:
Paul Price
Message:

Was equating a readout with an array.......

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r19066 r19072  
    352352        if (haveSources) {
    353353            // We want to hang on to the 'sources' even when its host FPA is blown away
    354             globalSources = psMemIncrRefCounter(pmFPAfileThisReadout(config->files, view,
    355                                                                      "PPSTACK.INPUT.SOURCES"));
     354            pmReadout *sourcesRO = pmFPAfileThisReadout(config->files, view, "PPSTACK.INPUT.SOURCES");
     355            globalSources = psMetadataLookupPtr(NULL, sourcesRO->analysis, "PSPHOT.SOURCES");
     356            psMemIncrRefCounter(globalSources);
    356357            if (!globalSources) {
    357358                psError(PS_ERR_UNKNOWN, true, "Unable to find sources.");
Note: See TracChangeset for help on using the changeset viewer.