Changeset 5840
- Timestamp:
- Dec 23, 2005, 2:32:42 PM (20 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
-
Makefile (modified) (1 diff)
-
doc/notes.txt (modified) (1 diff)
-
doc/versions.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/Makefile
r5837 r5840 17 17 INCS = $(IPSLIB) $(IPSMOD) 18 18 LIBS = $(LPSLIB) $(LPSMOD) 19 CFLAGS = $(INCS) -std=c99 -Wall -Werror - g19 CFLAGS = $(INCS) -std=c99 -Wall -Werror -O2 20 20 LFLAGS = $(LIBS) 21 21 -
trunk/psphot/doc/notes.txt
r5607 r5840 1 1 2 2 Notes on psphot 3 4 2005.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 3 36 4 37 2005.11.25 -
trunk/psphot/doc/versions.txt
r5607 r5840 1 2 2005.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. 1 9 2 10 2005.11.25
Note:
See TracChangeset
for help on using the changeset viewer.
