Changeset 16147
- Timestamp:
- Jan 18, 2008, 4:11:16 PM (18 years ago)
- File:
-
- 1 edited
-
branches/end_stage/ippTools/src/pztool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/end_stage/ippTools/src/pztool.c
r16101 r16147 443 443 PS_ASSERT_PTR_NON_NULL(config, false); 444 444 445 // XXX this is an ugly hack! 446 // we are passing exp level info to a imfile level mode (-copydone) 447 // these options are thrown away unless we just -copydone'd the last imfile 448 // in an exp. 449 // This function MUST NOT be invoked from anywhere but copydoneMode(). 450 451 // optional 452 PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", false, false); 453 PXOPT_LOOKUP_STR(dvodb, config->args, "-dvodb", false, false); 454 PXOPT_LOOKUP_STR(tess_id, config->args, "-tess_id", false, false); 455 PXOPT_LOOKUP_STR(end_stage, config->args, "-end_stage", false, false); 456 445 457 // find all exposures that have had all of their imfiles downloaded but do 446 458 // not appear in newExp … … 488 500 doneExp->telescope, // tmp_telescope 489 501 "run", // state 490 NULL,// workdir502 workdir, // workdir 491 503 "dirty", // workdir state 492 504 NULL, // reduction class 493 NULL,// dvodb494 NULL,// tess_id495 NULL// end_stage505 dvodb, // dvodb 506 tess_id, // tess_id 507 end_stage // end_stage 496 508 ) 497 509 ) {
Note:
See TracChangeset
for help on using the changeset viewer.
