IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 5:10:34 PM (20 years ago)
Author:
eugene
Message:

all sorts of error handling fixes

File:
1 edited

Legend:

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

    r9374 r9574  
    1212    // this loop selects the matched stars for all chips
    1313    while ((chip = pmFPAviewNextChip (view, fpa, 1)) != NULL) {
    14         psTrace (__func__, 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process);
     14        psTrace ("psastro", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process);
    1515        if (!chip->process || !chip->file_exists) { continue; }
    1616       
    1717        while ((cell = pmFPAviewNextCell (view, fpa, 1)) != NULL) {
    18             psTrace (__func__, 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
     18            psTrace ("psastro", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
    1919            if (!cell->process || !cell->file_exists) { continue; }
    2020
Note: See TracChangeset for help on using the changeset viewer.