Changeset 38470 for trunk/Ohana/src/relphot
- Timestamp:
- Jun 13, 2015, 5:57:53 AM (11 years ago)
- Location:
- trunk/Ohana/src/relphot/src
- Files:
-
- 2 edited
-
reload_catalogs.c (modified) (1 diff)
-
relphot_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/reload_catalogs.c
r38466 r38470 234 234 // MIN_ERROR 235 235 236 if (VERBOSE) { strextend (&command, "-v"); }237 if (VERBOSE2) { strextend (&command, "-vv"); }238 if (RESET) { strextend (&command, "-reset"); }239 if (RESET_ZEROPTS) { strextend (&command, "-reset-zpts"); }240 if (UPDATE) { strextend (&command, "-update"); }241 if (IS_DIFF_DB) { strextend (&command, "-is-diff-db"); }242 if (!KEEP_UBERCAL) { strextend (&command, "-reset-ubercal"); }243 if (UPDATE_CATFORMAT) { strextend (&command, "-update-catformat %s", UPDATE_CATFORMAT); }244 if (BOUNDARY_TREE) { strextend (&command, "-boundary-tree %s", BOUNDARY_TREE); }245 if (SYNTH_ZERO_POINTS) { strextend {&command, "-synthphot-zpts %s", SYNTH_ZERO_POINTS); }236 if (VERBOSE) { strextend (&command, "-v"); } 237 if (VERBOSE2) { strextend (&command, "-vv"); } 238 if (RESET) { strextend (&command, "-reset"); } 239 if (RESET_ZEROPTS) { strextend (&command, "-reset-zpts"); } 240 if (UPDATE) { strextend (&command, "-update"); } 241 if (IS_DIFF_DB) { strextend (&command, "-is-diff-db"); } 242 if (!KEEP_UBERCAL) { strextend (&command, "-reset-ubercal"); } 243 if (UPDATE_CATFORMAT) { strextend (&command, "-update-catformat %s", UPDATE_CATFORMAT); } 244 if (BOUNDARY_TREE) { strextend (&command, "-boundary-tree %s", BOUNDARY_TREE); } 245 if (SYNTH_ZERO_POINTS) { strextend (&command, "-synthphot-zpts %s", SYNTH_ZERO_POINTS); } 246 246 247 247 // deprecate -
trunk/Ohana/src/relphot/src/relphot_objects.c
r38466 r38470 148 148 table->hosts[i].hostID, CATDIR, table->hosts[i].pathname, UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax, STATMODE, CAMERA, STAR_TOOFEW, MIN_ERROR); 149 149 150 if (VERBOSE) { strextend (&command, "-v"); }151 if (VERBOSE2) { strextend (&command, "-vv"); }152 if (RESET) { strextend (&command, "-reset"); }153 if (RESET_ZEROPTS) { strextend (&command, "-reset-zpts"); }154 if (UPDATE) { strextend (&command, "-update"); }155 if (!KEEP_UBERCAL) { strextend (&command, "-reset-ubercal"); }156 if (SYNTH_ZERO_POINTS) { s nprintf (tmpline, 1024, "%s -synthphot-zpts %s", command, SYNTH_ZERO_POINTS); strcpy (command, tmpline); }150 if (VERBOSE) { strextend (&command, "-v"); } 151 if (VERBOSE2) { strextend (&command, "-vv"); } 152 if (RESET) { strextend (&command, "-reset"); } 153 if (RESET_ZEROPTS) { strextend (&command, "-reset-zpts"); } 154 if (UPDATE) { strextend (&command, "-update"); } 155 if (!KEEP_UBERCAL) { strextend (&command, "-reset-ubercal"); } 156 if (SYNTH_ZERO_POINTS) { strextend (&command, "-synthphot-zpts %s", SYNTH_ZERO_POINTS); } 157 157 158 158 // if (SET_MREL_VERSION != 1) { strextend (&command, "-set-mrel-version %d", SET_MREL_VERSION); }
Note:
See TracChangeset
for help on using the changeset viewer.
