IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2012, 1:50:31 PM (14 years ago)
Author:
bills
Message:

Changes to Kron flux measurements

  1. Insure that the source's window radius > Kron radius. (It wasn't in some cases previously)
  2. Remove the window and weight functions as they are no longer used
  3. Re-measure KronFinner
  4. Re-measure KronFouter if the sources window radius is large enough, otherwise set to NAN
File:
1 edited

Legend:

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

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