IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2012, 6:06:49 PM (14 years ago)
Author:
bills
Message:

Limit the integration window in the kron radius calculation based on the surface
brightness of the source. Add configuration variable KRON_SB_MIN_FACTOR to control
this limit.

File:
1 edited

Legend:

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

    r33881 r33964  
    3030    psFree(task);
    3131
    32     task = psThreadTaskAlloc("PSPHOT_KRON_ITERATE", 12);
     32    task = psThreadTaskAlloc("PSPHOT_KRON_ITERATE", 13);
    3333    task->function = &psphotKronIterate_Threaded;
    3434    psThreadTaskAdd(task);
Note: See TracChangeset for help on using the changeset viewer.