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/burntool.h

    r42392 r42753  
    172172STATIC int mem_init(int nx, int ny, int NX, int NY);
    173173STATIC int burn_fix(int nx, int ny, int stride, int NY, IMTYPE *buf,
    174                     CELL *cell, int cellnum);
     174                    CELL *cell, int cellnum,char *camera);
    175175STATIC int burn_test(int nx, int ny, int NX, DTYPE *data, int rms,
    176                      MTYPE *mask, OBJBOX *box);
    177 STATIC int burn_restore(int nx, int ny, int NX, IMTYPE *buf, CELL *cell);
    178 STATIC int burn_apply(int nx, int ny, int NX, IMTYPE *buf, CELL *cell);
     176                     MTYPE *mask, OBJBOX *box,char *camera);
     177STATIC int burn_restore(int nx, int ny, int NX, IMTYPE *buf, CELL *cell,char *camera);
     178STATIC int burn_apply(int nx, int ny, int NX, IMTYPE *buf, CELL *cell,char *camera);
    179179STATIC int persist_read(CELL *cell, const char *infile, int apply);
    180180STATIC int persist_write(CELL *cell, const char *outfile);
    181 STATIC int persist_fix(int nx, int ny, int stride, IMTYPE *buf, CELL *cell);
     181STATIC int persist_fix(int nx, int ny, int stride, IMTYPE *buf, CELL *cell,char *camera);
    182182STATIC int persist_merge(CELL *cell);
    183183
     
    187187
    188188STATIC int star_detect(int nx, int ny, int NX, int NY, DTYPE *data,
    189                        MTYPE *mask, MTYPE *veto, CELL *cell, int cellnum);
     189                       MTYPE *mask, MTYPE *veto, CELL *cell, int cellnum,char *camera);
    190190STATIC int burn_check(int nx, int ny, int stride, int NY, DTYPE *buf,
    191                        MTYPE *mask, CELL *cell);
     191                       MTYPE *mask, CELL *cell,char *camera);
    192192
    193193STATIC int cell_stats(int nx, int ny, int NX, int NY, DTYPE *data, CELL *cell);
     
    197197
    198198STATIC int fit_trail(int nx, int ny, int NX, DTYPE *data, MTYPE *mask,
    199                     OBJBOX *box, int up, int sky, int rms, int fitfunc);
     199                    OBJBOX *box, int up, int sky, int rms, int fitfunc,char *camera);
    200200STATIC int sub_fit(int nx, int ny, int NX, IMTYPE *buf, OBJBOX *box, int sign);
    201201
Note: See TracChangeset for help on using the changeset viewer.