IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2006, 3:24:14 PM (20 years ago)
Author:
Paul Price
Message:

ppImage now working again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImage.h

    r6260 r6747  
    33
    44#include "pslib.h"
    5 #include "pmFPA.h"
    6 #include "ppConfig.h"
    7 #include "ppFile.h"
     5#include "psmodules.h"
     6
    87#include "ppImageData.h"
    98#include "ppImageOptions.h"
    109
    11 
    12 #if 0
    13 #include <strings.h>
    14 #include "psAdditionals.h"
    15 #include "pmFPA.h"
    16 #include "pmFPAConstruct.h"
    17 #include "pmFPARead.h"
    18 #include "pmFPAWrite.h"
    19 #include "pmReadout.h"
    20 #include "pmConfig.h"
    21 #include "pmFlatField.h"
    22 #include "pmMaskBadPixels.h"
    23 #include "pmNonLinear.h"
    24 #include "pmChipMosaic.h"
    25 #include "pmSubtractBias.h"
    26 #endif
    27 
    28 
    29 #define RECIPE "PHASE2"                 // Name of the recipe to use
     10#define RECIPE_NAME "PHASE2"            // Name of the recipe to use
    3011#define TIMERNAME "ppImage"             // Name of timer
    3112
    3213// Get the configuration
    33 bool ppImageConfig(ppConfig *config, int argc, char **argv);
     14pmConfig *ppImageConfig(int argc, char **argv);
    3415
    3516// Determine what type of camera, and initialise
    3617bool ppImageParseCamera(ppImageData *data,   // The data to be processed
    37                         ppConfig *config // Configuration
     18                        pmConfig *config // Configuration
    3819                        );
    3920
    4021
    4122// Loop over the input
    42 bool ppImageLoop(ppImageData *data, ppImageOptions *options, ppConfig *config);
     23bool ppImageLoop(ppImageData *data, ppImageOptions *options, pmConfig *config);
    4324
    4425// Load the pixels for the given file
     
    4930                       );
    5031
    51 bool ppImageParseDetrend(ppImageData *data, ppImageOptions *options, ppConfig *config);
     32bool ppImageParseDetrend(ppImageData *data, ppImageOptions *options, pmConfig *config);
    5233
    5334bool ppReadoutWeights(pmReadout *readout);
     
    5637// These functions are not implemented, or not needed
    5738pmReadout* ppDetrendPedestal(pmReadout *pedestal, pmCell *input, pmReadout *bias, pmReadout *dark, float darkTime, ppImageOptions *options);
    58 bool ppImageOutput(ppImageData *data, ppConfig *config);
    59 bool ppImagePhot(ppImageData *data, ppImageOptions *options, ppConfig *config);
    60 bool ppFileOpen(ppFile *fpa, psMetadata *camera, char *name, bool doThis);
     39bool ppImageOutput(ppImageData *data, pmConfig *config);
     40bool ppImagePhot(ppImageData *data, ppImageOptions *options, pmConfig *config);
     41bool ppFileOpen(ppFile *fpa, char *name, bool doThis);
    6142#endif
    6243
Note: See TracChangeset for help on using the changeset viewer.