IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 7, 2005, 6:03:09 PM (21 years ago)
Author:
Paul Price
Message:

Fixed half-pixel problem. Reassessed default parameters.

File:
1 edited

Legend:

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

    r2783 r3387  
    4141    config->outnx = 512;
    4242    config->outny = 512;
    43     config->saturated = 65536.0;
     43    config->saturated = 65535.0;
    4444    config->bad = 0.0;
    45     config->reject = 3.5;
     45    config->reject = 3.0;
    4646    config->frac = 0.5;
    47     config->grad = 0.4;
     47    config->grad = 0.6;
    4848    config->nReject = 2;
    4949
Note: See TracChangeset for help on using the changeset viewer.