Changeset 14952
- Timestamp:
- Sep 20, 2007, 2:35:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApResid.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r14944 r14952 189 189 psFree (xPos); 190 190 psFree (yPos); 191 191 192 psFree (apResid); 193 psFree (apResidFit); 194 psFree (apResidRes); 195 196 psFree (dMagSys); 192 197 psFree (dMag); 193 198 … … 269 274 int Nx, Ny; 270 275 271 psStats *stats = psStatsAlloc (PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV);272 stats->min = 2.0;273 stats->max = 3.0;274 275 276 if (readout->image->numCols > readout->image->numRows) { 276 277 Nx = scale; … … 285 286 } 286 287 288 // XXX stats structure for use by ApTrend : make parameters user setable 289 psStats *stats = psStatsAlloc (PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV); 290 stats->min = 2.0; 291 stats->max = 3.0; 292 287 293 // measure Trend2D for the current spatial scale 288 294 psFree (psf->ApTrend);
Note:
See TracChangeset
for help on using the changeset viewer.
