Changeset 10551 for trunk/psModules/src/objects/pmSource.c
- Timestamp:
- Dec 8, 2006, 1:39:56 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.c
r10382 r10551 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-12-0 1 22:05:51$8 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-12-08 11:39:56 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 367 367 stats = psStatsAlloc (PS_STAT_CLIPPED_MEAN | PS_STAT_CLIPPED_STDEV); 368 368 369 stats =psVectorStats (stats, tmpSx, NULL, NULL, 0);369 psVectorStats (stats, tmpSx, NULL, NULL, 0); 370 370 psfClump.X = stats->clippedMean; 371 371 psfClump.dX = stats->clippedStdev; 372 372 373 stats =psVectorStats (stats, tmpSy, NULL, NULL, 0);373 psVectorStats (stats, tmpSy, NULL, NULL, 0); 374 374 psfClump.Y = stats->clippedMean; 375 375 psfClump.dY = stats->clippedStdev; … … 499 499 psStats *stats = NULL; 500 500 stats = psStatsAlloc (PS_STAT_MIN | PS_STAT_MAX); 501 stats = psVectorStats (stats, starsn, NULL, NULL, 0); 501 psVectorStats (stats, starsn, NULL, NULL, 0); 502 502 503 psLogMsg ("pmObjects", 3, "SN range: %f - %f\n", stats[0].min, stats[0].max); 503 504 psFree (stats);
Note:
See TracChangeset
for help on using the changeset viewer.
