IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 23, 2008, 4:07:10 PM (18 years ago)
Author:
Paul Price
Message:

Turns out the sources are on the readout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r17793 r17795  
    247247
    248248        if (stats) {
    249             pmChip *photChip = pmFPAviewThisChip(view, photFile->fpa); // Chip with the sources
    250             psArray *sources = psMetadataLookupPtr(NULL, photChip->analysis, "PSPHOT.SOURCES"); // Sources
     249            pmReadout *photRO = pmFPAviewThisReadout(view, photFile->fpa); // Readout with the sources
     250            psArray *sources = psMetadataLookupPtr(NULL, photRO->analysis, "PSPHOT.SOURCES"); // Sources
    251251            psMetadataAddS32(stats, PS_LIST_TAIL, "NUM_SOURCES", 0, "Number of sources detected", sources->n);
    252252        }
Note: See TracChangeset for help on using the changeset viewer.