Changeset 25755 for trunk/psphot/doc/notes.txt
- Timestamp:
- Oct 2, 2009, 3:12:47 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/doc/notes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/doc/notes.txt
r21164 r25755 1 2 2009.09.26 3 4 Remaining PSPHOT Issues: 5 6 o soften errors a bit for bright stars? (essentially allow a 7 systematic error on the flat of some percentage). this may help 8 the very saturated stars (peaks > 10k) which seem to be 9 excessively driven by the cores. 10 ** did not seem to be a big success --> makes things worse for f = 11 0.01, about the same for f = 0.005 12 13 o clean up and remove test bits of code. 14 15 o clean up psphot.config files : drop unused, fix some conflicting 16 names, reduce camera-specific options, make S/N limits 17 consistent... 18 19 * PSF Eval & ChiSq test?? 20 21 * EXT fail fit? lack of iterations? 22 23 * extended source output 24 25 * still some concerns with the source size analysis: the parameters 26 space seems fine (Mxx, Myy, nSigma), but we need to define more 27 sophisticated boundaries (perhaps include dMag or Mag). 28 29 * some optimization issues: 30 * too many re-calculations of all magnitude / aperture data 31 * is FluxScale really faster? do we need a finer mapping? (5x5 32 clearly yields too much scatter) 33 * is psphotFitSourcesLinear.c (build matrix) super-slow when optimized? 34 35 * very saturated stars are somewhat segmented. 36 37 * footprint coverage in dense simtest image 005.001? 38 39 * footprint S/N limit vs peaks S/N limit? 40 41 * warning about burntool table? 42 43 * is the residual map failing to be masked at the radius? 44 45 * PSF 2D convergence : how to choose between marginally different 46 options? (note that the GPC1 images may go to 2x2 instead of 3x3) 47 48 * -visual needs more fine-grained control 49 50 * visualization graphs should reset the sections in general. 51 52 * some excess verbosity (my log level is 9, lower?) 53 54 ----- 55 56 Apparently I'm getting bad psf vs ap mags because of the difference 57 between linear and non-linear fits. I think this is due to the 58 weighting schemes: 59 60 psphotChoosePSF & psphotBlendFit depend on POISSON.ERRORS.PHOT.LMM, 61 which is set to TRUE => use Poisson errors 62 63 psphotFitSourcesLinear depends on CONSTANT_PHOTOMETRIC_WEIGHTS, 64 which is set to TRUE => do not use Poisson errors. 65 66 nothing seems to use the value POISSON.ERRORS.PHOT.LIN 67 68 ** Poisson errors seeem to be working much better than Constant 69 errors (as judged by consistency between PSF and APERTURE 70 magnitdues). Not sure I understand this. It could be that the 71 implementation of Constant errors in the linear fitting analysis 72 is busted. 73 74 ** Also, I was getting some additional scatter from the FluxScale 75 (lookup-table for Io -> mags). 76 77 * surprisingly, it is not clear that the FluxScale method is 78 faster than the more accurate integration technique... 79 80 2009.09.25 81 82 Notes on pmSourceMagnitudes: 83 84 * in psphotChoosePSF, in pmPSFtry: raw PSF & raw AP 85 * in psphotChoosePSF, psphotMakeGrowthCurve: uses direct all to pmSourcePhotometryAper 86 * in psphotSourceSize, in psphotSourceSizePSF, raw PSF & raw AP (but uses moments->Sum) for PSF stars 87 NOTE: on the initial call, the PSF stars may have had multiple models tried and the psfMag 88 may not be the value for the chosen model. 89 * in psphotSourceSize, in psphotSourceClassRegion, raw PSF & raw AP for all sources for which size is not yet measured. 90 * in psphotApResid: raw PSF & raw AP for STARS only 91 * in psphotMagnitudes; corrected PSF & AP mags 1 92 2 93 2009.01.24
Note:
See TracChangeset
for help on using the changeset viewer.
