IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 20, 2004, 6:15:28 PM (22 years ago)
Author:
Paul Price
Message:

Running faster now by only transforming rejection masks where we're interested. To do: only transform and combine in the second iteration for areas where we're interested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stacRead.c

    r2500 r2764  
    8181
    8282        // Mask out the cross-terms
    83         map->x->mask[1][1] = 0;
    84         map->y->coeff[1][1] = 0;
     83        map->x->mask[1][1] = 1;
     84        map->y->mask[1][1] = 1;
    8585        // Set the cross-terms to zero, just in case...
    8686        map->x->coeff[1][1] = 0.0;
Note: See TracChangeset for help on using the changeset viewer.