IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2007, 5:39:58 PM (19 years ago)
Author:
Paul Price
Message:

Cleaning up code to produce photometry. Moving the call to psphot into ppStackReadout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r14404 r14834  
    88#include <psmodules.h>
    99#include <ppStats.h>
    10 #include <psphot.h>
    1110
    1211#include "ppStack.h"
     
    3837        return false;
    3938    }
    40 
    41     bool doPhotom = psMetadataLookupBool(&mdok, config->arguments, "PHOTOM"); // perform photometry
    4239
    4340    pmFPAview *view = pmFPAviewAlloc(0); // Pointer into FPA hierarchy
     
    8380                }
    8481
    85                 if (doPhotom) {
    86                   if (!psphotReadout (config, view)) {
    87                     psError(psErrorCodeLast(), false, "failure in psphotReadout for stacked image\n");
    88                     return false;
    89                   }
    90                 }
    91 
    9282                if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) {
    9383                    return false;
Note: See TracChangeset for help on using the changeset viewer.