- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/photdbc/include/photdbc.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/photdbc/include/photdbc.h
r31635 r34041 21 21 } StatType; 22 22 23 int PARALLEL; 24 int PARALLEL_MANUAL; 25 int PARALLEL_SERIAL; 26 27 int HOST_ID; 28 char *HOSTDIR; 29 23 30 // need to get RADIUS from Config 31 32 # define DVO_MAX_PATH 1024 24 33 25 34 /* global variables */ … … 29 38 double UNIQ_RADIUS; 30 39 double DMCAL_MIN;; 31 char ImageCat[ 256];32 char GSCFILE[ 256];33 char CATDIR[ 256];34 char CATMODE[16]; /* raw, mef, split, mysql */35 char CATFORMAT[16]; /* internal, elixir, loneos, panstarrs */36 char PhotCodeFile[ 256];40 char ImageCat[DVO_MAX_PATH]; 41 char GSCFILE[DVO_MAX_PATH]; 42 char CATDIR[DVO_MAX_PATH]; 43 char *CATMODE; /* raw, mef, split, mysql */ 44 char *CATFORMAT; /* internal, elixir, loneos, panstarrs */ 45 char PhotCodeFile[DVO_MAX_PATH]; 37 46 38 47 double RMIN; … … 124 133 int copy_images (char *outdir); 125 134 void usage(); 135 136 int photdbc_catalogs (char *outroot, SkyList *skylist, int hostID); 137 int photdbc_parallel (char *outroot, SkyList *skylist); 138 int args_client (int argc, char **argv); 139 void initialize_client (int argc, char **argv);
Note:
See TracChangeset
for help on using the changeset viewer.
