Changeset 34061
- Timestamp:
- Jun 25, 2012, 8:25:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psphot/src/psphotImageLoop.c
r33691 r34061 164 164 pmFPAfileActivate (config->files, true, "PSPHOT.EXPNUM"); 165 165 while ((chip = pmFPAviewNextChip (view, input->fpa, 1)) != NULL) { 166 if (! chip->process || ! chip->file_exists) { continue; } 166 167 if (!pmFPAfileIOChecks (config, view, PM_FPA_BEFORE)) ESCAPE ("failed attempting to load EXPNUM input for Chip in psphot."); 167 168 while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
