IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2007, 1:45:31 PM (19 years ago)
Author:
Paul Price
Message:

Distinguishing between mosaicking (different cells within the same chip) and stacking (same cells within different chips) for concept averaging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsAverage.h

    r11253 r12654  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-24 02:54:14 $
     6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-03-28 23:45:31 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    3131/// - CELL.READDIR
    3232/// - CELL.TIMESYS
     33/// - CELL.X0, CELL.Y0
    3334/// And for others, it takes the "worst" possible value:
    3435/// - CELL.SATURATION
    3536/// - CELL.BAD
     37/// These concepts are only handled if the cells are all the same cell (mosaicking vs stacking):
     38/// - CELL.X0, CELL.Y0
    3639bool pmConceptsAverageCells(pmCell *target,///< Target cell
    3740                            psList *sources, ///< List of source cells
    3841                            psRegion *trimsec, ///< The new trim section
    39                             psRegion *biassec ///< The new bias section
     42                            psRegion *biassec, ///< The new bias section
     43                            bool same   ///< Are the cells the same cell from different chips?
    4044                           );
    4145
Note: See TracChangeset for help on using the changeset viewer.