Skip to content
Snippets Groups Projects
Commit 963144ba authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Add makedata

parent 0d1dfb0a
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
from time import time, sleep
import sys
import numpy as np
a = 1
with open("../sagittarius_a/results/power_1420.ecsv", "r") as f:
for line in f.readlines():
if line[0] == '#' or line[0] == 't':
print(line, end='', flush=True)
else:
print(line, end='', flush=True)
sleep(1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment