IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2006, 11:08:59 AM (20 years ago)
Author:
eugene
Message:

re-org / re-name to make more parallel with psphot

File:
1 edited

Legend:

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

    r7508 r7522  
    77#include "psphot.h"
    88#include "ppImageOptions.h"
    9 #include "ppMem.h"
    109
    1110#define RECIPE_NAME "PHASE2"            // Name of the recipe to use
     
    1312
    1413// Get the configuration
    15 pmConfig *ppImageConfig(int *argc, char **argv);
     14pmConfig *ppImageArguments(int *argc, char **argv);
    1615
    1716// Determine what type of camera, and initialise
    18 bool ppImageParseDetrend(ppImageOptions *options, pmConfig *config);
     17ppImageOptions *ppImageParseCamera(pmConfig *config);
    1918
    2019// Loop over the input
    21 bool ppImageLoop(ppImageOptions *options, pmConfig *config);
     20bool ppImageLoop(pmConfig *config, ppImageOptions *options);
     21
     22// free memory, check for leaks
     23void ppImageCleanup (pmConfig *config, ppImageOptions *options);
    2224
    2325// perform the detrend analysis on the current readout
    24 bool ppImageDetrendReadout (ppImageOptions *options, pmConfig *config, pmFPAview *view);
     26bool ppImageDetrendReadout (pmConfig *config, ppImageOptions *options, pmFPAview *view);
    2527
    2628bool ppImageDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppImageOptions *options);
     
    3537bool ppImagePhotom (pmConfig *config, pmFPAview *view);
    3638
    37 #endif // Pau.
     39#endif
Note: See TracChangeset for help on using the changeset viewer.