IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2019, 4:14:36 PM (7 years ago)
Author:
eugene
Message:

do not let crazy model axis values trigger an assert -- set extreme aspect-ratio objects to NAN

File:
1 edited

Legend:

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

    r36731 r40809  
    301301        // there is now only a single chip (multiple readouts?). loop over it and process
    302302        while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) {
    303  //          psLogMsg ("psphotFullForceSummary", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     303          // psLogMsg ("psphotFullForceSummary", 5, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    304304
    305305            // process each of the readouts
    306306            while ((readout = pmFPAviewNextReadout (view, input->fpa, 1)) != NULL) {
    307 //                psLogMsg ("psphotFullForceSummary", 6, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     307              // psLogMsg ("psphotFullForceSummary", 6, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    308308                if (! readout->data_exists) { continue; }
    309309
Note: See TracChangeset for help on using the changeset viewer.