Skip to content

Commit e3c831b

Browse files
committed
Minor updates to notebooks
1 parent fbf776a commit e3c831b

25 files changed

+600
-379
lines changed

Aircraft Doppler.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@
867867
"metadata": {
868868
"kernelspec": {
869869
"display_name": "Python 3",
870-
"language": "python3",
870+
"language": "python",
871871
"name": "python3"
872872
},
873873
"language_info": {
@@ -880,7 +880,7 @@
880880
"name": "python",
881881
"nbconvert_exporter": "python",
882882
"pygments_lexer": "ipython3",
883-
"version": "3.6.5"
883+
"version": "3.6.9"
884884
}
885885
},
886886
"nbformat": 4,

Amateur VLBI.ipynb

+17-7
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,9 @@
362362
{
363363
"cell_type": "code",
364364
"execution_count": 216,
365-
"metadata": {},
365+
"metadata": {
366+
"collapsed": true
367+
},
366368
"outputs": [],
367369
"source": [
368370
"N = 2**14\n",
@@ -660,7 +662,9 @@
660662
{
661663
"cell_type": "code",
662664
"execution_count": 226,
663-
"metadata": {},
665+
"metadata": {
666+
"collapsed": true
667+
},
664668
"outputs": [],
665669
"source": [
666670
"delta_range_tle = np.empty_like(delta_range)\n",
@@ -836,7 +840,9 @@
836840
{
837841
"cell_type": "code",
838842
"execution_count": 295,
839-
"metadata": {},
843+
"metadata": {
844+
"collapsed": true
845+
},
840846
"outputs": [],
841847
"source": [
842848
"bb_phase_sample = np.cumsum(np.repeat(bb_freq, N))\n",
@@ -930,7 +936,9 @@
930936
{
931937
"cell_type": "code",
932938
"execution_count": 270,
933-
"metadata": {},
939+
"metadata": {
940+
"collapsed": true
941+
},
934942
"outputs": [],
935943
"source": [
936944
"for k in range(1,steps):\n",
@@ -952,7 +960,9 @@
952960
{
953961
"cell_type": "code",
954962
"execution_count": 296,
955-
"metadata": {},
963+
"metadata": {
964+
"collapsed": true
965+
},
956966
"outputs": [],
957967
"source": [
958968
"t_corrected = np.arange(corrected_delta_range.size)*step/fs\n",
@@ -996,7 +1006,7 @@
9961006
"metadata": {
9971007
"kernelspec": {
9981008
"display_name": "Python 3",
999-
"language": "python3.5",
1009+
"language": "python3",
10001010
"name": "python3"
10011011
},
10021012
"language_info": {
@@ -1009,7 +1019,7 @@
10091019
"name": "python",
10101020
"nbconvert_exporter": "python",
10111021
"pygments_lexer": "ipython3",
1012-
"version": "3.5.4"
1022+
"version": "3.6.9"
10131023
}
10141024
},
10151025
"nbformat": 4,

BPSK postprocessing.ipynb

+120-76
Large diffs are not rendered by default.

Choke impedance.ipynb

+16-14
Large diffs are not rendered by default.

ED4YAE 10GHz study.ipynb

+101-69
Large diffs are not rendered by default.

ESEO.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"cell_type": "code",
74-
"execution_count": 5,
74+
"execution_count": 27,
7575
"metadata": {},
7676
"outputs": [
7777
{

FFT downsampling.ipynb

+13-11
Large diffs are not rendered by default.

LilacSat-1 image repair.ipynb

+13-13
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
},
2222
"outputs": [],
2323
"source": [
24-
"PATH = '/home/daniel/lilacsat1-data/'"
24+
"PATH = 'lilacsat1-data/'"
2525
]
2626
},
2727
{
2828
"cell_type": "code",
29-
"execution_count": 26,
29+
"execution_count": 3,
3030
"metadata": {
3131
"collapsed": true
3232
},
@@ -45,7 +45,7 @@
4545
{
4646
"data": {
4747
"text/plain": [
48-
"<matplotlib.image.AxesImage at 0x7f1451878940>"
48+
"<matplotlib.image.AxesImage at 0x7fa7edab5908>"
4949
]
5050
},
5151
"execution_count": 4,
@@ -75,7 +75,7 @@
7575
{
7676
"data": {
7777
"text/plain": [
78-
"<matplotlib.image.AxesImage at 0x7f1451790550>"
78+
"<matplotlib.image.AxesImage at 0x7fa7ed9cf400>"
7979
]
8080
},
8181
"execution_count": 5,
@@ -114,7 +114,7 @@
114114
{
115115
"data": {
116116
"text/plain": [
117-
"<matplotlib.image.AxesImage at 0x7f145176def0>"
117+
"<matplotlib.image.AxesImage at 0x7fa7ed9aceb8>"
118118
]
119119
},
120120
"execution_count": 7,
@@ -168,7 +168,7 @@
168168
{
169169
"data": {
170170
"text/plain": [
171-
"<matplotlib.image.AxesImage at 0x7f14516d10b8>"
171+
"<matplotlib.image.AxesImage at 0x7fa7ed90e080>"
172172
]
173173
},
174174
"execution_count": 10,
@@ -220,7 +220,7 @@
220220
{
221221
"data": {
222222
"text/plain": [
223-
"<matplotlib.image.AxesImage at 0x7f1452c07160>"
223+
"<matplotlib.image.AxesImage at 0x7fa7eee44128>"
224224
]
225225
},
226226
"execution_count": 13,
@@ -261,7 +261,7 @@
261261
{
262262
"data": {
263263
"text/plain": [
264-
"<matplotlib.image.AxesImage at 0x7f1452be1630>"
264+
"<matplotlib.image.AxesImage at 0x7fa7eee1e668>"
265265
]
266266
},
267267
"execution_count": 15,
@@ -310,7 +310,7 @@
310310
{
311311
"data": {
312312
"text/plain": [
313-
"<matplotlib.image.AxesImage at 0x7f1452b43ac8>"
313+
"<matplotlib.image.AxesImage at 0x7fa7eed81a58>"
314314
]
315315
},
316316
"execution_count": 17,
@@ -340,7 +340,7 @@
340340
{
341341
"data": {
342342
"text/plain": [
343-
"<matplotlib.image.AxesImage at 0x7f1452b1dfd0>"
343+
"<matplotlib.image.AxesImage at 0x7fa7eed65160>"
344344
]
345345
},
346346
"execution_count": 18,
@@ -380,7 +380,7 @@
380380
{
381381
"data": {
382382
"text/plain": [
383-
"<matplotlib.image.AxesImage at 0x7f1452a80588>"
383+
"<matplotlib.image.AxesImage at 0x7fa7eecc0518>"
384384
]
385385
},
386386
"execution_count": 20,
@@ -410,7 +410,7 @@
410410
{
411411
"data": {
412412
"text/plain": [
413-
"<matplotlib.image.AxesImage at 0x7f1452a58be0>"
413+
"<matplotlib.image.AxesImage at 0x7fa7eec96b00>"
414414
]
415415
},
416416
"execution_count": 21,
@@ -450,7 +450,7 @@
450450
{
451451
"data": {
452452
"text/plain": [
453-
"<matplotlib.image.AxesImage at 0x7f14529bb588>"
453+
"<matplotlib.image.AxesImage at 0x7fa7eebfa518>"
454454
]
455455
},
456456
"execution_count": 23,

dslwp/DSLWP-B Doppler analysis.ipynb

+8-4
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,9 @@
350350
{
351351
"cell_type": "code",
352352
"execution_count": 15,
353-
"metadata": {},
353+
"metadata": {
354+
"collapsed": true
355+
},
354356
"outputs": [],
355357
"source": [
356358
"def utc2taimodjulian(x):\n",
@@ -363,7 +365,9 @@
363365
{
364366
"cell_type": "code",
365367
"execution_count": 16,
366-
"metadata": {},
368+
"metadata": {
369+
"collapsed": true
370+
},
367371
"outputs": [],
368372
"source": [
369373
"ve7til_ecef = np.array([-2303967.2134504286, -3458727.86250663, 4822174.148309025])*1e-3"
@@ -429,7 +433,7 @@
429433
"metadata": {
430434
"kernelspec": {
431435
"display_name": "Python 3",
432-
"language": "python3.5",
436+
"language": "python3",
433437
"name": "python3"
434438
},
435439
"language_info": {
@@ -442,7 +446,7 @@
442446
"name": "python",
443447
"nbconvert_exporter": "python",
444448
"pygments_lexer": "ipython3",
445-
"version": "3.5.5"
449+
"version": "3.6.5"
446450
}
447451
},
448452
"nbformat": 4,

dslwp/DSLWP-B SME.ipynb

+6-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676
{
7777
"cell_type": "code",
7878
"execution_count": 5,
79-
"metadata": {},
79+
"metadata": {
80+
"collapsed": true
81+
},
8082
"outputs": [],
8183
"source": [
8284
"t, data = load_data('/home/daniel/jupyter_notebooks/dslwp/SME.txt', '2018-10-07T09:50:00', '2018-10-07T12:10:00')\n",
@@ -147,7 +149,9 @@
147149
{
148150
"cell_type": "code",
149151
"execution_count": 9,
150-
"metadata": {},
152+
"metadata": {
153+
"collapsed": true
154+
},
151155
"outputs": [],
152156
"source": [
153157
"min_dist, reflection_point_long, reflection_point_lat = compute_moonbounce(data)\n",

dslwp/VLBI 2018-11-21.ipynb

+13-15
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": 2,
66
"metadata": {
77
"collapsed": true
88
},
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"cell_type": "code",
26-
"execution_count": 2,
26+
"execution_count": 3,
2727
"metadata": {},
2828
"outputs": [
2929
{
@@ -32,7 +32,7 @@
3232
"3.2768"
3333
]
3434
},
35-
"execution_count": 2,
35+
"execution_count": 3,
3636
"metadata": {},
3737
"output_type": "execute_result"
3838
}
@@ -44,7 +44,7 @@
4444
},
4545
{
4646
"cell_type": "code",
47-
"execution_count": 3,
47+
"execution_count": 4,
4848
"metadata": {
4949
"collapsed": true
5050
},
@@ -59,7 +59,7 @@
5959
},
6060
{
6161
"cell_type": "code",
62-
"execution_count": 4,
62+
"execution_count": 5,
6363
"metadata": {
6464
"collapsed": true
6565
},
@@ -250,20 +250,18 @@
250250
},
251251
{
252252
"cell_type": "code",
253-
"execution_count": 5,
254-
"metadata": {
255-
"collapsed": true
256-
},
253+
"execution_count": 6,
254+
"metadata": {},
257255
"outputs": [],
258256
"source": [
259257
"# Generate seconds and items for Dwingeloo (which has clock jumps)\n",
260258
"\n",
261-
"#subprocess.run(\"gr_read_file_metadata /mnt/disk/dslwp/charon.camras.nl/public/dslwp-b/vlbi/DSLWP-B_PI9CAM_2018-11-21_436MHz.raw | grep Seconds | awk '{print $2;}' > /tmp/dwingeloo_seconds\", shell = True)\n",
262-
"#subprocess.run(\"gr_read_file_metadata /mnt/disk/dslwp/charon.camras.nl/public/dslwp-b/vlbi/DSLWP-B_PI9CAM_2018-11-21_436MHz.raw | grep items | awk '{print $1;}' > /tmp/dwingeloo_items\", shell = True)\n",
263-
"#dwingeloo_seconds = np.fromfile('/tmp/dwingeloo_seconds', sep = ' ')\n",
264-
"#np.save('dwingeloo_seconds.npy', dwingeloo_seconds)\n",
265-
"#dwingeloo_items = np.fromfile('/tmp/dwingeloo_items', sep = ' ')\n",
266-
"#np.save('dwingeloo_items.npy', dwingeloo_items)"
259+
"# subprocess.run(\"gr_read_file_metadata /mnt/disk/dslwp/charon.camras.nl/public/dslwp-b/vlbi/DSLWP-B_PI9CAM_2018-11-21_436MHz.raw | grep Seconds | awk '{print $2;}' > /tmp/dwingeloo_seconds\", shell = True)\n",
260+
"# subprocess.run(\"gr_read_file_metadata /mnt/disk/dslwp/charon.camras.nl/public/dslwp-b/vlbi/DSLWP-B_PI9CAM_2018-11-21_436MHz.raw | grep items | awk '{print $1;}' > /tmp/dwingeloo_items\", shell = True)\n",
261+
"# dwingeloo_seconds = np.fromfile('/tmp/dwingeloo_seconds', sep = ' ')\n",
262+
"# np.save('dwingeloo_seconds.npy', dwingeloo_seconds)\n",
263+
"# dwingeloo_items = np.fromfile('/tmp/dwingeloo_items', sep = ' ')\n",
264+
"# np.save('dwingeloo_items.npy', dwingeloo_items)"
267265
]
268266
},
269267
{

dslwp/VLBI analysis.ipynb

+5-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@
8383
{
8484
"cell_type": "code",
8585
"execution_count": 6,
86-
"metadata": {},
86+
"metadata": {
87+
"collapsed": true
88+
},
8789
"outputs": [],
8890
"source": [
8991
"trk = vlbi.load_doppler_file('VLBI_Doppler.txt')\n",
@@ -315,7 +317,7 @@
315317
"metadata": {
316318
"kernelspec": {
317319
"display_name": "Python 3",
318-
"language": "python3.5",
320+
"language": "python3",
319321
"name": "python3"
320322
},
321323
"language_info": {
@@ -328,7 +330,7 @@
328330
"name": "python",
329331
"nbconvert_exporter": "python",
330332
"pygments_lexer": "ipython3",
331-
"version": "3.5.5"
333+
"version": "3.6.9"
332334
}
333335
},
334336
"nbformat": 4,

0 commit comments

Comments
 (0)