Changeset 12654 for trunk/psModules/src/concepts/pmConceptsAverage.h
- Timestamp:
- Mar 28, 2007, 1:45:31 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsAverage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsAverage.h
r11253 r12654 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 1-24 02:54:14$6 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-03-28 23:45:31 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 31 31 /// - CELL.READDIR 32 32 /// - CELL.TIMESYS 33 /// - CELL.X0, CELL.Y0 33 34 /// And for others, it takes the "worst" possible value: 34 35 /// - CELL.SATURATION 35 36 /// - CELL.BAD 37 /// These concepts are only handled if the cells are all the same cell (mosaicking vs stacking): 38 /// - CELL.X0, CELL.Y0 36 39 bool pmConceptsAverageCells(pmCell *target,///< Target cell 37 40 psList *sources, ///< List of source cells 38 41 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? 40 44 ); 41 45
Note:
See TracChangeset
for help on using the changeset viewer.
