blob: a6faf5681000494909f25364f5b824946d4c7ac9 (
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
|
.help gssave Aug85 "Gsurfit Package"
.ih
NAME
gssave -- save parameters of the fit
.ih
SYNOPSIS
call gssave (sf, fit)
.nf
pointer sf # surface descriptor
real fit[ARB] # fit array
.fi
.ih
ARGUMENTS
.ls sf
Pointer to the surface descriptor structure.
.le
.ls fit
Array containing fit parameters. The size of the fit array can be determined
by a call to gsstati.
.le
.nf
len_fit = gsstati (sf, GSNSAVE)
.fi
.ih
DESCRIPTION
GSSAVE saves the surface parameters in the real array fit. The first eight
elements of fit contain the surface_type, xorder, yorder, xterms, xmin,
xmax, ymin and ymax. The coefficients are stored in the remaining array
elements.
.ih
NOTES
GSSAVE does not preserve the matrices and vectors used by the fitting
routines.
.ih
SEE ALSO
gsrestore
.endhelp
|