Changeset 16775
- Timestamp:
- Mar 1, 2008, 9:29:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080223/Ohana/src/relastro/src/args.c
r15600 r16775 202 202 fprintf (stderr, "ERROR: USAGE: relastro -region RA RA DEC DEC\n"); 203 203 fprintf (stderr, " working options: \n"); 204 fprintf (stderr, " -time (start) (stop)\n"); 205 fprintf (stderr, " -v\n"); 204 fprintf (stderr, " -update-objects\n"); 205 fprintf (stderr, " -pm\n"); 206 fprintf (stderr, " -par\n"); 207 fprintf (stderr, " -pmpar\n"); 208 fprintf (stderr, " -update-simple\n"); 209 fprintf (stderr, " -update-chips\n"); 210 fprintf (stderr, " -update-mosaics\n"); 211 fprintf (stderr, " -time (start)(stop)\n"); 212 fprintf (stderr, " -photcode (code)[,code,code...]\n"); 206 213 fprintf (stderr, " -plot\n"); 207 214 fprintf (stderr, " -plotdelay (seconds)\n"); 208 fprintf (stderr, " -update\n"); 215 fprintf (stderr, " -statmode (mode)\n"); 216 fprintf (stderr, " -reset"); 217 fprintf (stderr, " -update : apply new fit to database\n"); 209 218 fprintf (stderr, " -params\n"); 210 fprintf (stderr, " -reset\n"); 219 fprintf (stderr, " -plrange\n"); 220 fprintf (stderr, " -minerror\n"); 221 fprintf (stderr, " -area\n"); 211 222 fprintf (stderr, " -area Xmin Xmax Ymin Ymax\n"); 212 223 fprintf (stderr, " -instmag min max\n\n"); 213 fprintf (stderr, " planned options: \n"); 214 fprintf (stderr, " -photcode code[,code,code,..]\n"); 224 fprintf (stderr, " -v\n"); 215 225 fprintf (stderr, " \n"); 216 226 exit (2); 217 227 } 228
Note:
See TracChangeset
for help on using the changeset viewer.
