From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/xtools/icfit/icguaxes.gx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pkg/xtools/icfit/icguaxes.gx (limited to 'pkg/xtools/icfit/icguaxes.gx') diff --git a/pkg/xtools/icfit/icguaxes.gx b/pkg/xtools/icfit/icguaxes.gx new file mode 100644 index 00000000..1527a10e --- /dev/null +++ b/pkg/xtools/icfit/icguaxes.gx @@ -0,0 +1,18 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +# ICG_UAXES -- Set user axis + +procedure icg_uaxes$t (key, cv, x, y, z, npts, label, units, maxchars) + +int key # Key for axes +pointer cv # CURFIT pointer +PIXEL x[npts] # Independent variable +PIXEL y[npts] # Dependent variable +PIXEL z[npts] # Output values +int npts # Number of points +char label[maxchars] # Axis label +char units[maxchars] # Axis units +int maxchars # Maximum chars in label + +begin +end -- cgit