IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2021, 4:06:47 PM (5 years ago)
Author:
eugene
Message:

use grid for PS1; do not use ohana alloc for Shutdown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/GridOps.c

    r41625 r41632  
    1919static int                 NGridCorr = 0;
    2020
    21 // PS1: # define NX_CHIP 4900
    22 // PS1: # define NY_CHIP 4900
    23 // PS1: # define NX_BIN 16
    24 // PS1: # define NY_BIN 16
    25 
     21# if (1)
     22/* PS1 / PS2 values */
     23# define NX_CHIP 4900
     24# define NY_CHIP 4900
     25# define NX_BIN 16
     26# define NY_BIN 16
     27# else
     28/* test values */
    2629# define NX_CHIP 1000
    2730# define NY_CHIP 1000
    2831# define NX_BIN 2
    2932# define NY_BIN 2
     33# endif
    3034
    3135void initGridBins (void) {
Note: See TracChangeset for help on using the changeset viewer.