- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- 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/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/extsrc/gpcsw
- Property svn:ignore
-
old new 5 5 man 6 6 Makefile 7 Makefile.bak
-
- Property svn:ignore
-
branches/eam_branches/20090522/extsrc/gpcsw/gpcsrc/fits/burntool/burnfix.c
r23490 r24557 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.
