- Timestamp:
- Apr 11, 2010, 2:48:58 PM (16 years ago)
- Location:
- branches/eam_branches/stackphot.20100406/psphot/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphotMergeSources.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/stackphot.20100406/psphot/src
- Property svn:ignore
-
old new 21 21 psphotForced 22 22 psphotMakePSF 23 psphotStack
-
- Property svn:ignore
-
branches/eam_branches/stackphot.20100406/psphot/src/psphotMergeSources.c
r27314 r27650 76 76 pmDetections *extCMF = NULL; 77 77 psArray *extSourcesTXT = NULL; 78 79 // find the currently selected readout 80 pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PSPHOT.INPUT", 0); // File of interest 78 int index = 0; 79 80 // find the currently selected readout 81 pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PSPHOT.INPUT", index); // File of interest 81 82 psAssert (file, "missing file?"); 82 83 … … 118 119 psFree (source->modelPSF); 119 120 source->modelPSF = NULL; 121 source->imageID = index; 120 122 121 123 psArrayAdd (detections->newSources, 100, source); … … 140 142 psFree (source->modelPSF); 141 143 source->modelPSF = NULL; 144 source->imageID = index; 142 145 143 146 psArrayAdd (detections->newSources, 100, source);
Note:
See TracChangeset
for help on using the changeset viewer.
