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/psastroOneChip.c

    r9374 r9574  
    1313    pmAstromStats stats = pmAstromGridMatch (rawstars, refstars, recipe);
    1414    stats = pmAstromGridTweak (rawstars, refstars, recipe, stats);
    15     psLogMsg (__func__, 3, "grid search result: %f,%f @ %f deg\n", stats.offset.x, stats.offset.y, DEG_RAD*stats.angle);
     15    psLogMsg ("psastro", 3, "grid search result: %f,%f @ %f deg\n", stats.offset.x, stats.offset.y, DEG_RAD*stats.angle);
    1616
    1717    // adjust the chip.toFPA terms only
Note: See TracChangeset for help on using the changeset viewer.