IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2012, 2:30:52 PM (14 years ago)
Author:
eugene
Message:

add IO functions for splines

File:
1 edited

Legend:

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

    r34526 r34529  
    44int spline_create (int argc, char **argv);
    55int spline_apply (int argc, char **argv);
     6int spline_load (int argc, char **argv);
     7int spline_save (int argc, char **argv);
    68int spline_delete (int argc, char **argv);
    79int spline_getspline (int argc, char **argv);
     
    1113  {1, "create",     spline_create,     "create a spline"},
    1214  {1, "apply",      spline_apply,      "apply a spline"},
     15  {1, "load",       spline_load,       "write a spline to a FITS file"},
     16  {1, "save",       spline_save,       "read a spline from a FITS file"},
    1317  {1, "delete",     spline_delete,     "delete a spline"},
    1418};
Note: See TracChangeset for help on using the changeset viewer.