IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21232


Ignore:
Timestamp:
Jan 29, 2009, 5:05:48 PM (17 years ago)
Author:
Paul Price
Message:

Arguments seem to have gotten switched around.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/pswarp/src/pswarpTransformReadout.c

    r21225 r21232  
    3535    // pswarpMapGridFromImage builds a set of locally-linear maps which convert the
    3636    // output coordinates to input coordinates
    37     pswarpMapGrid *grid = pswarpMapGridFromImage(input, output, nGridX, nGridY);
     37    pswarpMapGrid *grid = pswarpMapGridFromImage(output, input, nGridX, nGridY);
    3838
    3939    // XXX optionally modify the grid based on this result and force the maxError < XXX
Note: See TracChangeset for help on using the changeset viewer.