move gbp.conf to debian/
[debian/splat] / hd-parms.h
1 //
2 // Parameters for 1 arc-second high resolution mode of operation
3 // Generated for Debian packaging by bdale@gag.com on 2009-09-08
4 //
5
6 #define HD_MODE 1
7
8 // how big an area to allow processing in 1 arc-second mode
9 //      1 x 1 Degrees  ---------    52 Megabytes minimum RAM
10 //      2 x 2 Degrees  ---------   225 Megabytes minimum RAM
11 //      3 x 3 Degrees  ---------   468 Megabytes minimum RAM
12 //      4 x 4 Degrees  ---------   855 Megabytes minimum RAM
13 //      5 x 5 Degrees  ---------  1305 Megabytes minimum RAM
14 //      6 x 6 Degrees  ---------  1890 Megabytes minimum RAM
15 //      7 x 7 Degrees  ---------  2565 Megabytes minimum RAM
16 //      8 x 8 Degrees  ---------  3330 Megabytes minimum RAM
17 #define NUMDEGREES      4
18
19 #define MAXPAGES (NUMDEGREES*NUMDEGREES)
20