IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27573


Ignore:
Timestamp:
Apr 1, 2010, 6:07:29 PM (16 years ago)
Author:
Paul Price
Message:

Need to ensure data exists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppViz/src/ppCoord/ppCoordLoop.c

    r27441 r27573  
    7373    pmChip *chip;                       // Chip from FPA
    7474    while ((chip = pmFPAviewNextChip(view, astromFile->fpa, 1))) {
    75         if (!chip->process || !chip->file_exists) {
     75        if (!chip->process || !chip->file_exists || !chip->data_exists) {
    7676            continue;
    7777        }
Note: See TracChangeset for help on using the changeset viewer.