Changeset 42724 for trunk/extsrc/gpcsw/gpcsrc/fits/burntool/persistfix.c
- Timestamp:
- Oct 15, 2024, 10:57:32 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/persistfix.c
r42392 r42724 18 18 /* burn_fix must have been run first! */ 19 19 STATIC int persist_fix(int nx, int ny, int NX, IMTYPE *buf, 20 CELL *cell )20 CELL *cell, char *camera) 21 21 { 22 22 int k, err=0; … … 43 43 /* Fit the trail */ 44 44 err = fit_trail(nx, ny, NX, imbuf, mbuf, cell->persist+k, 0, 45 cell->sky+cell->bias, cell->rms, BURN_EXP );45 cell->sky+cell->bias, cell->rms, BURN_EXP, camera); 46 46 47 47 /* Subtract out the fit */
Note:
See TracChangeset
for help on using the changeset viewer.
