Changeset 12933
- Timestamp:
- Apr 19, 2007, 4:42:44 PM (19 years ago)
- Location:
- branches/eam_02_branch/psphot/src
- Files:
-
- 1 added
- 4 edited
-
Makefile.am (modified) (1 diff)
-
psphot.h (modified) (1 diff)
-
psphotChoosePSF.c (modified) (2 diffs)
-
psphotMakeResiduals.c (added)
-
psphotRadialPlot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psphot/src/Makefile.am
r12805 r12933 56 56 psphotDeblendSatstars.c \ 57 57 psphotMosaicSubimage.c \ 58 psphotMakeResiduals.c \ 58 59 psphotAddNoise.c 59 60 -
branches/eam_02_branch/psphot/src/psphot.h
r12872 r12933 103 103 bool psphotDeblendSatstars (psArray *sources, psMetadata *recipe); 104 104 105 bool psphotMakeResiduals (psArray *sources, psMetadata *recipe, pmPSF *psf); 106 105 107 #endif -
branches/eam_02_branch/psphot/src/psphotChoosePSF.c
r12792 r12933 155 155 try = models->data[bestN]; 156 156 157 // XXX calculate the PSF residual table here (and add to the pmPSF structure) 158 157 159 // measure and save the median value of dparams[PM_PAR_SXX],dparams[PM_PAR_SYY] 158 160 // these are used by psphotEvalPSF to identify extended sources … … 221 223 } 222 224 225 // build a PSF residual image 226 psphotMakeResiduals (try->sources, recipe, try->psf); 227 223 228 // XXX test dump of psf star data and psf-subtracted image 224 229 if (psTraceGetLevel("psphot.psfstars") > 5) { -
branches/eam_02_branch/psphot/src/psphotRadialPlot.c
r12792 r12933 8 8 static int nCount = 0; 9 9 10 bool psphotRadialPlot (int *kapa, c har *filename, pmSource *source) {10 bool psphotRadialPlot (int *kapa, const char *filename, pmSource *source) { 11 11 12 12 Graphdata graphdata; … … 95 95 sprintf (pagename, "%02d", nCount); 96 96 if (nCount == 0) { 97 KiiPS (*kapa, f alse, KAPA_PS_NEWPLOT, filename, pagename);97 KiiPS (*kapa, filename, false, KAPA_PS_NEWPLOT, pagename); 98 98 } else { 99 KiiPS (*kapa, f alse, KAPA_PS_NEWPAGE, filename, pagename);99 KiiPS (*kapa, filename, false, KAPA_PS_NEWPAGE, pagename); 100 100 } 101 101
Note:
See TracChangeset
for help on using the changeset viewer.
