Changeset 38470
- Timestamp:
- Jun 13, 2015, 5:57:53 AM (11 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 4 edited
-
addstar/src/loadtycho_rawdata.c (modified) (1 diff)
-
dvomerge/src/dvomergeUpdate_catalogs.c (modified) (2 diffs)
-
relphot/src/reload_catalogs.c (modified) (1 diff)
-
relphot/src/relphot_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/loadtycho_rawdata.c
r38467 r38470 131 131 catalog.catformat = dvo_catalog_catformat (CATFORMAT); // set the default catformat from config data 132 132 catalog.catmode = dvo_catalog_catmode (CATMODE); // set the default catmode from config data 133 catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;133 catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT | DVO_LOAD_LENSING; 134 134 catalog.Nsecfilt = GetPhotcodeNsecfilt (); 135 135 -
trunk/Ohana/src/dvomerge/src/dvomergeUpdate_catalogs.c
r38468 r38470 10 10 11 11 int dvomergeUpdate_parallel (char *input, char *output, SkyTable *outsky, IDmapType *IDmap); 12 int dvomergeUpdate_parallel_group (HostTableGroup *group, char *absinput, char *absoutput, SkyTable *sky); 13 int dvomergeUpdate_parallel_table (HostTable *table, char *absinput, char *absoutput); 12 int dvomergeUpdate_parallel_group (HostTableGroup *group, char *absinput, char *absoutput); 14 13 15 14 int dvomergeUpdate_catalogs (char *input, char *output, SkyTable *outsky, SkyList *inlist, int NsecfiltInput, int NsecfiltOutput, IDmapType *IDmap, int *secfiltMap) { … … 233 232 return TRUE; 234 233 } 235 236 int dvomergeUpdate_parallel_group (HostTableGroup *group, char *absinput, char *absoutput);237 234 238 235 // launch the dvomergeUpdate_client jobs to the parallel hosts -
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.
