Changeset 14951
- Timestamp:
- Sep 20, 2007, 2:23:59 PM (19 years ago)
- Location:
- branches/eam_branch_20070830/psphot/src
- Files:
-
- 2 edited
-
psphotApResid.c (modified) (3 diffs)
-
psphotMosaicSubimage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070830/psphot/src/psphotApResid.c
r14919 r14951 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); -
branches/eam_branch_20070830/psphot/src/psphotMosaicSubimage.c
r12792 r14951 41 41 psImageOverlaySection (outImage, newImage, Xo, Yo, "="); 42 42 43 psFree (subImage); 43 44 psFree (newImage); 44 45 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
