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/doc/xtools.men | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pkg/xtools/doc/xtools.men (limited to 'pkg/xtools/doc/xtools.men') diff --git a/pkg/xtools/doc/xtools.men b/pkg/xtools/doc/xtools.men new file mode 100644 index 00000000..8fe85373 --- /dev/null +++ b/pkg/xtools/doc/xtools.men @@ -0,0 +1,23 @@ + catquery - Catalog query package + clgsec - Get and decode an image section + clginterp - Get integer code for interpolator type + cogetr - Efficient image column access + comap - Map for column access procedure + counmap - Unmap for column access procedure + extrema - Find extrema in x and y data points + getdatatype - Convert type suffix character to TY_ type code + gstrdetab - Remove tabs from a string + gstrentab - Put tabs in a string where possible + gstrsettab - Set tab stops for gstrdetab, entab. + gtools - Graphics tools + icfit - Interactive curve fitting package + inlfit - Interactive non-linear least squares fitting package + peaks - Find peaks in x and y data points + ranges - Parse a list of ranges "1,3,5-7,.." + skywcs - Celestial coordinates transformation package + strdetab - Simplified detab + strentab - Simplified entab + xt_csum - Sum of image columns using column access procedure + xt_csumb - Buffered sum of image columns using column access procedure + xt_lsum - Sum of image lines + xt_lsumb - Buffered sum of image lines for moving sums -- cgit