IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 6:25:41 PM (20 years ago)
Author:
eugene
Message:

configuration updates, added new mask functions, added psphot support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageLoop.c

    r6849 r7508  
    3737                ppImageDetrendReadout (options, config, view);
    3838
    39                 if (options->doBin1) {
    40                     ppImageRebinReadout (config, view, "PPIMAGE.BIN1");
    41                 }
    42 
    43                 if (options->doBin2) {
    44                     ppImageRebinReadout (config, view, "PPIMAGE.BIN2");
    45                 }
     39                if (options->doBin1) ppImageRebinReadout (config, view, "PPIMAGE.BIN1");
     40                if (options->doBin2) ppImageRebinReadout (config, view, "PPIMAGE.BIN2");
    4641
    4742                pmFPAfileIOChecks (config->files, view, PM_FPA_AFTER);
     
    5146
    5247        // ppImageChipMosaic (config, view);
    53         // ppImagePSPhot (config, view);
    54         // ppImagePSAstro (config, view);
     48
     49        // we perform photometry on the readouts of this chip in the output
     50        ppImagePhotom (config, view);
    5551
    5652        pmFPAfileIOChecks (config->files, view, PM_FPA_AFTER);
     
    6662    }
    6763
     64    // ppImageAstrom (config);
     65   
    6866    // ppImageFPAMosaic (config, view);
    6967    // ppImageJpegFPA (config, view);
     
    7573}
    7674
     75// input image is: PPIMAGE.INPUT
     76// output image is: PPIMAGE.OUTPUT
Note: See TracChangeset for help on using the changeset viewer.