diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/utilities/utilities.men | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/utilities/utilities.men')
-rw-r--r-- | pkg/utilities/utilities.men | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/utilities/utilities.men b/pkg/utilities/utilities.men new file mode 100644 index 00000000..6650bc71 --- /dev/null +++ b/pkg/utilities/utilities.men @@ -0,0 +1,13 @@ + bases - Convert an integer to hex, octal, and binary + curfit - Fit data with Chebyshev, Legendre or spline curve + detab - Replace tabs with tabs and blanks + entab - Replace blanks with tabs and blanks + lcase - Convert a file to lower case + polyfit - Fit polynomial to list of X,Y data + split - Split a large file into smaller segments + surfit - Fit a surface, z=f(x,y), to a set of x, y, z points + translit - Replace or delete specified characters in a file + ucase - Convert a file to upper case + urand - Uniform random number generator + + nttools - NOAO version of TTOOLS package |