IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2010, 12:20:26 PM (16 years ago)
Author:
eugene
Message:

thread the extended source analysis; update pmSourcePhotometry API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psphot/src/psphotSetThreads.c

    r28643 r28911  
    1515    psFree(task);
    1616
    17     task = psThreadTaskAlloc("PSPHOT_PSF_WEIGHTS", 2);
     17    task = psThreadTaskAlloc("PSPHOT_PSF_WEIGHTS", 3);
    1818    task->function = &psphotPSFWeights_Threaded;
    1919    psThreadTaskAdd(task);
     
    3535    psFree(task);
    3636
     37    task = psThreadTaskAlloc("PSPHOT_EXTENDED_FIT", 12);
     38    task->function = &psphotExtendedSourceFits_Threaded;
     39    psThreadTaskAdd(task);
     40    psFree(task);
     41
    3742    return true;
    3843}
Note: See TracChangeset for help on using the changeset viewer.