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/trailfit.c

    r42724 r42799  
    290290
    291291   if(!strcmp(camera,"gpc2")) {
    292 
    293292     /*Conpute the mean and standard deviation of the trail along x*/
    294293     for(i=xs; i<=xe; i++) {
     
    384383     }
    385384     /* Update fit ranges */
    386      if(box->nfit > 0) {
     385     if(box->nfit > 1) {
    387386        box->sxfit = box->xfit[0];
    388387        box->exfit = box->xfit[box->nfit-1];
Note: See TracChangeset for help on using the changeset viewer.