Skip to content

Commit 94fc7b1

Browse files
committed
Commenting out WIP portion that does not work
1 parent 01e5715 commit 94fc7b1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

notebooks/ppi/GLL_MagPlot.ipynb

+8-8
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
"source": [
566566
"### Animation (Work In Progress)\n",
567567
"\n",
568-
"Note the below code is still a work in progress and will not function as intended."
568+
"Note the below code is still a work in progress and will not function as intended. Commenting out for the time being to avoid confusion. (and failure if you try to execute it)"
569569
]
570570
},
571571
{
@@ -596,18 +596,18 @@
596596
"# trans_xy[i] = [np.dot(trans_mat,np.array([x] , [y])) for x,y in zip(ephem_tab['X'][i],ephem_tab['Y'])[i]]\n",
597597
" \n",
598598
"\n",
599-
"eph.time_series = True\n",
600-
"eph.time_att = 'Time'\n",
601-
"eph.time_decay = 500 * u.hour\n",
599+
"# eph.time_series = True\n",
600+
"# eph.time_att = 'Time'\n",
601+
"# eph.time_decay = 500 * u.hour\n",
602602
"\n",
603603
"# layer.time_series = True\n",
604604
"# layer.time_att = 'Time'\n",
605605
"# layer.time_decay = 10000 * u.hour\n",
606606
"\n",
607-
"my_time = Time('1996-12-07 15:21:01.776000')\n",
608-
"wwt.set_current_time(my_time)\n",
607+
"# my_time = Time('1996-12-07 15:21:01.776000')\n",
608+
"# wwt.set_current_time(my_time)\n",
609609
"\n",
610-
"wwt.play_time(rate=10000)\n"
610+
"# wwt.play_time(rate=10000)\n"
611611
]
612612
},
613613
{
@@ -645,7 +645,7 @@
645645
"name": "python",
646646
"nbconvert_exporter": "python",
647647
"pygments_lexer": "ipython3",
648-
"version": "3.11.4"
648+
"version": "3.9.20"
649649
}
650650
},
651651
"nbformat": 4,

0 commit comments

Comments
 (0)