Changeset 40736
- Timestamp:
- May 14, 2019, 2:52:18 PM (7 years ago)
- Location:
- branches/eam_branches/ohana.20190329/src/dvomerge
- Files:
-
- 4 edited
-
include/dvomerge.h (modified) (1 diff)
-
src/args.c (modified) (4 diffs)
-
src/dvomergeUpdate_catalogs.c (modified) (1 diff)
-
src/merge_catalogs_old.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/dvomerge/include/dvomerge.h
r40377 r40736 31 31 int IMAGES_ONLY; 32 32 int ACCEPT_MOTION; 33 int ACCEPT_ASTROM; 33 34 char CATDIR[DVO_MAX_PATH]; 34 35 char GSCFILE[DVO_MAX_PATH]; -
branches/eam_branches/ohana.20190329/src/dvomerge/src/args.c
r40704 r40736 107 107 } 108 108 109 /* limit the impact of a dvomerge -parallel*/109 /* accept input database average astrometry motions */ 110 110 ACCEPT_MOTION = FALSE; 111 111 if ((N = get_argument (*argc, argv, "-accept-motion"))) { … … 113 113 ACCEPT_MOTION = TRUE; 114 114 } 115 116 /* limit the impact of a dvomerge -parallel */ 115 /* accept input database average astrometry information */ 117 116 ACCEPT_ASTROM = FALSE; 118 117 if ((N = get_argument (*argc, argv, "-accept-astrom"))) { … … 331 330 } 332 331 333 /* limit the impact of a dvomerge -parallel*/332 /* accept input database average astrometry motions */ 334 333 ACCEPT_MOTION = FALSE; 335 334 if ((N = get_argument (*argc, argv, "-accept-motion"))) { … … 337 336 ACCEPT_MOTION = TRUE; 338 337 } 339 /* limit the impact of a dvomerge -parallel*/338 /* accept input database average astrometry information */ 340 339 ACCEPT_ASTROM = FALSE; 341 340 if ((N = get_argument (*argc, argv, "-accept-astrom"))) { -
branches/eam_branches/ohana.20190329/src/dvomerge/src/dvomergeUpdate_catalogs.c
r40377 r40736 328 328 if (FORCE_MERGE) { strextend (&command, "-force-merge"); } 329 329 if (ACCEPT_MOTION) { strextend (&command, "-accept-motion"); } 330 if (ACCEPT_ASTROM) { strextend (&command, "-accept-astrom"); } 330 331 if (MATCHED_TABLES) { strextend (&command, "-matched-tables"); } 331 332 if (MATCH_BY_EXTERN_ID) { strextend (&command, "-match-by-extern-id"); } -
branches/eam_branches/ohana.20190329/src/dvomerge/src/merge_catalogs_old.c
r40704 r40736 362 362 } 363 363 364 XXX: add choice of secfilt364 // XXX: add choice of secfilt 365 365 // update the average properties to reflect the incoming entries: 366 366 // if the original value is NAN but the input value is not, accept the input:
Note:
See TracChangeset
for help on using the changeset viewer.
