Changeset 37466 for trunk/psphot/src
- Timestamp:
- Oct 8, 2014, 10:12:08 AM (12 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 1 added
- 5 edited
-
Makefile.am (modified) (1 diff)
-
psphot.h (modified) (1 diff)
-
psphotGalaxyParams.c (added)
-
psphotReadout.c (modified) (1 diff)
-
psphotSetThreads.c (modified) (1 diff)
-
psphotStackReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/Makefile.am
r37321 r37466 260 260 psphotSetNFrames.c \ 261 261 psphotSourceMemory.c \ 262 psphotChipParams.c 262 psphotChipParams.c \ 263 psphotGalaxyParams.c 263 264 264 265 # not currently used -
trunk/psphot/src/psphot.h
r37321 r37466 137 137 bool psphotExtendedSourceFitsReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe); 138 138 bool psphotExtendedSourceFits_Threaded (psThreadJob *job); 139 140 bool psphotGalaxyParams (pmConfig *config, const pmFPAview *view, const char *filerule); 141 bool psphotGalaxyParamsReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe); 142 bool psphotGalaxyParams_Threaded (psThreadJob *job); 139 143 140 144 bool psphotApResid (pmConfig *config, const pmFPAview *view, const char *filerule); -
trunk/psphot/src/psphotReadout.c
r36623 r37466 325 325 psphotExtendedSourceAnalysis (config, view, filerule); // pass 1 (detections->allSources) 326 326 psphotExtendedSourceFits (config, view, filerule); // pass 1 (detections->allSources) 327 // measure some parameters for galaxy science 328 psphotGalaxyParams (config, view, filerule); 327 329 psphotRadialApertures(config, view, filerule, 0); 328 330 -
trunk/psphot/src/psphotSetThreads.c
r37321 r37466 92 92 psFree(task); 93 93 94 task = psThreadTaskAlloc("PSPHOT_GALAXY_PARAMS", 8); 95 task->function = &psphotGalaxyParams_Threaded; 96 psThreadTaskAdd(task); 97 psFree(task); 98 94 99 return true; 95 100 } -
trunk/psphot/src/psphotStackReadout.c
r36630 r37466 342 342 psphotExtendedSourceFits (config, view, STACK_RAW); // pass 1 (detections->allSources) 343 343 344 // measure some parameters for galxy science 345 psphotGalaxyParams (config, view, STACK_RAW); // pass 1 (detections->allSources) 344 346 // create source children for the OUT filerule (for radial aperture photometry and output) 345 347 // NOTE: The new source children have image arrays pointing to the readout associated with
Note:
See TracChangeset
for help on using the changeset viewer.
