IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2006, 6:00:06 PM (20 years ago)
Author:
Paul Price
Message:

Rearranging header files

File:
1 edited

Legend:

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

    r5858 r6260  
    1 # include "ppImage.h"
     1#include <stdio.h>
     2#include "pmFPA.h"
     3#include "pmMaskBadPixels.h"
     4#include "ppImageDetrend.h"
    25
    36# define MASK_MODE (PM_MASK_TRAP | PM_MASK_BADCOL | PM_MASK_SAT)
     
    58// XXX pass 'concepts' not 'cell' to this function?
    69
    7 bool ppDetrendMask (pmCell *cell, pmReadout *input, pmReadout *mask) {
     10bool ppImageDetrendMask(pmCell *cell, pmReadout *input, pmReadout *mask) {
    811
    912    float saturation = psMetadataLookupF32(NULL, cell->concepts, "CELL.SATURATION");
Note: See TracChangeset for help on using the changeset viewer.