Changeset 34088 for trunk/Ohana/src/opihi/cmd.data/spline_construct.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/spline_construct.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/spline_construct.c
r17903 r34088 4 4 int spline_construct_cmd (int argc, char **argv) { 5 5 6 int i, j, Nx, Ny , xdir;6 int i, j, Nx, Ny; 7 7 float *Tx, *Ty, *Ty2, *V; 8 8 Buffer *in, *out; … … 31 31 gfits_create_matrix (&out[0].header, &out[0].matrix); 32 32 33 xdir = FALSE;34 if (!strcmp (argv[3], "x")) xdir = TRUE;33 // int xdir = FALSE; 34 // if (!strcmp (argv[3], "x")) xdir = TRUE; 35 35 /* ideally, the resulting image should carry this info (in header?) */ 36 36
Note:
See TracChangeset
for help on using the changeset viewer.
