1
0
Fork 0

Larger default screensize

giza-pure
Jeff Moe 2022-08-06 22:59:35 -06:00
parent 64986b7aec
commit 8785b9474b
1 changed files with 5 additions and 5 deletions

View File

@ -148,8 +148,8 @@ usage ()
printf ("-D, --decl Decl. [+dd:mm:ss.ss]\n");
printf ("-A, --azimuth Azimuth (deg)\n");
printf ("-E, --elevation Elevation (deg)\n");
printf ("-w, --width Screen width\n");
printf ("-g, --height Screen height\n");
printf ("-w, --width Screen width (default: 1024). Set height too.\n");
printf ("-g, --height Screen height (default: 768). Set width too.\n");
printf ("-n, --nmax nmax line resolution/speed (default 128)\n");
printf ("-S, --all-night All night\n");
printf ("-Q, --no-stars No stars\n");
@ -260,8 +260,8 @@ init_skymap (void)
m.graves = 0;
m.plotstars = 1;
m.plotapex = 1;
m.width = 800;
m.height = 600;
m.width = 1024;
m.height = 768;
m.nmax = 128;
// Default settings
@ -2833,7 +2833,7 @@ plot_skymap (void)
double ra, de, azi, alt, rx, ry;
xyz_t sunpos;
giza_set_colour_palette (1);
cpgscf(1);
cpgscf (1);
status = read_camera (fov);
if (status == -1)