aboutsummaryrefslogtreecommitdiff
path: root/pkg/proto/vol/src/doc/volumes.hlp
blob: 4ebb4aeba9ff316d020705e0c95f05ce82e183d1 (plain) (blame)
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
.help volumes Jan89 "Volumes Package"

***** NOTE:  This is just a suggested package organization and will
*****        definitely NOT be the final one chosen.

.ce
Volume or 3d Image Applications in IRAF
.ce
January 1989

.sh
Introduction

The Volumes package collects tasks related to manipulating and displaying
volume images (3d images, or datacubes).  Although all IRAF images can be
multidimensional (currently up to 7 dimensions), not all applications tasks
are equipped to handle images of dimension greater than 2.  Examples of
tasks that are so equipped are IMARITH, IMSTATISTICS, BLKAVG, and DISPLAY
for looking at arbitrary 2d sections of higher dimensional images.

Volumes applications include tasks for manipulating the orientation of
a 3d image, joining 3d images, projections of datacube contents
onto 2d images, and tasks related to viewing a datacube or its projections
as a movie.

.ih
Datacube Manipulation Tasks

D3TRANSPOSE	3d transpose, any axis to any other axis
IMJOIN		join 2 or more 3d images together along specified axis
IMCOPY
BLKAVG
IMSLICE

.ih
Datacube Generation Tasks

BINTOIM		[not in VOLUMES; probably still PROTO after upgrade to 3d?]
POINTOIM	convert n-dimensional point data into volumes in datacube
MANDEL4		4d Mandelbrot set generator

.ih
Volume Projection Tasks

PVOL		project volume contents onto series of 2d images
SLICEVOL*	"cubetool" -- slice off faces of datacube rendered from
		    arbitrary angle w/translucency

.ih
Movie-Related Tasks

IMTOSUN		convert datacube or list of 2d images into Sun rasterfiles
IMTOVID		(script) record set of 2d images onto panasonic video recorder
CUBETOVID	(script) record sliced from databube onto video recorder

* = [not yet implemented]