IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27466


Ignore:
Timestamp:
Mar 26, 2010, 11:25:27 AM (16 years ago)
Author:
bills
Message:

arguments to pmAstromLinearizeTransforms changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksastrom.c

    r26477 r27466  
    378378linearizeTransforms(strkAstrom *astrom)
    379379{
    380     if (!pmAstromLinearizeTransforms((pmFPA *) astrom->fpa, (pmChip *) astrom->chip)) {
     380    if (!pmAstromLinearizeTransforms((pmFPA *) astrom->fpa, (pmChip *) astrom->chip, NULL, NULL, NULL, 0, 0)) {
    381381        psErrorStackPrint(stderr, "linear fit to astrometry failed. ignoring\n");
    382382        return false;
Note: See TracChangeset for help on using the changeset viewer.