Changeset 6747 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Mar 31, 2006, 3:24:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r6260 r6747 3 3 4 4 #include "pslib.h" 5 #include "pmFPA.h" 6 #include "ppConfig.h" 7 #include "ppFile.h" 5 #include "psmodules.h" 6 8 7 #include "ppImageData.h" 9 8 #include "ppImageOptions.h" 10 9 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 30 11 #define TIMERNAME "ppImage" // Name of timer 31 12 32 13 // Get the configuration 33 bool ppImageConfig(ppConfig *config,int argc, char **argv);14 pmConfig *ppImageConfig(int argc, char **argv); 34 15 35 16 // Determine what type of camera, and initialise 36 17 bool ppImageParseCamera(ppImageData *data, // The data to be processed 37 p pConfig *config // Configuration18 pmConfig *config // Configuration 38 19 ); 39 20 40 21 41 22 // Loop over the input 42 bool ppImageLoop(ppImageData *data, ppImageOptions *options, p pConfig *config);23 bool ppImageLoop(ppImageData *data, ppImageOptions *options, pmConfig *config); 43 24 44 25 // Load the pixels for the given file … … 49 30 ); 50 31 51 bool ppImageParseDetrend(ppImageData *data, ppImageOptions *options, p pConfig *config);32 bool ppImageParseDetrend(ppImageData *data, ppImageOptions *options, pmConfig *config); 52 33 53 34 bool ppReadoutWeights(pmReadout *readout); … … 56 37 // These functions are not implemented, or not needed 57 38 pmReadout* ppDetrendPedestal(pmReadout *pedestal, pmCell *input, pmReadout *bias, pmReadout *dark, float darkTime, ppImageOptions *options); 58 bool ppImageOutput(ppImageData *data, p pConfig *config);59 bool ppImagePhot(ppImageData *data, ppImageOptions *options, p pConfig *config);60 bool ppFileOpen(ppFile *fpa, psMetadata *camera,char *name, bool doThis);39 bool ppImageOutput(ppImageData *data, pmConfig *config); 40 bool ppImagePhot(ppImageData *data, ppImageOptions *options, pmConfig *config); 41 bool ppFileOpen(ppFile *fpa, char *name, bool doThis); 61 42 #endif 62 43
Note:
See TracChangeset
for help on using the changeset viewer.
