IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2009, 3:53:07 PM (17 years ago)
Author:
eugene
Message:

updates to burntool-and-related from camera svn

File:
1 edited

Legend:

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

    r23490 r24391  
    105105      if(!cell->persist[k].fiterr)
    106106         sub_fit(nx, ny, NX, buf, &(cell->persist[k]), -1);
     107   }
     108   return(0);
     109}
     110
     111
     112/****************************************************************/
     113/* burn_apply(): Subtract the trail fits from the image */
     114STATIC int burn_apply(int nx, int ny, int NX, IMTYPE *buf, CELL *cell)
     115{
     116   int k;
     117
     118/* Restore all the burns */
     119   for(k=0; k<cell->npersist; k++) {
     120      if(!cell->persist[k].fiterr)
     121         sub_fit(nx, ny, NX, buf, &(cell->persist[k]), +1);
    107122   }
    108123   return(0);
Note: See TracChangeset for help on using the changeset viewer.