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/stardetect.c

    r42392 r42724  
    1717/* star_detect(): Find all the stars and burned patches in a cell */
    1818STATIC int star_detect(int nx, int ny, int NX, int NY, DTYPE *data,
    19                        MTYPE *mask, MTYPE *veto, CELL *cell, int cellnum)
     19                       MTYPE *mask, MTYPE *veto, CELL *cell, int cellnum, char *camera)
    2020{
    2121   int i, j, k, l;
     
    124124/* But take a hard look at stars with really bright centers... */
    125125                if(!boxbuf[nbox].burned && boxbuf[nbox].max > MAX_THRESH) {
    126                  burn_test(nx, ny, NX, data, cell->rms, mask, boxbuf+nbox);
     126                 burn_test(nx, ny, NX, data, cell->rms, mask, boxbuf+nbox, camera);
    127127                }
    128128                boxbuf[nbox].time = cell->time;
Note: See TracChangeset for help on using the changeset viewer.