IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2014, 10:12:08 AM (12 years ago)
Author:
bills
Message:

Initial check in of psphot galaxy parameter measurements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSetThreads.c

    r37321 r37466  
    9292    psFree(task);
    9393
     94    task = psThreadTaskAlloc("PSPHOT_GALAXY_PARAMS", 8);
     95    task->function = &psphotGalaxyParams_Threaded;
     96    psThreadTaskAdd(task);
     97    psFree(task);
     98
    9499    return true;
    95100}
Note: See TracChangeset for help on using the changeset viewer.