IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34895


Ignore:
Timestamp:
Jan 9, 2013, 10:54:52 AM (14 years ago)
Author:
eugene
Message:

add help info to spline command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/Ohana/src/opihi/cmd.data/spline.c

    r34584 r34895  
    2424  if (argc < 2) {
    2525    gprint (GP_ERR, "USAGE: spline (command)\n");
    26     gprint (GP_ERR, "    spline list                                    : list splines\n");
    27     gprint (GP_ERR, "    spline create   (spline)                       : create a spline\n");
    28     gprint (GP_ERR, "    spline delete   (spline)                       : delete a spline\n");
     26    gprint (GP_ERR, "    spline list                                  : list splines\n");
     27    gprint (GP_ERR, "    spline create (spline) (Xknots) (Yknots)     : create a spline\n");
     28    gprint (GP_ERR, "    spline apply  (spline) (Xpts) (Ypts)         : apply a spline to Xpts to get Ypts\n");
     29    gprint (GP_ERR, "    spline delete (spline)                       : delete named spline\n");
     30    gprint (GP_ERR, "    spline load   (spline) (filename)            : load a spline from a FITS file\n");
     31    gprint (GP_ERR, "    spline save   (spline) (filename) [-append]  : save a spline in FITS format\n");
    2932    return (FALSE);
    3033  }
Note: See TracChangeset for help on using the changeset viewer.