- 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/burntool.h
r42392 r42753 172 172 STATIC int mem_init(int nx, int ny, int NX, int NY); 173 173 STATIC 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); 175 175 STATIC 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); 177 STATIC int burn_restore(int nx, int ny, int NX, IMTYPE *buf, CELL *cell,char *camera); 178 STATIC int burn_apply(int nx, int ny, int NX, IMTYPE *buf, CELL *cell,char *camera); 179 179 STATIC int persist_read(CELL *cell, const char *infile, int apply); 180 180 STATIC int persist_write(CELL *cell, const char *outfile); 181 STATIC int persist_fix(int nx, int ny, int stride, IMTYPE *buf, CELL *cell );181 STATIC int persist_fix(int nx, int ny, int stride, IMTYPE *buf, CELL *cell,char *camera); 182 182 STATIC int persist_merge(CELL *cell); 183 183 … … 187 187 188 188 STATIC 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); 190 190 STATIC 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); 192 192 193 193 STATIC int cell_stats(int nx, int ny, int NX, int NY, DTYPE *data, CELL *cell); … … 197 197 198 198 STATIC 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); 200 200 STATIC int sub_fit(int nx, int ny, int NX, IMTYPE *buf, OBJBOX *box, int sign); 201 201
Note:
See TracChangeset
for help on using the changeset viewer.
