Owen's Notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
Access the Pipeline Computer. | Access the Pipeline Computer. | ||
From the terminal: | From the terminal, start ipython: | ||
:<p style="font-family:courier">ipython --pylab</p> | :<p style="font-family:courier">ipython --pylab</p> | ||
Import the calibration and Time libraries: | |||
:<p style="font-family:courier">import calibration as cal | |||
from util import Time</p> |
Revision as of 21:10, 17 March 2020
Update Antenna Pointing (17 March 2020)
Access the Pipeline Computer.
From the terminal, start ipython:
ipython --pylab
Import the calibration and Time libraries:
import calibration as cal
from util import Time