Changeset 34895
- Timestamp:
- Jan 9, 2013, 10:54:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/Ohana/src/opihi/cmd.data/spline.c
r34584 r34895 24 24 if (argc < 2) { 25 25 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"); 29 32 return (FALSE); 30 33 }
Note:
See TracChangeset
for help on using the changeset viewer.
