X-Git-Url: https://git.gag.com/?p=debian%2Fsplat;a=blobdiff_plain;f=hd-parms.h;fp=hd-parms.h;h=5c100a58997d722dab26ab5d756e81fa03ac71be;hp=0000000000000000000000000000000000000000;hb=3f23b75d0af7857b04490e00df195ccee6f3e18f;hpb=40df2aae90656b5104f532ef9dbe74e4d78fd812 diff --git a/hd-parms.h b/hd-parms.h new file mode 100644 index 0000000..5c100a5 --- /dev/null +++ b/hd-parms.h @@ -0,0 +1,20 @@ +// +// Parameters for 1 arc-second high resolution mode of operation +// Generated for Debian packaging by bdale@gag.com on 2009-09-08 +// + +#define HD_MODE 1 + +// how big an area to allow processing in 1 arc-second mode +// 1 x 1 Degrees --------- 52 Megabytes minimum RAM +// 2 x 2 Degrees --------- 225 Megabytes minimum RAM +// 3 x 3 Degrees --------- 468 Megabytes minimum RAM +// 4 x 4 Degrees --------- 855 Megabytes minimum RAM +// 5 x 5 Degrees --------- 1305 Megabytes minimum RAM +// 6 x 6 Degrees --------- 1890 Megabytes minimum RAM +// 7 x 7 Degrees --------- 2565 Megabytes minimum RAM +// 8 x 8 Degrees --------- 3330 Megabytes minimum RAM +#define NUMDEGREES 4 + +#define MAXPAGES (NUMDEGREES*NUMDEGREES) +