IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29331


Ignore:
Timestamp:
Oct 5, 2010, 3:36:13 PM (16 years ago)
Author:
bills
Message:

use fabs(jacobian). required to warp megacam data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpTransformTile.c

    r28006 r29331  
    7878    int yMax = PS_MIN(maxPt.y, outNumRows);
    7979
    80     double jacobian = map->Xx * map->Yy - map->Yx * map->Xy; // Jacobian of transformation
     80    double jacobian = fabs(map->Xx * map->Yy - map->Yx * map->Xy); // Jacobian of transformation
    8181    double jacobian2 = PS_SQR(jacobian);                     // Square Jacobian
    8282
Note: See TracChangeset for help on using the changeset viewer.