IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2012, 4:37:05 PM (14 years ago)
Author:
bills
Message:

In psphotStack check aperture flux of matched sources and drop any for which it is
not finite. This occurs when the source is completely masked. Dropping them saves
disk and PSPS space.

File:
1 edited

Legend:

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

    r34336 r34354  
    355355
    356356    psMemDump("psfstats");
     357
     358    // drop matched sources without any useful measurements
     359    psphotDropBadMatchedSources (config, view, STACK_SRC, objects);
    357360
    358361    // measure elliptical apertures, petrosians (objects sorted by S/N)
Note: See TracChangeset for help on using the changeset viewer.