Changeset 13508 for trunk/ppSub/src/ppSubReadout.c
- Timestamp:
- May 24, 2007, 10:52:50 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r13462 r13508 179 179 psFree(solution); 180 180 181 pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT"); 182 pmFPACopy(photFile->fpa, inRO->parent->parent->parent); 181 if (psMetadataLookupBool(NULL, config->arguments, "PHOTOMETRY")) { 182 pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT"); 183 pmFPACopy(photFile->fpa, inRO->parent->parent->parent); 183 184 184 psphotReadout(config, view);185 psphotReadout(config, view); 185 186 186 pmFPAfileActivate(config->files, false, "PSPHOT.INPUT"); 187 pmFPAfileActivate(config->files, false, "PSPHOT.INPUT"); 188 } 187 189 188 190 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
