- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/Ohana
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/Ohana/src/delstar/src/args.c
r35758 r37403 18 18 fprintf (stderr, " -image-details : list info about the deleted images (-dup-images only)\n"); 19 19 fprintf (stderr, " -image-only : only examine the image table (changes are NOT saved; -dup-images only)\n"); 20 fprintf (stderr, " -image-only-force : modify only the image table (-dup-images only)\n"); 21 fprintf (stderr, " -image-by-obstime : use date/time and photcode (not externID) to find duplicates\n"); 20 22 fprintf (stderr, " -region Rmin Rmax Dmin Dmax : apply changes to this part of the sky\n"); 21 23 … … 68 70 if ((N = get_argument (argc, argv, "-image-details"))) { 69 71 IMAGE_DETAILS = TRUE; 72 remove_argument (N, &argc, argv); 73 } 74 75 IMAGE_DUPLICATES_BY_OBSTIME = FALSE; 76 if ((N = get_argument (argc, argv, "-image-by-obstime"))) { 77 IMAGE_DUPLICATES_BY_OBSTIME = TRUE; 70 78 remove_argument (N, &argc, argv); 71 79 }
Note:
See TracChangeset
for help on using the changeset viewer.
