IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2006, 3:03:06 PM (20 years ago)
Author:
Paul Price
Message:

More changes related to name fixes (noun-verb)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmBias.h

    r10299 r10302  
    1 /// @file pmSubtractBias.h
     1/// @file pmBias.h
    22///
    33/// @brief Subtract the overscan, bias and dark
     
    88/// @author Paul Price, IfA
    99///
    10 /// @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    11 /// @date $Date: 2006-11-30 00:52:21 $
     10/// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     11/// @date $Date: 2006-11-30 01:03:06 $
    1212///
    1313/// Copyright 2004--2006 Institute for Astronomy, University of Hawaii
    1414///
    1515
    16 #ifndef PM_SUBTRACT_BIAS_H
    17 #define PM_SUBTRACT_BIAS_H
     16#ifndef PM__BIAS_H
     17#define PM__BIAS_H
    1818
    1919#include <pslib.h>
     
    6060/// Subtracts the overscan, as measured from the bias member of the input readout (if options are non-NULL),
    6161/// bias (if non-NULL) and dark (if non-NULL) scaled by the CELL.DARKTIME concept.
    62 bool pmSubtractBias(pmReadout *in,      ///< Input readout, to be overscan/bias/dark corrected
     62bool pmBiasSubtract(pmReadout *in,      ///< Input readout, to be overscan/bias/dark corrected
    6363                    pmOverscanOptions *overscanOpts, ///< Options for overscan subtraction, or NULL
    6464                    const pmReadout *bias, ///< Bias image to subtract, or NULL
Note: See TracChangeset for help on using the changeset viewer.