IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2025, 2:37:34 PM (15 months ago)
Author:
tdeboer
Message:

tweak the threshold value for burns for properly handling images clsoe to the saturation limit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/persistio.c

    r42392 r42799  
    312312                    cell[j].burn[k].fiterr != FIT_TOP_ERROR) continue;
    313313               if(cell[j].burn[k].nfit <= 0) continue;
    314              }
     314               /*kick out burns which are single pixels*/
     315\            }
    315316            } else {
    316317             if(cell[j].burn[k].fiterr &&
    317318               cell[j].burn[k].fiterr != FIT_TOP_ERROR) continue;
    318319             if(cell[j].burn[k].nfit <= 0) continue;
     320             /*kick out burns which are single pixels*/
     321
    319322            }
    320323
Note: See TracChangeset for help on using the changeset viewer.