IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2006, 11:08:05 AM (20 years ago)
Author:
eugene
Message:

more cleanups, more work on files and views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotImageLoop.c

    r6715 r6727  
    2828
    2929        while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) {
    30             continue;
    3130            psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    3231            if (! cell->process) { continue; }
     
    3938                if (! readout->data_exists) { continue; }
    4039
    41                 // run a single-model test if desired
    42                 // XXX move this to psphotReadout??
    43                 // psphotModelTest (readout, recipe);
    44 
    4540                // run the actual photometry analysis
    4641                psphotReadout (config, view);
    4742
    4843                pmFPAfileIOChecks (config->files, view, PM_FPA_AFTER);
    49 
    50                 // write out the desired output dataset(s)
    51                 // psphotOutput (view, recipe);
    5244            }
    5345            pmFPAfileIOChecks (config->files, view, PM_FPA_AFTER);
Note: See TracChangeset for help on using the changeset viewer.