Changeset 41620 for branches/eam_branches/relphot.20210521/src/GridOps.c
- Timestamp:
- May 27, 2021, 11:41:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/GridOps.c
r41615 r41620 29 29 # define NY_BIN 2 30 30 31 void initGridBins ( ) {31 void initGridBins (void) { 32 32 33 33 // allocate the full possible range of GridCorrectionType pointers, Nphotcode … … 116 116 /* for GPC1, we have 60 chips, 5 filters, 16x16 grid cells = 2MB of memory for this stuff 117 117 if we go to 64x64 grid cells (~75 pixels), then it is still only 29MB */ 118 void initGrid ( ) {118 void initGrid (void) { 119 119 120 120 if (!GRID_ZEROPT) return;
Note:
See TracChangeset
for help on using the changeset viewer.
