• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H14-Aug-2004-2,6621,963

info/H07-May-2022-10,1118,703

COPYINGH A D14-Aug-20041.3 KiB2419

MakefileH A D14-Aug-20043.1 KiB13089

READMEH A D14-Aug-20043.4 KiB8857

WHATSNEWH A D14-Aug-2004963 5430

boundaries.datH A D14-Aug-2004165.3 KiB2,3012,300

lines.datH A D14-Aug-20048.3 KiB479325

milkyway.datH A D14-Aug-20042 MiB129,666129,665

nebulae.datH A D14-Aug-2004646.5 KiB11,73311,732

pp3.ccH A D03-May-202269.1 KiB2,7112,189

pp3.wH A D14-Aug-2004170.6 KiB4,0793,550

stars.datH A D14-Aug-2004461.7 KiB35,80923,997

README

1
2                      PP3 -- Celestial charts generation
3
4                          Version 1.3.3  2004/08/13
5                          http://pp3.sourceforge.net
6
7                          (c) 2004 Torsten Bronger
8                       <bronger@users.sourceforge.net>
9
10                                           See the file COPYING or the above
11                                           web address for licence information.
12INSTALLATION
13
14There is a binary distribution for the Linux (RPM) and one for the Windows
15platform, and two source distributions, a full and a 'crippled' one.  The
16crippled version has no Milky Way and no nebulae data, and it doesn't contain
17the CWEB source code making it more difficult to adjust the source to your
18compiler's peculiarities.
19
20Please note that PP3 produces nothing else but a LaTeX file.  Thus you must
21have LaTeX installed if you want to get the actual map.  It is not necessary to
22be able to use LaTeX though.  If you want PP3 to produce an EPS or a PDF, dvips
23and ps2pdf must be installed properly, too.  (However mostly they are part of
24the TeX distribution anyway.)  See PP3's homepage for more information.
25
26The only really critical point is that PP3 needs to find its data files (all
27files with the .dat extension).  By default,
28
29  * the Windows version looks for them in the current directory, and
30
31  * the Linux version looks for them in the directory /usr/local/share/pp3
32
33If you don't like that, you can move them to another directory and set the
34environment variable PP3DATA to that directory.  It it also possible to
35recompile PP3 with a different default data directory.  For this, change the
36beginning of the Makefile.
37
38
39USAGE
40
41See below for the documentation.  But for a quick test, enter the examples/
42directory and say
43
44pp3 leo.pp3
45
46The result should be a file leo.eps with the constellation of Lion.
47
48    If you want to see the Milky Way on your maps, you probably have to set the
49    main memory size of your TeX distribution to its maximal value.  This is
50    very implementation specific.  With teTeX (Linux) you have to find the file
51    texmf.cnf and set main_memory.latex to 7500000.  Then call "fmtutil --byfmt
52    latex".
53
54    With fpTeX/TeXLive (Windows) it's the same, however MikTeX (Windows too) is
55    different: Look for a directory called "localtexmf".  Then create the file
56    "localtexmf\miktex\config\miktex.ini" and write "mem_max=7500000" in it.
57
58    Alternatively (albeit not cleanly), look for an existing file called
59    miktex.ini and change the line with "mem_max" to the above.
60
61
62
63DOCUMENTATION
64
65The documentation of PP3 can be found at http://pp3.sourceforge.net/manual/.
66
67Another important source of information are the example input scripts in
68examples/.
69
70On PP3's project web page you can download a concise reference card.
71
72The source code of PP� is written in CWEB und thus well documented.
73
74
75DATABASES
76
77PP3's standard distribution bases on the following original data compilations:
78
79stars          BSC                              Hoffleit & Warren(1)
80nebulae        NGC/IC                           Wolfgang Steinicke(2)
81boundaries     Cat. of Constell. Boundary Data  Davenhall & Leggett(3)
82Milky Way      Sky Panorama View                Axel Mellinger(4)
83
84(1) Being part of the Carte Du Ciel distribution
85(2) http://www.ngcic.com/steinicke/default.htm
86(3) ftp://cdsarc.u-strasbg.fr/cats/VI/49
87(4) http://home.arcor-online.de/axel.mellinger/
88