IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 8:09:07 AM (18 years ago)
Author:
Paul Price
Message:

Fixing to match slight differences in psThread

File:
1 edited

Legend:

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

    r18893 r18960  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-08-05 01:24:47 $
     7 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-08-08 18:09:07 $
    99 * Copyright 2004--2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    3030// image.  The bias image is subtracted in place from the input image.
    3131bool pmBiasSubtractFrame(pmReadout *in, // Input readout
    32                         pmReadout *sub, // Readout to be subtracted from input
    33                         float scale   // Scale to apply before subtracting
     32                        pmReadout *sub, // Readout to be subtracted from input
     33                        float scale   // Scale to apply before subtracting
    3434    );
    3535
    36 bool pmBiasSubtractScan_Threaded (psThreadJob *job);
     36bool pmBiasSubtractScan_Threaded(const psThreadJob *job);
    3737bool pmBiasSubtractScan (pmReadout *in, pmReadout *sub, float scan, int xOffset, int yOffset, int rowStart, int rowStop);
    3838
Note: See TracChangeset for help on using the changeset viewer.