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.c

    r6396 r6747  
    11#include <stdio.h>
    22#include "pslib.h"
    3 #include "pmConcepts.h"
     3#include "psmodules.h"
    44#include "ppImage.h"
    55#include "ppMem.h"
     
    1111    ppImageData *data = ppImageDataAlloc();
    1212    ppImageOptions *options = ppImageOptionsAlloc();
    13     ppConfig *config = ppConfigAlloc();
    1413
    1514    psTimerStart(TIMERNAME);
    1615
    1716    // Parse the configuration and arguments
    18     ppImageConfig(config, argc, argv);
     17    pmConfig *config = ppImageConfig(argc, argv);
    1918
    2019    // Open the input image, output image, output mask
     
    2625    ppImageOptionsParse(data, options, config);
    2726
     27#if 0
     28    // XXX I think we do this in ppImageParseCamera
     29
    2830    // open detrend images, load headers, optionally load pixels
    2931    ppImageParseDetrend(data, options, config);
     32#endif
    3033
    3134    // Image Arithmetic Loop
Note: See TracChangeset for help on using the changeset viewer.