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

    r7508 r7522  
    11# include "ppImage.h"
    22
    3 bool ppImageLoop (ppImageOptions *options, pmConfig *config) {
     3bool ppImageLoop (pmConfig *config, ppImageOptions *options) {
    44
    55    bool status;
     
    3535
    3636                // perform the detrend analysis
    37                 ppImageDetrendReadout (options, config, view);
     37                ppImageDetrendReadout (config, options, view);
    3838
    3939                if (options->doBin1) ppImageRebinReadout (config, view, "PPIMAGE.BIN1");
Note: See TracChangeset for help on using the changeset viewer.