IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2006, 5:57:35 PM (20 years ago)
Author:
Paul Price
Message:

Code coming together, doesn't yet compile

Location:
trunk/ppMerge/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src

    • Property svn:ignore set to
      .deps
      Makefile
      Makefile.in
  • trunk/ppMerge/src/ppMergeBackground.h

    r7001 r7061  
    22#define PP_MERGE_BACKGROUND_H
    33
    4 // Get the background for each chip of each input
    5 psImage *ppMergeBackground(const ppMergeOptions *options, // The options
    6                            const pmConfig *config // The configuration
     4// Get the scale and zero for each chip of each input
     5bool ppMergeScaleZero(ppImage **scales, // The scales for each integration/cell
     6                      ppImage **zeros, // The zeroes for each integration/cell
     7                      ppMergeData *data,// The data
     8                      const ppMergeOptions *options, // The options
     9                      const pmConfig *config // The configuration
    710    );
    811
Note: See TracChangeset for help on using the changeset viewer.