Changes between Version 40 and Version 41 of HetProcedures/RA/virus


Ignore:
Timestamp:
Sep 19, 2016 3:38:47 AM (8 years ago)
Author:
sir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/virus

    v40 v41  
    2525#!div style="font-size: 80%"
    2626  {{{#!bash
    27   $ sudo service vdas start
    28   $ sudo service vdas_monitor start
     27  sudo service vdas start
     28  sudo service vdas_monitor start
    2929  }}}
    3030}}}
     
    4444#!div style="font-size: 80%"
    4545  {{{#!bash
    46   $ monitor -v -T -P --key-filter 'log_[^d].*' --log-print
     46  monitor -v -T -P --key-filter 'log_[^d].*' --log-print
    4747  }}}
    4848}}}
     
    8080#!div style="font-size: 80%"
    8181  {{{#!bash
    82     $ $HET_SRC_ROOT/integration/cal.py --help
     82    $HET_SRC_ROOT/integration/cal.py --help
    8383  }}}
    8484}}}
     
    9494
    9595{{{
    96 $ syscmd -v -V 'expose( seconds=15, x_binning=2, y_binning=1, type="twi", object="twilight", observation=1, exposure=1 )'
     96syscmd -v -V 'expose( seconds=15, x_binning=2, y_binning=1, type="twi", object="twilight", observation=1, exposure=1 )'
    9797}}}
    9898
     
    110110#!div style="font-size: 80%"
    111111  {{{#!bash
    112   $ syscmd -v -V 'expose( seconds=20, x_binning=2, y_binning=1, type="sci", object="Test", observation=1234, exposure=1 )'
     112  syscmd -v -V 'expose( seconds=20, x_binning=2, y_binning=1, type="sci", object="Test", observation=1234, exposure=1 )'
    113113  }}}
    114114}}}
     
    119119#!div style="font-size: 80%"
    120120  {{{#!bash
    121   $ $HET_SRC_ROOT/camra/testing/virus.py 'expose( seconds=20, x_binning=2, y_binning=1, type="sci", object="Test", observation=1234, exposure=1  )'
     121  $HET_SRC_ROOT/camra/testing/virus.py 'expose( seconds=20, x_binning=2, y_binning=1, type="sci", object="Test", observation=1234, exposure=1  )'
    122122  }}}
    123123}}}
     
    173173#!div style="font-size: 80%"
    174174  {{{#!bash
    175   $ syscmd -v -l 'get_hardware_status( update_state="true" )'
    176   }}}
    177 }}}
    178 
    179 {{{
    180 #!div style="font-size: 80%"
    181   {{{#!bash
    182   $ syscmd -v -V 'get_hardware_status( update_state="true" )'
     175  syscmd -v -l 'get_hardware_status( update_state="true" )'
     176  }}}
     177}}}
     178
     179{{{
     180#!div style="font-size: 80%"
     181  {{{#!bash
     182  syscmd -v -V 'get_hardware_status( update_state="true" )'
    183183  }}}
    184184}}}
     
    242242#!div style="font-size: 80%"
    243243  {{{#!bash
    244   $ syscmd -v -l 'help()'
    245   }}}
    246 }}}
     244  syscmd -v -l 'help()'
     245  }}}
     246}}}