IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2010, 5:13:52 PM (16 years ago)
Author:
watersc1
Message:

Merging czw_branch (maskstats and software versions) back into the trunk

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ppSub/src/ppSubLoop.c

    r27691 r28043  
    144144        return false;
    145145    }
    146 
     146    // Do Mask Stats
     147    {
     148      pmFPAview *view = ppSubViewReadout(); // View to readout
     149      if (!ppSubMaskStats(config, view,data->stats)) {
     150        psError(psErrorCodeLast(), false, "Unable to generate mask statistics");
     151        return(false);
     152      }
     153    }
     154   
    147155    // generate the binned image used to write the jpeg
    148156    if (!ppSubReadoutJpeg(config)) {
Note: See TracChangeset for help on using the changeset viewer.