IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42876


Ignore:
Timestamp:
May 19, 2025, 12:59:46 PM (14 months ago)
Author:
tdeboer
Message:

rationalize the number of allowed burns generated per cell with the max number read in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/burnparams.h

    r25299 r42876  
    88#endif
    99
    10 #define MAXBURN 10000
    11 EXTERN OBJBOX boxbuf[MAXBURN];
     10#define MAXBURN 10000           /*per cell*/
     11#define MAXBURNIN 640000         /*whole chip*/
     12EXTERN OBJBOX boxbuf[MAXBURNIN];
    1213
    1314EXTERN int *median_buf;         /* Generic buffer for integer medians */
Note: See TracChangeset for help on using the changeset viewer.