Changeset 6747 for trunk/ppImage/src/ppImage.c
- Timestamp:
- Mar 31, 2006, 3:24:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.c
r6396 r6747 1 1 #include <stdio.h> 2 2 #include "pslib.h" 3 #include "p mConcepts.h"3 #include "psmodules.h" 4 4 #include "ppImage.h" 5 5 #include "ppMem.h" … … 11 11 ppImageData *data = ppImageDataAlloc(); 12 12 ppImageOptions *options = ppImageOptionsAlloc(); 13 ppConfig *config = ppConfigAlloc();14 13 15 14 psTimerStart(TIMERNAME); 16 15 17 16 // Parse the configuration and arguments 18 p pImageConfig(config,argc, argv);17 pmConfig *config = ppImageConfig(argc, argv); 19 18 20 19 // Open the input image, output image, output mask … … 26 25 ppImageOptionsParse(data, options, config); 27 26 27 #if 0 28 // XXX I think we do this in ppImageParseCamera 29 28 30 // open detrend images, load headers, optionally load pixels 29 31 ppImageParseDetrend(data, options, config); 32 #endif 30 33 31 34 // Image Arithmetic Loop
Note:
See TracChangeset
for help on using the changeset viewer.
