IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2009, 7:13:34 AM (17 years ago)
Author:
eugene
Message:

update to psImageMaskType and associated (psphot, psastro, ppImage, ppMerge, ppSim, ppStats, ppArith)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/ppMerge/src/ppMergeLoop_Threaded.c

    r21072 r21087  
    5454
    5555    // set the mask and mark bit values based on the named masks
    56     psMaskType maskVal;
    57     psMaskType markVal;
     56    psImageMaskType maskVal;
     57    psImageMaskType markVal;
    5858    if (!pmConfigMaskSetBits (&maskVal, &markVal, config)) {
    5959        psError (PS_ERR_UNKNOWN, true, "Unable to define the mask bit values");
     
    257257                      psArrayAdd(job->args, 1, psScalarAlloc(iter, PS_TYPE_S32));
    258258                      psArrayAdd(job->args, 1, psScalarAlloc(rej, PS_TYPE_F32));
    259                       psArrayAdd(job->args, 1, psScalarAlloc(maskVal, PS_TYPE_U8));
     259                      psArrayAdd(job->args, 1, psScalarAlloc(maskVal, PS_TYPE_IMAGE_MASK));
    260260
    261261                      // call: pmDarkCombine(outCell, fileGroup->readouts, iter, rej, maskVal);
     
    276276                      psArrayAdd(job->args, 1, psScalarAlloc(iter, PS_TYPE_S32));
    277277                      psArrayAdd(job->args, 1, psScalarAlloc(rej, PS_TYPE_F32));
    278                       psArrayAdd(job->args, 1, psScalarAlloc(maskVal, PS_TYPE_U8));
     278                      psArrayAdd(job->args, 1, psScalarAlloc(maskVal, PS_TYPE_IMAGE_MASK));
    279279
    280280                      // call: pmShutterCorrectionGenerate(outRO, pattern, fileGroup->readouts, shutterRef,
Note: See TracChangeset for help on using the changeset viewer.