Changeset 42724 for trunk/extsrc/gpcsw/gpcsrc/fits/burntool/stardetect.c
- Timestamp:
- Oct 15, 2024, 10:57:32 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/stardetect.c
r42392 r42724 17 17 /* star_detect(): Find all the stars and burned patches in a cell */ 18 18 STATIC 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) 20 20 { 21 21 int i, j, k, l; … … 124 124 /* But take a hard look at stars with really bright centers... */ 125 125 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); 127 127 } 128 128 boxbuf[nbox].time = cell->time;
Note:
See TracChangeset
for help on using the changeset viewer.
