move gbp.conf to debian/
[debian/splat] / std-parms.h
1 //
2 // Parameters for 3 arc-second standard resolution mode of operation
3 // Generated for Debian packaging by bdale@gag.com on 2009-09-08
4 //
5
6 #define HD_MODE 0
7
8 // how big an area to allow processing in 3 arc-second mode
9 //      2 x 2 Degrees  ---------   25 Megabytes minimum RAM
10 //      3 x 3 Degrees  ---------   52 Megabytes minimum RAM
11 //      4 x 4 Degrees  ---------   95 Megabytes minimum RAM
12 //      5 x 5 Degrees  ---------  145 Megabytes minimum RAM
13 //      6 x 6 Degrees  ---------  210 Megabytes minimum RAM
14 //      7 x 7 Degrees  ---------  285 Megabytes minimum RAM
15 //      8 x 8 Degrees  ---------  370 Megabytes minimum RAM
16 #define NUMDEGREES      8
17
18 #define MAXPAGES (NUMDEGREES*NUMDEGREES)
19