IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2008, 1:54:33 PM (18 years ago)
Author:
Paul Price
Message:

Adding new file with function to add stuff to a common 'analysis' metadata container which is applied to the convolved outputs when done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionIO.c

    r19794 r20049  
    1313#include "pmSubtractionKernels.h"
    1414#include "pmSubtractionMatch.h"
     15#include "pmSubtractionAnalysis.h"
     16
     17#include "pmSubtractionIO.h"
    1518
    1619#define ARRAY_BUFFER 16                 // Number to add to array at a time
     
    140143    // CVS tags, used to identify the version of this file (in case incompatibilities are introduced)
    141144    psString cvsFile = psStringCopy("$RCSfile: pmSubtractionIO.c,v $");
    142     psString cvsRev  = psStringCopy("$Revision: 1.7 $");
    143     psString cvsDate = psStringCopy("$Date: 2008-10-01 19:55:09 $");
     145    psString cvsRev  = psStringCopy("$Revision: 1.8 $");
     146    psString cvsDate = psStringCopy("$Date: 2008-10-10 23:54:33 $");
    144147    psStringSubstitute(&cvsFile, NULL, "RCSfile: ");
    145148    psStringSubstitute(&cvsRev,  NULL, "Revision: ");
Note: See TracChangeset for help on using the changeset viewer.