This file is indexed.

/usr/include/casacore/mirlib/maxdimc.h is in casacore-dev 2.2.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
	-------------------------------------------------------------
	maxdimc.h - include file for C code containing MIRIAD-wide
		    parameters

	MAXDIM .... maximum number of elements in any one plane
		    (ie, maximum dimensionality of a map)
	MAXANT .... maximum number of antennae
	MAXBASE ... maximum number of baselines
	MAXCHAN ... maximum number of channels in spectral data

	History:

	04aug91 mjs   Original version.
	05aug91 mjs   Put parentheses around MAXBASE defined value.
        bpw  20jul91  Created as xyzio.h
        mjs  08apr92  Minor mod to compile on VAX
        rjs  23feb93  Merged maxdimc.h and xyzio.h. Include MAXNAX.
	rjs   9sep94  Add MAXWIN
        pjt  30apr01  re-aligned maxdimc and maxdim
        mhw  07may14  Increase limits to 64 bit values
	-------------------------------------------------------------
*/

#define		MAXBUF		16777216
#define		MAXDIM		32768
#define		MAXANT		64
#define		MAXBASE		((MAXANT * (MAXANT + 1)) / 2)
#define		MAXCHAN		70000
#define		MAXNAX		7
#define		MAXWIN		48
#define		MAXWIDE		18