IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 10:03:06 AM (5 years ago)
Author:
eugene
Message:

major revision of the photometric flat-field correction / grid analysis; strip out code which uses astrometric information to define the grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/bcatalog.c

    r41561 r41603  
    112112
    113113      // require 0x01 in photFlags (fitted with a PSF)
    114       if ((catalog[0].measure[offset].photFlags & 0x01) == 0) { Nbad ++; continue; }
     114// XXX EAM : test is inconsistent -- fix      if ((catalog[0].measure[offset].photFlags & 0x01) == 0) { Nbad ++; continue; }
    115115
    116116      // very loose cut on PSF - Kron
Note: See TracChangeset for help on using the changeset viewer.