IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2006, 6:12:57 PM (20 years ago)
Author:
Paul Price
Message:

Renaming pmReadoutSet{Mask,Weight} as pmReadoutGenerate{Mask,Weight} following change in psModules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendMask.c

    r7508 r7716  
    1616
    1717    if (mask->image->type.type != PS_TYPE_MASK) {
    18         image = psImageCopy (NULL, mask->image, PS_TYPE_MASK);
     18        image = psImageCopy (NULL, mask->image, PS_TYPE_MASK);
    1919    } else {
    20         image = psMemIncrRefCounter (mask->image);
     20        image = psMemIncrRefCounter (mask->image);
    2121    }
    2222
     
    3434
    3535
    36 // XXX this function needs to use pmReadoutSetMask to construct the initial mask
     36// XXX this function needs to use pmReadoutGenerateMask to construct the initial mask
    3737// then the pixels will correspond and pmMaskBadPixels can be correctly applied.
    38 // this function should not have to lookup the value of CELL.SATURATION, nor should it have to 
    39 // apply it. 
     38// this function should not have to lookup the value of CELL.SATURATION, nor should it have to
     39// apply it.
Note: See TracChangeset for help on using the changeset viewer.