IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2024, 1:28:47 PM (20 months ago)
Author:
eugene
Message:

updates from trunk: burntool improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/extsrc/gpcsw/gpcsrc/fits/burntool/persistfix.c

    r42392 r42753  
    1818/* burn_fix must have been run first! */
    1919STATIC int persist_fix(int nx, int ny, int NX, IMTYPE *buf,
    20                     CELL *cell)
     20                    CELL *cell, char *camera)
    2121{
    2222   int k, err=0;
     
    4343/* Fit the trail */
    4444     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);
    4646
    4747/* Subtract out the fit */
Note: See TracChangeset for help on using the changeset viewer.