Changeset 6727 for trunk/psphot/src/psphotImageLoop.c
- Timestamp:
- Mar 29, 2006, 11:08:05 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotImageLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotImageLoop.c
r6715 r6727 28 28 29 29 while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) { 30 continue;31 30 psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); 32 31 if (! cell->process) { continue; } … … 39 38 if (! readout->data_exists) { continue; } 40 39 41 // run a single-model test if desired42 // XXX move this to psphotReadout??43 // psphotModelTest (readout, recipe);44 45 40 // run the actual photometry analysis 46 41 psphotReadout (config, view); 47 42 48 43 pmFPAfileIOChecks (config->files, view, PM_FPA_AFTER); 49 50 // write out the desired output dataset(s)51 // psphotOutput (view, recipe);52 44 } 53 45 pmFPAfileIOChecks (config->files, view, PM_FPA_AFTER);
Note:
See TracChangeset
for help on using the changeset viewer.
