-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.carma
59 lines (41 loc) · 2.16 KB
/
README.carma
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
NOTE: this is not an official PGPLOT code repo, but there are forces to make an official one.
This version of PGPLOT has a number of small patches we needed for
MIRIAD (a BIMA product, now run as CARMA) and WIP. Eventually
these patches will be included in the official Caltech product.
Until then, feel free to use this version, but be aware there is
no official support for them.
We have kept our version of PGPLOT parallel to the Caltech as much
as possible, at last check version 5.2.2 (26-feb-2001).
Also note there is a cloned version of PGPLOT available within Starlink,
the ATNF/MIRIAD may also keep some subtle differences in their RCS
tree. There is also a PGPLOT clone in the 'giz' package. On for example
Ubuntu you might find this is your default pgplot.
See http://giza.sourceforge.net
CASA uses 5.3.1, with some extra routines. There is a newer version via TJP
http://www.astro.caltech.edu/~tjp/npgplot/downloads/pgplot530.tar.gz
but that's 5.3.0 [now temporarily unavailable]
We keep this version of PGPLOT under GIT in https://github.com/astroumd/pgplot.
- Peter Teuben
The following changes were made:
-------------------------------
- a number of un-documented patches (to be documented as I sift
through the CVS logs)
- various sys_*/ versions and changes to compilers
for:
linux intel compiler
mac/darwin
- a simple pgplot.install script is available within the
WIP (master version in NEMO/src/scripts) distribution
- the ps driver does not add EPSF-3.0 to the first line, in order
to not overplot multi-page prints (via CUPS e.g.).
- Peter Williams ([email protected]) added autotools support,
he also distributes this from his own webpage as pgplot-remix; see
http://www.newton.cx/~peter/software/pgplot-remix-5.2.2.0.tar.gz
(check version numbers, they may change obviously)
The CVS based CARMA distribution of this remix *ought* to be the
same, but during the development (summer 2007) there may be some
lag in the CVS version.
The following changes would be nice:
------------------------------------
- A default PGPLOT_DIR (currently /usr/local/pgplot) be changed
to whereever PGPLOT is installed during installation.