From 748a2839c18527dec0af108bb122d7696e6a6ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=B6hring?= Date: Mon, 23 Jan 2023 16:38:53 +0100 Subject: [PATCH] remove obsolete imports --- src/Interaction with Points.html | 153 ------------------------------- src/stars.ts | 2 - src/testdata.json | 74 --------------- 3 files changed, 229 deletions(-) delete mode 100644 src/Interaction with Points.html delete mode 100644 src/testdata.json diff --git a/src/Interaction with Points.html b/src/Interaction with Points.html deleted file mode 100644 index 649b0cb..0000000 --- a/src/Interaction with Points.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - Interaction with Points - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/stars.ts b/src/stars.ts index 4881e75..8b8a7c7 100644 --- a/src/stars.ts +++ b/src/stars.ts @@ -11,8 +11,6 @@ import { Camera, } from 'three' -import data from './testdata.json' - export interface StarData { name: string type: string diff --git a/src/testdata.json b/src/testdata.json deleted file mode 100644 index 5802adb..0000000 --- a/src/testdata.json +++ /dev/null @@ -1,74 +0,0 @@ -[ - { - "name": "* 61 Cyg B", - "type": "Eruptive Variable", - "theta": 82.3171310715589, - "phi": -5.8262372280102, - "spectral": "K7V", - "radius": 3.4964 - }, - { - "name": "* 61 Cyg A", - "type": "BY Dra Variable", - "theta": 82.3197403091576, - "phi": -5.8181041502094, - "spectral": "K5V", - "radius": 3.4965 - }, - { - "name": "GAT 1383", - "type": "High Proper Motion Star", - "theta": 85.6450087237446, - "phi": -7.3769487234860, - "spectral": "M5.5V", - "radius": 14.5094 - }, - { - "name": "BD+40 4631", - "type": "High Proper Motion Star", - "theta": 89.4905214280362, - "phi": -8.8259946066449, - "spectral": "K8V", - "radius": 19.837 - }, - { - "name": "V* EV Lac", - "type": "Eruptive Variable", - "theta": 100.6067176270883, - "phi": -13.0693645782006, - "spectral": "M4.0Ve", - "radius": 5.0515 - }, - { - "name": "Proxima Centauri", - "type": "Eruptive Variable", - "theta": 313.9398620493784, - "phi": -1.9271491330428, - "spectral": "M5.5Ve", - "radius": 1.3019 - }, - { - "name": "Teegarden's Star", - "type": "Low-mass Star", - "theta": 160.2632765789228, - "phi": -37.0261176452823, - "spectral": "dM6", - "radius": 3.8315 - }, - { - "name": "Barnard's star", - "type": "BY Dra Variable", - "theta": 31.0087027177046, - "phi": 14.0626510150033, - "spectral": "M4V", - "radius": 1.8282 - }, - { - "name": "Wolf 359", - "type": "Eruptive Variable", - "theta": 244.0543969618636, - "phi": 56.1197323657577, - "spectral": "dM6", - "radius": 2.4086 - } -]