|
565 | 565 | "source": [
|
566 | 566 | "### Animation (Work In Progress)\n",
|
567 | 567 | "\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)" |
569 | 569 | ]
|
570 | 570 | },
|
571 | 571 | {
|
|
596 | 596 | "# 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",
|
597 | 597 | " \n",
|
598 | 598 | "\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", |
602 | 602 | "\n",
|
603 | 603 | "# layer.time_series = True\n",
|
604 | 604 | "# layer.time_att = 'Time'\n",
|
605 | 605 | "# layer.time_decay = 10000 * u.hour\n",
|
606 | 606 | "\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", |
609 | 609 | "\n",
|
610 |
| - "wwt.play_time(rate=10000)\n" |
| 610 | + "# wwt.play_time(rate=10000)\n" |
611 | 611 | ]
|
612 | 612 | },
|
613 | 613 | {
|
|
645 | 645 | "name": "python",
|
646 | 646 | "nbconvert_exporter": "python",
|
647 | 647 | "pygments_lexer": "ipython3",
|
648 |
| - "version": "3.11.4" |
| 648 | + "version": "3.9.20" |
649 | 649 | }
|
650 | 650 | },
|
651 | 651 | "nbformat": 4,
|
|
0 commit comments