Changeset 7522 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Jun 11, 2006, 11:08:59 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r7508 r7522 7 7 #include "psphot.h" 8 8 #include "ppImageOptions.h" 9 #include "ppMem.h"10 9 11 10 #define RECIPE_NAME "PHASE2" // Name of the recipe to use … … 13 12 14 13 // Get the configuration 15 pmConfig *ppImage Config(int *argc, char **argv);14 pmConfig *ppImageArguments(int *argc, char **argv); 16 15 17 16 // Determine what type of camera, and initialise 18 bool ppImageParseDetrend(ppImageOptions *options,pmConfig *config);17 ppImageOptions *ppImageParseCamera(pmConfig *config); 19 18 20 19 // Loop over the input 21 bool ppImageLoop(ppImageOptions *options, pmConfig *config); 20 bool ppImageLoop(pmConfig *config, ppImageOptions *options); 21 22 // free memory, check for leaks 23 void ppImageCleanup (pmConfig *config, ppImageOptions *options); 22 24 23 25 // perform the detrend analysis on the current readout 24 bool ppImageDetrendReadout (p pImageOptions *options, pmConfig *config, pmFPAview *view);26 bool ppImageDetrendReadout (pmConfig *config, ppImageOptions *options, pmFPAview *view); 25 27 26 28 bool ppImageDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppImageOptions *options); … … 35 37 bool ppImagePhotom (pmConfig *config, pmFPAview *view); 36 38 37 #endif // Pau.39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
