IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2011, 3:42:31 PM (15 years ago)
Author:
eugene
Message:

merge psphotImageLoop, psphotForcedImageLoop, and psphotMakePSFImageLoop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psphot/src/psphotForced.c

    r25981 r30936  
    11# include "psphotStandAlone.h"
     2# define FORCED_PHOTOMETRY 1
    23
    34int main (int argc, char **argv) {
     
    2021
    2122    // call psphot for each readout
    22     if (!psphotForcedImageLoop (config)) {
     23    if (!psphotImageLoop (config, PSPHOT_FORCED)) {
    2324        psErrorStackPrint(stderr, "Error in the psphot image loop\n");
    2425        exit (psphotGetExitStatus());
Note: See TracChangeset for help on using the changeset viewer.