IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12708


Ignore:
Timestamp:
Mar 30, 2007, 6:36:47 PM (19 years ago)
Author:
eugene
Message:

respect the data_exists flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroAstromGuess.c

    r12536 r12708  
    6262    while ((chip = pmFPAviewNextChip (view, fpa, 1)) != NULL) {
    6363        psTrace ("psastro", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process);
    64         if (!chip->process || !chip->file_exists) { continue; }
     64        if (!chip->process || !chip->file_exists || !chip->data_exists) { continue; }
    6565
    6666        // read WCS data from the corresponding header
Note: See TracChangeset for help on using the changeset viewer.