Changeset 32606
- Timestamp:
- Nov 3, 2011, 5:35:16 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110906/psphot/src
- Files:
-
- 1 added
- 4 edited
-
Makefile.am (modified) (1 diff)
-
psphot.h (modified) (1 diff)
-
psphotRadialProfileWings.c (added)
-
psphotReadout.c (modified) (1 diff)
-
psphotSetThreads.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906/psphot/src/Makefile.am
r32348 r32606 185 185 psphotKronMasked.c \ 186 186 psphotKronIterate.c \ 187 psphotRadialProfileWings.c \ 187 188 psphotDeblendSatstars.c \ 188 189 psphotMosaicSubimage.c \ -
branches/eam_branches/ipp-20110906/psphot/src/psphot.h
r32348 r32606 466 466 bool psphotKronIterate_Threaded (psThreadJob *job); 467 467 468 bool psphotRadialProfileWings (pmConfig *config, const pmFPAview *view, const char *filerule); 469 bool psphotRadialProfileWingsReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, pmReadout *readout, psArray *sources); 470 bool psphotRadialProfileWings_Threaded (psThreadJob *job); 471 468 472 bool psphotStackObjectsSelectForAnalysis (pmConfig *config, const pmFPAview *view, const char *filerule, psArray *objects); 469 473 -
branches/eam_branches/ipp-20110906/psphot/src/psphotReadout.c
r32348 r32606 190 190 psphotDumpChisqs (config, view, filerule); 191 191 192 // measure the radial profiles to the sky 193 psphotRadialProfileWings (config, view, filerule); 194 192 195 // re-measure the kron mags with models subtracted. this pass uses a circular window of size PSF_MOMENTS_RADIUS (same window used to measure the psf-scale moments) 193 196 -
branches/eam_branches/ipp-20110906/psphot/src/psphotSetThreads.c
r32348 r32606 55 55 psFree(task); 56 56 57 task = psThreadTaskAlloc("PSPHOT_RADIAL_PROFILE_WINGS", 5); 58 task->function = &psphotRadialProfileWings_Threaded; 59 psThreadTaskAdd(task); 60 psFree(task); 61 57 62 return true; 58 63 }
Note:
See TracChangeset
for help on using the changeset viewer.
