Changeset 7080 for trunk/Ohana/src/opihi/cmd.astro/czplot.c
- Timestamp:
- May 5, 2006, 5:44:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/czplot.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/czplot.c
r2843 r7080 3 3 int czplot (int argc, char **argv) { 4 4 5 int i, N , Npts, Ngraph;5 int i, Npts; 6 6 double min, range, Rmin, Rmax; 7 7 float *in, *out, *r, *d, *x, *y; … … 9 9 Graphdata graphmode; 10 10 11 Ngraph = -1; 12 if ((N = get_argument (argc, argv, "-n"))) { 13 remove_argument (N, &argc, argv); 14 Ngraph = atof (argv[N]); 15 remove_argument (N, &argc, argv); 16 } 17 if (!GetGraph (&graphmode, NULL, &Ngraph)) return (FALSE); 11 if (!style_args (&graphmode, &argc, argv, 0)) return FALSE; 18 12 19 13 if (argc != 6) { … … 21 15 return (FALSE); 22 16 } 17 SetGraph (graphmode); 23 18 24 19 min = atof(argv[4]);
Note:
See TracChangeset
for help on using the changeset viewer.
