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/images/imutil/imutil.men | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/imutil/imutil.men')
-rw-r--r-- | pkg/images/imutil/imutil.men | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pkg/images/imutil/imutil.men b/pkg/images/imutil/imutil.men new file mode 100644 index 00000000..137bc6a8 --- /dev/null +++ b/pkg/images/imutil/imutil.men @@ -0,0 +1,25 @@ + chpixtype - Change the pixel type of a list of images + hedit - Header editor + nhedit - Edit image header using a command file + hselect - Select a subset of images satisfying a boolean expression + imarith - Simple image arithmetic + imcopy - Copy an image + imdelete - Delete a list of images + imdivide - Image division with zero checking and rescaling + imexpr - Evaluate a general image expression + imfunction - Apply a single argument function to a list of images + imgets - Return the value of an image header parameter as a string + imheader - Print an image header + imhistogram - Compute and plot or print an image histogram + imjoin - Join images along a given dimension + imrename - Rename one or more images + imreplace - Replace a range of pixel values with a constant + imslice - Slice images into images of lower dimension + imstack - Stack images into a single image of higher dimension + imsum - Compute the sum, average, or median of a set of images + imtile - Tile same sized 2D images into a 2D mosaic + imstatistics - Compute and print statistics for a list of images + listpixels - Convert an image section into a list of pixels + minmax - Compute the minimum and maximum pixel values in an image + sections - Expand an image template on the standard output + |