IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2009, 4:50:25 PM (17 years ago)
Author:
Paul Price
Message:

Merging branches/pap from r23739 onto trunk. No conflicts, ppSub builds fine.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ppSub

  • trunk/ppSub/src

    • Property svn:ignore
      •  

        old new  
        1010stamp-h1
        1111ppSubKernel
         12ppSubErrorCodes.h
         13ppSubErrorCodes.c
  • trunk/ppSub/src/ppSubSetMasks.c

    r23535 r23740  
    2222#include "ppSub.h"
    2323
    24 bool ppSubSetMasks(pmConfig *config, const pmFPAview *view)
     24bool ppSubSetMasks(pmConfig *config)
    2525{
    2626    psAssert(config, "Require configuration");
    27     psAssert(view, "Require view");
    2827
    2928    psImageMaskType maskValue, markValue; // Mask values
     
    5049    psAssert(lowValue, "LOW or BAD must be non-zero");
    5150
    52     // input images
     51    // Input images
     52    pmFPAview *view = ppSubViewReadout(); // View to readout
    5353    pmReadout *inRO = pmFPAfileThisReadout(config->files, view, "PPSUB.INPUT"); // Input readout
    5454    pmReadout *refRO = pmFPAfileThisReadout(config->files, view, "PPSUB.REF"); // Reference readout
Note: See TracChangeset for help on using the changeset viewer.