Changeset 27319 for trunk/ppStack/src/ppStackPhotometry.c
- Timestamp:
- Mar 18, 2010, 12:01:15 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackPhotometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackPhotometry.c
r27158 r27319 26 26 psTimerStart("PPSTACK_PHOT"); 27 27 28 p pStackFileActivation(config, PPSTACK_FILES_COMBINE, false);28 pmFPAfileActivate(config->files, false, NULL); 29 29 ppStackFileActivation(config, PPSTACK_FILES_PHOT, true); 30 30 pmFPAview *photView = ppStackFilesIterateDown(config); // View to readout 31 ppStackFileActivation(config, PPSTACK_FILES_ COMBINE, true);31 ppStackFileActivation(config, PPSTACK_FILES_STACK, true); 32 32 33 33 pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT"); // File for photometry
Note:
See TracChangeset
for help on using the changeset viewer.
