IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2008, 4:59:10 PM (18 years ago)
Author:
Paul Price
Message:

Can't figure out why the weightings which are being placed on readout->analysis aren't getting to the combination stage, so I'm putting them in a vector and passing them explicitly.

File:
1 edited

Legend:

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

    r19532 r20711  
    235235
    236236    {
    237         psThreadTask *task = psThreadTaskAlloc("PPSTACK_INITIAL_COMBINE", 6);
     237        psThreadTask *task = psThreadTaskAlloc("PPSTACK_INITIAL_COMBINE", 7);
    238238        task->function = &ppStackReadoutInitialThread;
    239239        psThreadTaskAdd(task);
     
    249249
    250250    {
    251         psThreadTask *task = psThreadTaskAlloc("PPSTACK_FINAL_COMBINE", 4);
     251        psThreadTask *task = psThreadTaskAlloc("PPSTACK_FINAL_COMBINE", 5);
    252252        task->function = &ppStackReadoutFinalThread;
    253253        psThreadTaskAdd(task);
Note: See TracChangeset for help on using the changeset viewer.