IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5840


Ignore:
Timestamp:
Dec 23, 2005, 2:32:42 PM (20 years ago)
Author:
eugene
Message:

added notes for psphot_dev_07

Location:
trunk/psphot
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/Makefile

    r5837 r5840  
    1717INCS    =       $(IPSLIB) $(IPSMOD)
    1818LIBS    =       $(LPSLIB) $(LPSMOD)
    19 CFLAGS  =       $(INCS) -std=c99 -Wall -Werror -g
     19CFLAGS  =       $(INCS) -std=c99 -Wall -Werror -O2
    2020LFLAGS  =       $(LIBS)
    2121
  • trunk/psphot/doc/notes.txt

    r5607 r5840  
    11
    22Notes on psphot
     3
     42005.12.23
     5
     6  Improvements in psphot as of psphot_dev_07
     7
     8  - updated to work with psModule release 9.0
     9  - moved model test functions into psphot as optional mode
     10  - added pmSourceFitSet : simultaneous model group fitting
     11  - added bicubic interpolation to tweak up the peak coordinates
     12  - added aperture residual analysis after complete object model & subtraction
     13  - added 3D (x,y,rflux) aperture residual fitting
     14  - added blend vs blob fitting (BlendFit)
     15  - added ensemble PSF fitting, with sparse matrix inversion
     16  - improved the flagging / marking of model results
     17  - better abstraction for setting fit parameters
     18  - various low-level fixes
     19  - added PSF output option
     20  - added break points
     21  - added more optional output formats
     22  - fixed FITS table output
     23
     24  Things still to be added to psphot:
     25
     26  - better initial background model (NxM median grid?)
     27  - include local background model in EnsemblePSF Fit (use sparse matrix)
     28  - 2nd pass (after object subtraction) to smooth and detect faint objects
     29  - re-add background to object-subtracted image
     30  - cleanup function names
     31  - push more functions into psLib / psModule
     32  - fix extended / galaxy models to improve stability
     33  - add mode with input PSF
     34  - add mode with input fixed sources (PS_SOURCE_FIXED)
     35  - cleanup memory leaks
    336
    4372005.11.25
  • trunk/psphot/doc/versions.txt

    r5607 r5840  
     1
     22005.12.23
     3  psphot_dev_07 should be compiled against psLib:eam_rel9_b1 and
     4  psModule:eam_rel9_b1.  This version now handles the ensemble PSF
     5  fitting, detection of blended sources, fitting of 'blends' (groups
     6  of PSFs with distinct be 'blended' peaks) and 'blobs' (unresolved
     7  extended objects, with a test for double PSF vs extended source
     8  model.
    19
    2102005.11.25
Note: See TracChangeset for help on using the changeset viewer.