IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9724


Ignore:
Timestamp:
Oct 23, 2006, 5:48:42 PM (20 years ago)
Author:
Paul Price
Message:

Fixed incorrect statement.

File:
1 edited

Legend:

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

    r9613 r9724  
    88/// @author Paul Price, IfA
    99///
    10 /// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    11 /// @date $Date: 2006-10-17 20:39:50 $
     10/// @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     11/// @date $Date: 2006-10-24 03:48:42 $
    1212///
    1313/// Copyright 2004-2006 Institute for Astronomy, University of Hawaii
     
    2424/// image types, though the input and flat images must have the same type.  The relative offsets between the
    2525/// input and flat images is determined from the readout row0,col0 and the CELL.X0 and CELL.Y0 concepts.
    26 /// Normalisation of the flat is left as the responsibility of the caller.  Negative pixels in the flat are
    27 /// masked, if there is a mask present in the input readout.
     26/// Normalisation of the flat is left as the responsibility of the caller.  Non-positive pixels in the flat
     27/// are masked, if there is a mask present in the input readout.
    2828bool pmFlatField(pmReadout *in,         ///< Readout with input image
    2929                 const pmReadout *flat  ///< Readout with flat image
Note: See TracChangeset for help on using the changeset viewer.