Skip to content

Instantly share code, notes, and snippets.

View thomasabbott's full-sized avatar

Thomas Abbott thomasabbott

View GitHub Profile
@thomasabbott
thomasabbott / load_plot_antex.py
Created January 28, 2020 20:26
Load and plot Galileo satellite phase centres from an Antex file
import numpy as np
from matplotlib import pyplot as plt
import time
antexfilename='C:\\Users\\tabbott\\Desktop\\antex\\ngs14.atx'
def readuntil(atx,tofind):
comment=''
while comment!=tofind:
try: