IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2005, 3:30:32 PM (21 years ago)
Author:
Paul Price
Message:

Working with release 8. Overscan, bias, flat-fielding all working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/scripts/src/phase2/pmFlatField.h

    r5107 r5462  
    1818 *  @author Ross Harman, MHPCC
    1919 *
    20  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    21  *  @date $Date: 2005-09-23 02:58:30 $
     20 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     21 *  @date $Date: 2005-11-03 01:30:32 $
    2222 *
    2323 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    2424 */
     25
     26#include "pslib.h"
     27#include "pmFPA.h" // #include "pmAstrometry.h"
     28
    2529
    2630/** Execute flat field module.
     
    3135 *  @return  bool: True or false for success or failure
    3236 */
    33 
    34 #include "pmFPA.h"
    35 
    3637bool pmFlatField(
    37     pmReadout *in,          ///< Redout with input image and mask
     38    pmReadout *in,          ///< Readout with input image
     39    pmReadout *mask,        ///< Input image mask
    3840    const pmReadout *flat   ///< Readout with flat image
    3941);
Note: See TracChangeset for help on using the changeset viewer.