Ignore:
Timestamp:
08/26/15 07:52:37 (9 years ago)
Author:
dneise
Message:
adjusted paths to newdaq
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/trigger_burst_research/plot_basic_ratescan_info.py

    r18301 r18302  
    1414
    1515runs = pd.DataFrame.from_csv(
    16     '../foo.bar',
     16    'foo.bar',
    1717    infer_datetime_format=True,
    1818    parse_dates=['fRunStart', 'fRunStop']
     
    2222
    2323trigger_rates = get_trigger_rates(night_int,
    24     base_path='../other_aux_data/')
     24    base_path='/fact/aux/')
    2525
    2626fig, ax1 = plt.subplots(figsize=(16, 9))
Note: See TracChangeset for help on using the changeset viewer.