-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyutils.info
128 lines (112 loc) · 3.42 KB
/
yutils.info
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Package: yutils
Kind: package
Version: 1.5.1
Revision: 2
Description: Utility library of interpreted routines
License: GPLv2
Author: Eric Thiebaut, Francois Rigaut, Bertrand Aracil, Thibaut Paumard
Maintainer: Francois Rigaut <frigaut@users.sourceforge.net>
OS: architecture independant
Depends: yorick(>=1.5.10)
Source: http://www.maumae.net/yorick/packages/tarballs/yutils-%v-pkg.tgz
Source-MD5:
Source-Directory: contrib/
DocFiles: README TODO VERSION NEWS LEGAL doc/README:README.doc doc/FILE_FORMATS doc/*.doc doc/*.pdf doc/*.ps doc/*.tex
Homepage: http://www.maumae.net/yorick/yutils/doc/
DescDetail: <<
yutils contains a collection of utility functions, ranging from plotting, to system access, to math. More details:
/* yutil Yorick package, version 1.1.1
* Authors: E.Thiebault, F.Rigaut, B.Aracil, T.Paumard
* last revision/addition: 2005nov07
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details (to receive a copy of the GNU
* General Public License, write to the Free Software Foundation, Inc., 675
* Mass Ave, Cambridge, MA 02139, USA).
*/
1. Content:
----------
README
LICENSE
astro_util1.i
check.i
constants.i
copy_plot.i
detect.i
fft_utils.i
histo.i
idl-colors.i
img.i
linalg.i
lmfit.i
plot_demo2.i
plot_demo.i
plot.i
plvp.i
poly.i
pyk.i
random_et.i
rdcols.i
rgb.i
util_fr.i
utils.i
coords.i
doppler.i
graphk.i
gauss.i
tws*.i
Set of utility routines for yorick.
2. Authors:
----------
Mostly from E.Thiebaut, some from F.Rigaut, B.Aracil and T.Paumard
3. Installation:
---------------
On a *nix system:
[sudo] make install
On windows, or if you want to do it by hand, do the following:
a. Copy all files in Y_SITE/contrib/ (create the directory if needed)
b. Copy yutils_start.i in Y_SITE/i-start/
You may want to run "check.i", as in :
yorick -i check.i
at the shell prompt, or start yorick and type
#include "check.i"
4. Documentation
----------------
All function manpages are accessible through the regular
help,function
See http://www.maumae.net/yorick for the html help pages.
5. History
----------
$Log: yutils.info,v $
Revision 1.6 2010-04-15 16:09:18 frigaut
- split emulate_yeti_start.i to condition on
- yeti in path (as per thibaut's changes)
- new yorick builtin functions exist (yorick post apr2010)
- bumped version number to 1.5.0
Revision 1.4 2008/01/04 15:05:13 frigaut
- updated Makefile README yorick-yutils.spec yutils.info to include
new tws*.i files from thibaut
2007dec11:
* various fixes (sky in astro_utils, round in util_fr)
* Homogeneized/changed licences to GPLv2
* gotten rid of pdb_utils for license issues
* added pyk.py
* modified idl-colors.i and pyk.i to search the whole path for include files
* fixed paths in rgb.i and added error checking.
2005nov07:
* slight updates to plvp.i
* moved to version 1.1 (from 0.5.3).
<<
DescUsage: <<
See contrib/check-yutils.i for a test suite. Type
"yorick -i check-yutils.i" (in this directory) in a terminal to run it.
<<
DescPort: <<
<<