IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2024, 10:57:32 AM (21 months ago)
Author:
tdeboer
Message:

updated working for gpc2 burntool, inclduing adding camera keyword

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/persistfix.c

    r42392 r42724  
    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.