casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
maxdimc.h
Go to the documentation of this file.
1 /*
2  -------------------------------------------------------------
3  maxdimc.h - include file for C code containing MIRIAD-wide
4  parameters
5 
6  MAXDIM .... maximum number of elements in any one plane
7  (ie, maximum dimensionality of a map)
8  MAXANT .... maximum number of antennae
9  MAXBASE ... maximum number of baselines
10  MAXCHAN ... maximum number of channels in spectral data
11 
12  History:
13 
14  04aug91 mjs Original version.
15  05aug91 mjs Put parentheses around MAXBASE defined value.
16  bpw 20jul91 Created as xyzio.h
17  mjs 08apr92 Minor mod to compile on VAX
18  rjs 23feb93 Merged maxdimc.h and xyzio.h. Include MAXNAX.
19  rjs 9sep94 Add MAXWIN
20  pjt 30apr01 re-aligned maxdimc and maxdim
21  mhw 07may14 Increase limits to 64 bit values
22  -------------------------------------------------------------
23 */
24 
25 #define MAXBUF 16777216
26 #define MAXDIM 32768
27 #define MAXANT 64
28 #define MAXBASE ((MAXANT * (MAXANT + 1)) / 2)
29 #define MAXCHAN 70000
30 #define MAXNAX 7
31 #define MAXWIN 48
32 #define MAXWIDE 18