Changeset 18300
- Timestamp:
- 08/26/15 07:30:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/trigger_burst_research/plot_basic_ratescan_info.py
r18299 r18300 1 1 import sys 2 from pylab import * 2 import numpy as np 3 import matplotlib.pyplot as plt 3 4 import pandas as pd 4 5 from astropy.io import fits 5 6 from calculate_burst_ratio_file import get_trigger_rates, fjd 6 plt.ion() 7 7 8 8 9 night_string = sys.argv[1]
Note:
See TracChangeset
for help on using the changeset viewer.