IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2006, 3:24:14 PM (20 years ago)
Author:
Paul Price
Message:

ppImage now working again.

File:
1 edited

Legend:

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

    r5858 r6747  
    1 # include "ppImage.h"
     1#include <stdio.h>
     2#include "pslib.h"
     3#include "psmodules.h"
     4#include "ppImage.h"
    25
    36// why does this use the flat pmReadout?
     
    710    psLogMsg("phase2", PS_LOG_INFO, "Performing flat field.\n");
    811
    9    
     12
    1013
    1114#ifndef PRODUCTION
    1215    psImage *dummyImage = psImageAlloc(inputReadout->image->numCols,
    13                                        inputReadout->image->numRows,
    14                                        PS_TYPE_U8);
     16                                       inputReadout->image->numRows,
     17                                       PS_TYPE_U8);
    1518    pmReadout *dummyMask = pmReadoutAlloc(NULL);
    1619    dummyMask->image = dummyImage;
Note: See TracChangeset for help on using the changeset viewer.