IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17606 for trunk/ippTasks


Ignore:
Timestamp:
May 9, 2008, 11:05:09 AM (18 years ago)
Author:
eugene
Message:

local value for workdir, using @CWD@

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/simtest.auto

    r17580 r17606  
    1212  check      STR "regtool -processedexp -exp_type BIAS -inst SIMTEST -dbname @DBNAME@"
    1313  ncheck     S32 20
    14   launch     STR "dettool -definebyquery -workdir path://EAMWORK -inst SIMTEST -det_type BIAS -select_exp_type BIAS -dbname @DBNAME@"
     14  launch     STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst SIMTEST -det_type BIAS -select_exp_type BIAS -dbname @DBNAME@"
    1515  block      STR "dettool -runs -active -det_type BIAS -dbname @DBNAME@"
    1616END
     
    1919  name       STR DARK
    2020  check      STR "detselect -search -inst SIMTEST -det_type BIAS -dbname @DBNAME@"
    21   launch     STR "dettool -definebyquery -workdir path://EAMWORK -inst SIMTEST -det_type DARK -select_exp_type DARK -dbname @DBNAME@"
     21  launch     STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst SIMTEST -det_type DARK -select_exp_type DARK -dbname @DBNAME@"
    2222  block      STR "dettool -runs -active -det_type DARK -dbname @DBNAME@"
    2323END
     
    2626  name       STR SHUTTER
    2727  check      STR "detselect -search -inst SIMTEST -det_type DARK -dbname @DBNAME@"
    28   launch     STR "dettool -definebyquery -workdir path://EAMWORK -inst SIMTEST -det_type SHUTTER -filter r -select_exp_type FLAT -select_filter r -dbname @DBNAME@"
     28  launch     STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst SIMTEST -det_type SHUTTER -filter r -select_exp_type FLAT -select_filter r -dbname @DBNAME@"
    2929  block      STR "dettool -runs -active -det_type SHUTTER -dbname @DBNAME@"
    3030END
     
    3333  name       STR FLAT-r
    3434  check      STR "detselect -search -inst SIMTEST -det_type SHUTTER -dbname @DBNAME@"
    35   launch     STR "dettool -definebyquery -workdir path://EAMWORK -inst SIMTEST -det_type FLAT -filter r -select_exp_type FLAT -select_filter r -dbname @DBNAME@"
     35  launch     STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst SIMTEST -det_type FLAT -filter r -select_exp_type FLAT -select_filter r -dbname @DBNAME@"
    3636  block      STR "dettool -runs -active -det_type FLAT -filter r -dbname @DBNAME@"
    3737END
     
    4040  name       STR FLAT-i
    4141  check      STR "detselect -search -inst SIMTEST -det_type SHUTTER -dbname @DBNAME@"
    42   launch     STR "dettool -definebyquery -workdir path://EAMWORK -inst SIMTEST -det_type FLAT -filter i -select_exp_type FLAT -select_filter i -dbname @DBNAME@"
     42  launch     STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst SIMTEST -det_type FLAT -filter i -select_exp_type FLAT -select_filter i -dbname @DBNAME@"
    4343  block      STR "dettool -runs -active -det_type FLAT -filter i -dbname @DBNAME@"
    4444END
Note: See TracChangeset for help on using the changeset viewer.