IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 15, 2005, 10:09:03 AM (21 years ago)
Author:
gusciora
Message:

SubtractBias was recoded. Significant mods to removeBadPixels.
Additional mods to other files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imsubtract/pmSubtractBias.h

    r5435 r5516  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-10-20 23:06:24 $
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-11-15 20:09:03 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4747    const pmReadout *bias,              ///< A possibly NULL bias pmReadout which is to be subtracted
    4848    const pmReadout *dark               ///< A possibly NULL bias pmReadout which is to be subtracted
    49 )
     49);
    5050// OLD: remove this
    5151//    const psList *overscans,      ///< A psList of overscan images
    5252//    pmOverscanAxis overScanAxis,  ///< Defines how overscans are applied
    5353
     54/******************************************************************************
     55DetermineTrimmedImageg() This private routine determines the region of the
     56input pmReadout which will be operated on by the various detrend modules.  It
     57does a metadata fetch on "CELL.TRIMSEC" for the parent cell of the pmReadout.
     58 
     59XXX: Consider making a pmUtils.c file and put this routine there.
     60 *****************************************************************************/
     61psImage *p_psDetermineTrimmedImage(
     62    pmReadout *in
     63);
     64
    5465#endif
Note: See TracChangeset for help on using the changeset viewer.