Changes between Version 9 and Version 10 of HetProcedures/VDF


Ignore:
Timestamp:
Oct 28, 2019 7:04:51 PM (5 years ago)
Author:
stevenj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/VDF

    v9 v10  
    88== Procedures for setting up the UNITS: ==
    99
    10 
    11 
     10?
    1211
    1312== Procedures for taking the data ==
     
    2019* {{{ ipvg off -V }}}  # Turn off the IP and VG
    2120
    22 * {{{ cal virus -c ldls_long -C 1 -o 6000 -bce 1.3 }}}  # take a single exposure with twice the exposure time to test exposure length
     21* Optional: manually turn on the LDLS lamps, if you want to skip warmup times for each exposure.
    2322
    24 * {{{ cd /hetdata/data/YYYYMMDD/virus0006000/exp01/virus/ }}}    # where YYYYMMDD is the current UT date (note takes a few minutes to arrive fully)
     23* {{{ cal virus -l ldls_long -L 1 -o 6000 -bexp 1.3 }}}  # take a single exposure with twice the exposure time to test exposure length
     24
     25* {{{ cd /hetdata/data/YYYYMMDD/virus0006000/exp01/virus/ }}}    # where YYYYMMDD is the current UT date (note takes a 1-2 minutes for all files to arrive)
    2526
    2627* {{{ ds9v }}}   #  look for all amps which were modified and the brightest one (based on the scale) should be about 45k.
     28    * OR use {{{ virusview 046 }}} # for a specific amplifier
    2729
    28 * {{{ cal virus -c ldls_long -C 1 -o 6001 -bce X.X }}}   # where X.X is the new exposure time based on the previous exposures
     30* {{{ cal virus -l ldls_long -L 1 -o 6001 -bexp X.X }}}   # where X.X is the new exposure time based on the previous exposures
    2931
    3032* {{{ cd ../../../virus0006001/exp01/virus/ }}}     # change directory to where the new data is (note takes a few minutes to arrive fully)
    3133
    32 * {{{ ds9v }}} #  look for all amps which were modified and the brightest one (based on the scale) should be about 45k.
     34* {{{ ds9v }}} or {{{ virusview }}} #  look for all amps which were modified and the brightest one (based on the scale) should be about 45k.
    3335
    34 * {{{ cal virus -c ldls_long -C 30 -o 7000 -bce Y.Y }}}  #  where Y.Y is the final exposure time based on the previous exposure
     36* {{{ cal virus -l ldls_long -L 30 -o 7000 -bexp Y.Y }}}  #  where Y.Y is the final exposure time based on the previous exposure
    3537
    36 * {{{ ipvg on -V }}}
    37 
    38 {{{ Proper syntax on Oct10,2019 is:  cal virus -l ldls_long -L 1 -o 6001 -bexp 0.8  }}}
     38* {{{ ipvg on -V }}}  and turn off LDLS if needed.
    3939
    4040
     41
     42