Changeset 14728
- Timestamp:
- Sep 3, 2007, 5:19:42 PM (19 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
doc/2Dmodels.txt (modified) (1 diff)
-
src/psphotImageMedian.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/doc/2Dmodels.txt
r14727 r14728 13 13 job representing the variations. 14 14 15 My new concept for modeling 2D variations in some parameter is to 16 define a low-resolution 2D image to represent the variation. The 17 advantage is that the image may be define with whatever resolution may 18 be sampled by the input data, and the functional form need not be 19 constrained by the polynomial basis function. 20 21 ** is this a poor substitute for using a chebychev polynomial as a 22 better basis function? 23 24 psphot parameters which vary by position: 25 26 pmPSF.params 27 pmPSF.ApTrend 28 pmPSF.FluxScale (flux given normalization of 1.0) 29 -
trunk/psphot/src/psphotImageMedian.c
r13900 r14728 137 137 138 138 // stats is not initialized by psStats??? use this to save the input options 139 // XXX re-work this to use the new psStatsInit function 139 140 psStats *statsDefaults = psStatsAlloc (statsOption); 140 141 *statsDefaults = *stats;
Note:
See TracChangeset
for help on using the changeset viewer.
