IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2007, 11:00:54 AM (19 years ago)
Author:
Paul Price
Message:

Removing extraneous call to psphot --- it's already done in ppSubReadout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubLoop.c

    r14404 r14750  
    5858        doPhotom = true;
    5959    }
    60    
     60
    6161    pmFPAview *view = pmFPAviewAlloc(0); // Pointer into FPA hierarchy
    6262    pmHDU *lastHDU = NULL;              // Last HDU that was updated
     
    135135                }
    136136
    137                 if (doPhotom) {
    138                   if (!psphotReadout (config, view)) {
    139                     psError(psErrorCodeLast(), false, "failure in psphotReadout for stacked image\n");
    140                     return false;
    141                   }
    142                 }
    143 
    144137                if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) {
    145138                    return false;
Note: See TracChangeset for help on using the changeset viewer.