Changeset 41527 for trunk/psphot/src/psphotModelBackground.c
- Timestamp:
- Apr 3, 2021, 11:30:56 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotModelBackground.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotModelBackground.c
r38520 r41527 110 110 } 111 111 112 const psStatsOptions statsOption = statsOptionLocation | statsOptionWidth ;112 const psStatsOptions statsOption = statsOptionLocation | statsOptionWidth | PS_STAT_MIN | PS_STAT_MAX; // use the requested value, but be sure MIN and MAX are calculated; 113 113 psStats *statsDefaults = psStatsAlloc (statsOption); 114 114 … … 472 472 modelStdevData[iy][ix] = psStatsGetValue(stats, statsOptionWidth); 473 473 474 // fprintf (stderr, " dQ : %f - %f - %f = %f\n", stats->robustLQ, stats->robustMedian, stats->robustUQ, stats->robustUQ + stats->robustLQ - 2*stats->robustMedian);474 // fprintf (stderr, "background stats: %d, %d : %f > %f > %f > %f > %f : %f\n", ix, iy, stats->min, stats->robustLQ, modelData[iy][ix], stats->robustUQ, stats->max, modelStdevData[iy][ix]); 475 475 // XXX this operation is not thread safe -- move out somehow... 476 476 // psVectorAppend (dQ, stats->robustUQ + stats->robustLQ - 2*stats->robustMedian);
Note:
See TracChangeset
for help on using the changeset viewer.
