- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
extsrc/gpcsw (modified) (1 prop)
-
extsrc/gpcsw/gpcsrc/fits/burntool/burnfix.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/extsrc/gpcsw
- Property svn:ignore
-
old new 5 5 man 6 6 Makefile 7 Makefile.bak
-
- Property svn:ignore
-
branches/pap/extsrc/gpcsw/gpcsrc/fits/burntool/burnfix.c
r23490 r25027 105 105 if(!cell->persist[k].fiterr) 106 106 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 */ 114 STATIC 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); 107 122 } 108 123 return(0);
Note:
See TracChangeset
for help on using the changeset viewer.
