Changes between Version 4 and Version 5 of HetProcedures/RA/warmup


Ignore:
Timestamp:
May 20, 2022 5:37:21 PM (2 years ago)
Author:
stevenj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/warmup

    v4 v5  
    77The script {{{measure_warmups.py}}} will take a series of exposures on the ACQ camera after powering on each light source to watch its flux change as it warms up.
    88
    9 You can run it without arguments to test all lamps, which should take about XXX minutes:
     9You should run it like this to test all lamps, which should take about 20 minutes:
    1010{{{
    11 measure_warmups.py
    12 }}}
    13 
    14 Alternatively, you can run one or more lamps at a time, for example:
    15 {{{
    16 measure_warmups.py -Hg -Cd
    17 measure_warmups.py -ldls -Qth -FeAr
     11measure_warmups.py -graph
    1812}}}
    1913
     
    2418and it will stop after the current exposure ends.
    2519
    26 The results of the warm-up test are displayed on screen and saved in {{{/data1/archive/fcu_warmup/}}}
     20If you select the {{{-graph}}} option, then the results of the warm-up test analyzed and saved in {{{/data1/archive/fcu_warmup/}}}
    2721
    2822After you run this script please email SJ with details about what you did so we can analyze the warmup time measurements.
     
    3125[[br]]
    3226[[br]]
    33 
    34 Output graphs could eventually be created, but the text output is the primary data product for now.