IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 30, 2005, 7:05:28 AM (20 years ago)
Author:
eugene
Message:

cleanups, segfault fixes, etc

File:
1 edited

Legend:

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

    r5857 r5858  
    11# include "ppImage.h"
    22
    3 bool ppDetrendFlat () {
     3// why does this use the flat pmReadout?
     4
     5bool ppDetrendFlat (pmReadout *inputReadout, pmReadout *flat, ppOptions *options) {
    46
    57    psLogMsg("phase2", PS_LOG_INFO, "Performing flat field.\n");
     8
     9   
     10
    611#ifndef PRODUCTION
    712    psImage *dummyImage = psImageAlloc(inputReadout->image->numCols,
Note: See TracChangeset for help on using the changeset viewer.