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/pmShutterCorrection.h

    r18860 r18893  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-08-01 23:58:37 $
     7 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-08-05 01:24:47 $
    99 * Copyright 2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    124124    );
    125125
     126bool pmShutterCorrectionApplyScan_Threaded (psThreadJob *job);
     127bool pmShutterCorrectionApplyScan(psImage *image, psImage *shutterImage, psImage *mask, float exptime, psMaskType blank, int rowStart, int rowStop);
     128
    126129/// Apply a shutter correction
    127130///
Note: See TracChangeset for help on using the changeset viewer.