IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2006, 6:12:17 PM (20 years ago)
Author:
Paul Price
Message:

Fixes for compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeBackground.h

    r7061 r7064  
    22#define PP_MERGE_BACKGROUND_H
    33
     4#include <pslib.h>
     5#include <psmodules.h>
     6
     7#include "ppMergeData.h"
     8#include "ppMergeOptions.h"
     9
    410// Get the scale and zero for each chip of each input
    5 bool ppMergeScaleZero(ppImage **scales, // The scales for each integration/cell
    6                       ppImage **zeros, // The zeroes for each integration/cell
     11bool ppMergeScaleZero(psImage **scales, // The scales for each integration/cell
     12                      psImage **zeros, // The zeroes for each integration/cell
    713                      ppMergeData *data,// The data
    814                      const ppMergeOptions *options, // The options
Note: See TracChangeset for help on using the changeset viewer.