IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2011, 6:29:49 PM (15 years ago)
Author:
eugene
Message:

thread psphotExtendedAnalsis and psphotRadialApertures; subtract the fake source image so output residuals image is clean

File:
1 edited

Legend:

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

    r31452 r32023  
    4040    psFree(task);
    4141
     42    task = psThreadTaskAlloc("PSPHOT_EXTENDED_ANALYSIS", 8);
     43    task->function = &psphotExtendedSourceAnalysis_Threaded;
     44    psThreadTaskAdd(task);
     45    psFree(task);
     46
     47    task = psThreadTaskAlloc("PSPHOT_RADIAL_APERTURES", 5);
     48    task->function = &psphotRadialApertures_Threaded;
     49    psThreadTaskAdd(task);
     50    psFree(task);
     51
    4252    return true;
    4353}
Note: See TracChangeset for help on using the changeset viewer.