Changeset 7638
- Timestamp:
- Jun 22, 2006, 10:37:39 AM (20 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 1 added
- 3 edited
-
Makefile.am (modified) (1 diff)
-
psphot.h (modified) (1 diff)
-
psphotReadout.c (modified) (1 diff)
-
psphotSourceFreePixels.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/Makefile.am
r7527 r7638 42 42 psphotFitSet.c \ 43 43 psphotWeightBias.c \ 44 psphotSourceFreePixels.c \ 44 45 psphotCleanup.c 45 46 -
trunk/psphot/src/psphot.h
r7521 r7638 45 45 void psphotTestArguments (int *argc, char **argv); 46 46 bool psphotMaskReadout (pmReadout *readout, psMetadata *recipe); 47 // bool psphotBackgroundNames (psMetadata *arguments);47 void psphotSourceFreePixels (psArray *sources); 48 48 49 49 // functions to set the correct source pixels -
trunk/psphot/src/psphotReadout.c
r7506 r7638 86 86 psphotSkyReplace (config, view); 87 87 88 // drop the references to the image pixels held by each source 89 psphotSourceFreePixels (sources); 90 88 91 // save the results of the analysis 89 92 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSPHOT.SOURCES", PS_DATA_ARRAY, "psphot sources", sources);
Note:
See TracChangeset
for help on using the changeset viewer.
