IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2008, 12:43:24 PM (18 years ago)
Author:
Paul Price
Message:

Adding output for target PSF.

File:
1 edited

Legend:

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

    r19172 r19194  
    2020
    2121// Files required in preparation for convolution
    22 static char *prepareFiles[] = { "PPSTACK.INPUT.PSF", "PPSTACK.INPUT.SOURCES", NULL };
     22static char *prepareFiles[] = { "PPSTACK.INPUT.PSF", "PPSTACK.INPUT.SOURCES", "PPSTACK.TARGET.PSF", NULL };
    2323
    2424// Files required for the convolution
     
    349349            return false;
    350350        }
     351
     352        pmChip *outChip = pmFPAviewThisChip(view, output->fpa); // Output chip
     353        psMetadataAddPtr(outChip->analysis, PS_LIST_TAIL, "PSPHOT.PSF", PS_DATA_UNKNOWN,
     354                         "Target PSF", targetPSF);
    351355
    352356        if (haveSources) {
Note: See TracChangeset for help on using the changeset viewer.