Owen's Notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
Import the calibration and Time libraries: | Import the calibration and Time libraries: | ||
:<p style="font-family:courier">import calibration as cal | :<p style="font-family:courier">import calibration as cal</p> | ||
:<p style="font-family:courier">from util import Time</p> | |||
from util import Time</p> |
Revision as of 21:13, 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