.TH r3.mkdspf 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBr3.mkdspf\fR\fR - Creates a display file from an existing grid3 file according to specified threshold levels. .SH KEYWORDS raster3d, voxel .SH SYNOPSIS \fBr3.mkdspf\fR .br \fBr3.mkdspf help\fR .br \fBr3.mkdspf\fR [\-\fBqf\fR] \fBinput\fR=\fIstring\fR \fBdspf\fR=\fIstring\fR [\fBlevels\fR=\fIfloat\fR[,\fIfloat\fR,...]] [\fBmin\fR=\fIfloat\fR] [\fBmax\fR=\fIfloat\fR] [\fBstep\fR=\fIfloat\fR] [\fBtnum\fR=\fIinteger\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-q\fR" 4m .br Suppress progress report & min/max information .IP "\fB\-f\fR" 4m .br Use flat shading rather than gradient .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBinput\fR=\fIstring\fR" 4m .br Name of an existing 3d raster map .IP "\fBdspf\fR=\fIstring\fR" 4m .br Name of output display file .IP "\fBlevels\fR=\fIfloat[,\fIfloat\fR,...]\fR" 4m .br List of thresholds for isosurfaces .IP "\fBmin\fR=\fIfloat\fR" 4m .br Minimum isosurface level .IP "\fBmax\fR=\fIfloat\fR" 4m .br Maximum isosurface level .IP "\fBstep\fR=\fIfloat\fR" 4m .br Positive increment between isosurface levels .IP "\fBtnum\fR=\fIinteger\fR" 4m .br Number of isosurface threshold levels .br Default: \fI7\fR .PP .SH DESCRIPTION Creates a display file from an existing grid3 file according to specified threshold levels. The display file is a display list of polygons that represent isosurfaces of the data volume. If specific \fIlevels\fR are given, additional optional parameters are ignored. \fIMin\fR or \fImax\fR may be used alone or together to specify a sub-range of the data. The \fIstep\fR parameter is given precedence over \fItnum\fR. .SS Flags: .IP "\fB\-q\fR .br Suppress progress report & min/max information .IP "\fB\-f\fR .br Use flat shading rather than gradient .PP .SS Parameters: .IP "\fBgrid3\fR .br Name of an existing 3D raster map .IP "\fBdspf\fR .br Name of output display file .IP "\fBlevels\fR .br List of thresholds for isosurfaces .IP "\fBmin\fR .br Minimum isosurface level .IP "\fBmax\fR .br Maximum isosurface level .IP "\fBstep\fR .br Positive increment between isosurface levels .IP "\fBtnum\fR .br Number of isosurface threshold levels .br Default: 7 .PP .SH Example: With grid3 data (\fIphdata\fR) in the range 3-7, we only want to see isosurface values for the range 4-6. Any of these commands will produce the same results: .br \fC .DS .br r3.mkdspf phdata dspf=iso min=4.0 max=6.0 tnum=5 .br r3.mkdspf phdata dspf=iso levels=4.0,4.5,5.0,5.5,6.0 .br r3.mkdspf phdata dspf=iso min=4.0 max=6.0 step=0.5 .br .DE \fR .SH NOTE Currently the grid3 file must be in the user's mapset since the display files being created are specific to particular grid3 files and are contained in directories under them. We should create a mechanism where users may make display files from others' grid3 files without having to copy them to their mapset. .SH AUTHOR Bill Brown, bbrown@gis.uiuc.edu .PP \fILast changed: $Date: 2011-11-08 12:29:50 +0100 (Tue, 08 Nov 2011) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team