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/ppImageDetrendBias.c

    r6125 r6260  
    1 #include "ppImage.h"
     1#include <stdio.h>
     2#include "pslib.h"
     3#include "pmFPA.h"
     4#include "ppImageOptions.h"
     5#include "ppImageDetrend.h"
    26
    3 bool ppDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppOptions *options)
     7bool ppImageDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppImageOptions *options)
    48{
    59    psTrace(__func__, 1, "Commencing bias processing....\n");
Note: See TracChangeset for help on using the changeset viewer.