IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2007, 2:44:14 PM (19 years ago)
Author:
Paul Price
Message:

Adding ability to get stamps from sources.

File:
1 edited

Legend:

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

    r14765 r14811  
    3434    // Get the input sources
    3535    psArray *stack = psArrayAllocEmpty(ARRAY_BUFFER); // The stack of inputs
     36    pmReadout *sources = pmFPAfileThisReadout(config->files, view, "PPSTACK.SOURCES"); // Sources for stamps
    3637    psMetadataIterator *fileIter = psMetadataIteratorAlloc(config->files, PS_LIST_HEAD,
    3738                                                           "^PPSTACK.INPUT$"); // Iterator over input files
     
    8283        // Generate convolved version of input
    8384        pmReadout *convolved = pmReadoutAlloc(NULL); // Convolved version of input readout
    84         if (!ppStackMatch(convolved, ro, config)) {
     85        if (!ppStackMatch(convolved, ro, sources, config)) {
    8586            psError(PS_ERR_UNKNOWN, false, "Unable to match image %d.", fileNum);
    8687            psFree(stats);
Note: See TracChangeset for help on using the changeset viewer.