IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37875


Ignore:
Timestamp:
Jan 23, 2015, 4:06:42 PM (11 years ago)
Author:
eugene
Message:

add arbitrary kron flux floor : 10k

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20150115/psphot/src/psphotGalaxyParams.c

    r37811 r37875  
    322322
    323323        // Flux cut to reduce sources to those that match SDSS
    324         // if (source->moments->KronFlux < 2e5) continue;
     324        if (source->moments->KronFlux < 1e4) continue;
    325325
    326326        pmModel *sersicModel = NULL;
Note: See TracChangeset for help on using the changeset viewer.