IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2010, 7:28:08 AM (16 years ago)
Author:
Paul Price
Message:

Add masking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundCamera.c

    r28280 r28282  
    6868    output->save = true;
    6969
     70    pmFPAfile *outMask = pmFPAfileDefineOutput(data->config, output->fpa, "PPBACKGROUND.OUTPUT.MASK");
     71    if (!outMask) {
     72        psError(psErrorCodeLast(), false, "Unable to define output.");
     73        return false;
     74    }
     75    outMask->save = true;
     76
    7077#if 0
    7178    // Now the camera has been determined, we can read the recipe
Note: See TracChangeset for help on using the changeset viewer.