Changeset 10033
- Timestamp:
- Nov 16, 2006, 4:45:59 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/doc/notes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/doc/notes.txt
r9928 r10033 1 1 2 ensemble: 3 4 * first block: 5 * select sources of interest / skip 6 * generate a guess model 7 * re-measure moments for saturated stars (MOVE) 8 * update peak position (MOVE to peaks) 9 * set the object radius 10 * build temporary source copies (including pixels, mask, weight) 11 12 * second block: 13 * measure the cross-products and weights 14 * add to the sparse matrix 15 16 * build full-image mask 17 * measure coord weights 18 * build order elements 19 20 * solve for source amplitudes 21 * update models 22 23 2006.11.16 24 25 * create psSparseBorder to solve matrix equations which have a large 26 sparse region, with a completely filled border of a smaller number 27 of rows. 28 29 * trying to modify psphotEnsemble to (1) be more general (not just 30 PSFs) and (2) fit for the sky offset. 31 32 - how is the radius for each source set? 33 34 35 2006.11.11 36 37 I am trying to define a complete set of tests to validate the 38 measurement of the photometry compared with the simulated images. 39 Part of my confusion is controlling exactly which corrections are 40 applied to the output magnitudes. Here is the complete list: 41 42 psfMag_out = psfMag_meas + ApTrend(x,y,0.0,0.0) 43 apMag_out = apMag_meas + growth(radius,refRadius) + f(skyBias,skySat) 44 45 these corrections are modified by the following config settings: 46 47 IGNORE_GROWTH (sets all growth magnitudes to the fitMag value, 48 effectively turning off the growth correction) 49 50 APTREND : set the level of correction 51 NONE : no correction is fitted 52 CONSTANT : just a single constant (applied to get psfMag_out) 53 SKYBIAS : the skybias term is fitted (constant applied to psfMag, 54 slope applied apMag) 55 2 56 2006.11.08 3 57
Note:
See TracChangeset
for help on using the changeset viewer.
