IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2008, 3:24:47 PM (18 years ago)
Author:
eugene
Message:

adding threaded and unthreaded versions of the detrend application code; adding pmDetrendThreads functions for management

File:
1 edited

Legend:

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

    r14505 r18893  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-08-15 20:21:18 $
     7 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-08-05 01:24:47 $
    99 * Copyright 2004--2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    2222bool pmBiasSubtract(pmReadout *in,      ///< Input readout, to be overscan/bias/dark corrected
    2323                    pmOverscanOptions *overscanOpts, ///< Options for overscan subtraction, or NULL
    24                     const pmReadout *bias, ///< Bias to subtract, or NULL
    25                     const pmReadout *dark, ///< Dark to scale and subtract, or NULL
     24                    pmReadout *bias, ///< Bias to subtract, or NULL
     25                    pmReadout *dark, ///< Dark to scale and subtract, or NULL
    2626                    const pmFPAview *view ///< View for readout of interest
    2727                   );
     
    3030// image.  The bias image is subtracted in place from the input image.
    3131bool pmBiasSubtractFrame(pmReadout *in, // Input readout
    32                           const 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    );
     35
     36bool pmBiasSubtractScan_Threaded (psThreadJob *job);
     37bool pmBiasSubtractScan (pmReadout *in, pmReadout *sub, float scan, int xOffset, int yOffset, int rowStart, int rowStop);
    3538
    3639/// @}
Note: See TracChangeset for help on using the changeset viewer.