IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2009, 12:36:25 PM (17 years ago)
Author:
bills
Message:

-select_exp_type FLAT should now be -select_exp_type SKYFLAT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/simtest.basic.auto

    r25835 r26014  
    2626  name       STR SHUTTER
    2727  check      STR "detselect -search -inst @CAMERA@ -det_type DARK -dbname @DBNAME@"
    28   launch     STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst @CAMERA@ -det_type SHUTTER -filter r -select_exp_type FLAT -select_filter r -dbname @DBNAME@"
     28  launch     STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst @CAMERA@ -det_type SHUTTER -filter r -select_exp_type SKYFLAT -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 @CAMERA@ -det_type SHUTTER -dbname @DBNAME@"
    35   launch     STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst @CAMERA@ -det_type FLAT -filter r -select_exp_type FLAT -select_filter r -dbname @DBNAME@"
     35  launch     STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst @CAMERA@ -det_type FLAT -filter r -select_exp_type SKYFLAT -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 @CAMERA@ -det_type SHUTTER -dbname @DBNAME@"
    42   launch     STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst @CAMERA@ -det_type FLAT -filter i -select_exp_type FLAT -select_filter i -dbname @DBNAME@"
     42  launch     STR "dettool -definebyquery -workdir file://@CWD@/detwork -inst @CAMERA@ -det_type FLAT -filter i -select_exp_type SKYFLAT -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.