IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2011, 12:46:38 PM (15 years ago)
Author:
eugene
Message:

save the covariance when writing the temporary variance images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/ppStack/src/ppStack.h

    r30015 r30228  
    192192    );
    193193
     194bool ppStackWriteVariance(const char *name, // Name of image
     195                          psMetadata *header, // Header
     196                          const psImage *variance, // Variance
     197                          const psImage *covariance, // Variance
     198                          pmConfig *config // Configuration
     199    );
     200
    194201/// Return an appropriate exit code based on the error code
    195202psExit ppStackExitCode(psExit exitValue);
Note: See TracChangeset for help on using the changeset viewer.