Changeset 17011
- Timestamp:
- Mar 17, 2008, 12:04:36 PM (18 years ago)
- Location:
- trunk/Ohana/src/relastro
- Files:
-
- 3 edited
-
include/relastro.h (modified) (1 diff)
-
src/FitChip.c (modified) (1 diff)
-
src/args.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/include/relastro.h
r16810 r17011 114 114 int USE_GRID; 115 115 int PLOTDELAY; 116 int CHIPORDER; 116 117 117 118 int RELPHOT_GRID_X; -
trunk/Ohana/src/relastro/src/FitChip.c
r16810 r17011 28 28 dRmax = 3.0*values[(int)(0.40*Nscatter)]; 29 29 30 if (CHIPORDER > 0) { 31 coords[0].Npolyterms = CHIPORDER; 32 } 30 33 fit = fit_init (coords[0].Npolyterms); 31 34 -
trunk/Ohana/src/relastro/src/args.c
r16810 r17011 98 98 if ((N = get_argument (argc, argv, "-v"))) { 99 99 VERBOSE = TRUE; 100 remove_argument (N, &argc, argv); 101 } 102 103 CHIPORDER = 0; 104 if ((N = get_argument (argc, argv, "-chiporder"))) { 105 remove_argument (N, &argc, argv); 106 CHIPORDER = atoi(argv[N]); 100 107 remove_argument (N, &argc, argv); 101 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
