Changeset 13391 for branches/kapa-mods-2007-05/Ohana/src/opihi/dvo/lcurve.c
- Timestamp:
- May 15, 2007, 3:25:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/opihi/dvo/lcurve.c
r12332 r13391 6 6 double Ra, Dec, Radius, Radius2, r; 7 7 float *RA, *DEC; 8 int Ngraph, Xgraph, TimeFormat;8 int kapa, TimeFormat; 9 9 int Nstars, found, AutoLimits, ErrorBars, GalMag, AbsPhot, SaveVectors; 10 10 int i, j, m, N, NPTS, *N1; … … 19 19 20 20 if (!InitPhotcodes ()) return (FALSE); 21 22 Ngraph = -1; 23 if ((N = get_argument (argc, argv, "-n"))) { 24 remove_argument (N, &argc, argv); 25 Ngraph = atof (argv[N]); 26 remove_argument (N, &argc, argv); 27 } 28 if (!GetGraph (&graphmode, &Xgraph, &Ngraph)) return (FALSE); 21 if (!style_args (&graphmode, &argc, argv, &kapa)) return (FALSE); 29 22 30 23 AutoLimits = FALSE; … … 175 168 timeptr[0].tm_year, timeptr[0].tm_mon+1, timeptr[0].tm_mday); 176 169 free (p); 177 KapaSendLabel ( Xgraph, string, 0);170 KapaSendLabel (kapa, string, 0); 178 171 179 172 free (RA);
Note:
See TracChangeset
for help on using the changeset viewer.
