Changeset 7311 for trunk/psModules/src/camera/pmFPA_JPEG.c
- Timestamp:
- Jun 2, 2006, 3:02:08 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPA_JPEG.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA_JPEG.c
r7278 r7311 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-06-0 2 00:55:22$7 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-06-03 01:02:08 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 141 141 142 142 // XXX we need to decide where the scale will come from in the long term 143 psImageClippedStatsInit (10000); 143 unsigned long seed = 0; 144 psImageClippedStatsInit (10000, seed); 144 145 145 146 psStats *stats = psImageClippedStats (readout->image, NULL, 0, 0.25, 0.75);
Note:
See TracChangeset
for help on using the changeset viewer.
