IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2011, 1:56:40 PM (15 years ago)
Author:
eugene
Message:

do not use ppConfigDump to get the burntool state; do not wrap SOURCE in double quotes; fixed 0-counting error in kernel solution; add needed elements to megacam camera config; add PS_NOPATTERN recipe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackReject.c

    r31435 r32355  
    3333       
    3434        kernel->solution1 = psVectorAlloc(3, PS_TYPE_F64);
     35        psVectorSet(kernel->solution1, 0, 1.0);
    3536        psVectorSet(kernel->solution1, 1, 1.0);
    3637        psVectorSet(kernel->solution1, 2, 1.0);
    37         psVectorSet(kernel->solution1, 3, 1.0);
    3838        kernel->solution2 = psVectorAlloc(3, PS_TYPE_F64);
     39        psVectorSet(kernel->solution2, 0, 1.0);
    3940        psVectorSet(kernel->solution2, 1, 1.0);
    40         psVectorSet(kernel->solution1, 2, 1.0);
    41         psVectorSet(kernel->solution1, 3, 1.0);
     41        psVectorSet(kernel->solution2, 2, 1.0);
    4242       
    4343        options->kernels->data[i] = kernels;
Note: See TracChangeset for help on using the changeset viewer.