Changeset 33472
- Timestamp:
- Mar 10, 2012, 12:48:12 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/relphot/src
- Files:
-
- 3 edited
-
args.c (modified) (1 diff)
-
initialize.c (modified) (1 diff)
-
relphot_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/args.c
r33452 r33472 498 498 } 499 499 500 if ((MODE == MODE_UPDATE_OBJECTS) && (argc == 1)) return TRUE; 500 501 if (argc != 2) relphot_client_usage (); 501 502 -
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/initialize.c
r33297 r33472 65 65 args_client (argc, argv); 66 66 67 if (MODE == MODE_UPDATE_OBJECTS) return; 68 67 69 // load the list of photcodes into the globals (photcodes, Nphotcodes) 68 70 PhotcodeList = strcreate (argv[1]); -
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/relphot_objects.c
r33452 r33472 143 143 144 144 char command[1024]; 145 snprintf (command, 1024, "relphot_client -update-objects -hostID %d -D CATDIR %s -hostdir %s -region %f %f %f %f ",146 table->hosts[i].hostID, CATDIR, table->hosts[i].pathname, UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax );145 snprintf (command, 1024, "relphot_client -update-objects -hostID %d -D CATDIR %s -hostdir %s -region %f %f %f %f -statmode %s -D CAMERA %s -D STAR_TOOFEW %d -minerror %f", 146 table->hosts[i].hostID, CATDIR, table->hosts[i].pathname, UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax, STATMODE, CAMERA, STAR_TOOFEW, MIN_ERROR); 147 147 148 148 char tmpline[1024];
Note:
See TracChangeset
for help on using the changeset viewer.
