Changeset 20244 for trunk/ippTools/src/flatcorr.c
- Timestamp:
- Oct 17, 2008, 1:17:16 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/flatcorr.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/flatcorr.c
r19371 r20244 109 109 } 110 110 111 // require the camera to be defined: this analysis does not make sense 112 // across multiple cameras 113 PXOPT_LOOKUP_STR(camera, config->args, "-inst", true, false); 114 PXOPT_LOOKUP_STR(telescope, config->args, "-telescope", false, false); 115 111 116 PXOPT_LOOKUP_STR(workdir, config->args, "-set_workdir", false, false); 112 117 PXOPT_LOOKUP_STR(label, config->args, "-set_label", false, false); … … 117 122 PXOPT_LOOKUP_STR(tess_id, config->args, "-set_tess_id", false, false); 118 123 PXOPT_LOOKUP_STR(region, config->args, "-set_region", false, false); 119 // XXX probably should make the region in -set_region match ra_min, ra_max, etc120 124 121 125 PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false); … … 181 185 0, // corr_id 182 186 dvodb, 187 camera, 188 telescope, 189 NULL, 183 190 filter, 184 191 "reg", // state … … 260 267 PS_ASSERT_PTR_NON_NULL(config, false); 261 268 269 // require the camera to be defined: this analysis does not make sense across multiple 270 // cameras 271 PXOPT_LOOKUP_STR(camera, config->args, "-inst", true, false); 272 PXOPT_LOOKUP_STR(telescope, config->args, "-telescope", false, false); 273 262 274 PXOPT_LOOKUP_STR(workdir, config->args, "-set_workdir", false, false); 263 275 PXOPT_LOOKUP_STR(label, config->args, "-set_label", false, false); … … 283 295 0, // corr_id 284 296 dvodb, 297 camera, 298 telescope, 299 NULL, 285 300 filter, 286 301 "reg", // state
Note:
See TracChangeset
for help on using the changeset viewer.
