Changeset 42753 for branches/eam_branches/ipp-20230313/extsrc/gpcsw/gpcsrc/fits/burntool/persistfix.c
- Timestamp:
- Dec 6, 2024, 1:28:47 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/extsrc/gpcsw/gpcsrc/fits/burntool/persistfix.c
r42392 r42753 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.
