From 4d5dc0d9483a3f96faf72ce16c4a63158e0fa108 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Thu, 14 Sep 2023 18:25:24 -0400 Subject: [PATCH 1/9] Assign to alt/az values when tracking an object in local horizon mode. --- engine/esm/wwt_control.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/esm/wwt_control.js b/engine/esm/wwt_control.js index fa79b29b..6722061e 100644 --- a/engine/esm/wwt_control.js +++ b/engine/esm/wwt_control.js @@ -975,8 +975,8 @@ var WWTControl$ = { } else if (this.renderContext.space && Settings.get_active().get_localHorizonMode()) { var currentAltAz = Coordinates.equitorialToHorizon(Coordinates.fromRaDec(this._trackingObject.get_RA(), this._trackingObject.get_dec()), SpaceTimeController.get_location(), SpaceTimeController.get_now()); - this.renderContext.targetAlt = currentAltAz.get_alt(); - this.renderContext.targetAz = currentAltAz.get_az(); + this.renderContext.targetAlt = this.renderContext.alt = currentAltAz.get_alt(); + this.renderContext.targetAz = this.renderContext.az = currentAltAz.get_az(); } else { this.renderContext.viewCamera.lng = this.renderContext.targetCamera.lng = this.rAtoViewLng(this._trackingObject.get_RA()); From 87b143c4e79815da99516fbab91ec8ae23ff0c8c Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 15 Sep 2023 09:26:01 -0400 Subject: [PATCH 2/9] Update the "front door" email address to hello@worldwidetelescope.org --- astro/package.json | 4 ++-- embed-common/package.json | 4 ++-- embed-creator/package.json | 4 ++-- embed/package.json | 4 ++-- engine-helpers/package.json | 4 ++-- engine-pinia/package.json | 4 ++-- engine-types/package.json | 4 ++-- engine/package.json | 4 ++-- research-app-messages/package.json | 4 ++-- research-app/package.json | 4 ++-- tests/package.json | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/astro/package.json b/astro/package.json index e37b389a..d11f79ef 100644 --- a/astro/package.json +++ b/astro/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The AAS WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "description": "Basic astronomy utilities for the AAS WorldWide Telescope framework.", diff --git a/embed-common/package.json b/embed-common/package.json index aad9e829..a6f1da1d 100644 --- a/embed-common/package.json +++ b/embed-common/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The AAS WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { diff --git a/embed-creator/package.json b/embed-creator/package.json index 943d85db..e2422c12 100644 --- a/embed-creator/package.json +++ b/embed-creator/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The AAS WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { diff --git a/embed/package.json b/embed/package.json index f39f3691..bb5d81c5 100644 --- a/embed/package.json +++ b/embed/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The AAS WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { diff --git a/engine-helpers/package.json b/engine-helpers/package.json index 9903af2c..96ca3536 100644 --- a/engine-helpers/package.json +++ b/engine-helpers/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The AAS WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { diff --git a/engine-pinia/package.json b/engine-pinia/package.json index 383ada59..bca0de5c 100644 --- a/engine-pinia/package.json +++ b/engine-pinia/package.json @@ -1,8 +1,8 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The AAS WorldWide Telescope Team ", "browser": "dist/index.umd.js", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { diff --git a/engine-types/package.json b/engine-types/package.json index 2d1b8a73..d67b52df 100644 --- a/engine-types/package.json +++ b/engine-types/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The AAS WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "description": "Types used by the AAS WorldWide Telescope.", diff --git a/engine/package.json b/engine/package.json index 15dbd2c1..f50d9d1d 100644 --- a/engine/package.json +++ b/engine/package.json @@ -1,8 +1,8 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The AAS WorldWide Telescope Team ", "browser": "./src/index.js", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { diff --git a/research-app-messages/package.json b/research-app-messages/package.json index a7e7a96a..2c1bce40 100644 --- a/research-app-messages/package.json +++ b/research-app-messages/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The AAS WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "description": "Data structures for messages sent to the AAS WorldWide Telescope research app.", diff --git a/research-app/package.json b/research-app/package.json index bed15e3d..d96edbd7 100644 --- a/research-app/package.json +++ b/research-app/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The AAS WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { diff --git a/tests/package.json b/tests/package.json index 83206dcb..1ec7d475 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,7 +1,7 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The AAS WorldWide Telescope Team ", "bugs": { - "email": "wwt@aas.org", + "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, "dependencies": { From 52a6a802febc380883528e663c0241579d1df875 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 15 Sep 2023 09:32:24 -0400 Subject: [PATCH 3/9] Update sponsorship branding in meta-files (automated) --- astro/package.json | 6 +++--- docs/engine/config.toml | 2 +- docs/engine/engine-pinia-index.md | 2 +- docs/engine/research-app-messages-index.md | 2 +- docs/research-app/config.toml | 2 +- docs/research-app/content/embedding.md | 2 +- embed-common/package.json | 4 ++-- embed-creator/package.json | 8 ++++---- embed-creator/public/index.html | 4 ++-- embed-creator/src/Creator.vue | 2 +- embed/package.json | 6 +++--- embed/public/index.html | 4 ++-- embed/src/Embed.vue | 2 +- engine-helpers/package.json | 6 +++--- engine-pinia/package.json | 6 +++--- engine-types/package.json | 8 ++++---- engine/package.json | 6 +++--- research-app-messages/package.json | 6 +++--- research-app/package.json | 6 +++--- research-app/public/index.html | 4 ++-- tests/package.json | 6 +++--- tests/page_objects/researchApp.ts | 2 +- 22 files changed, 48 insertions(+), 48 deletions(-) diff --git a/astro/package.json b/astro/package.json index d11f79ef..2a5ef398 100644 --- a/astro/package.json +++ b/astro/package.json @@ -1,10 +1,10 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, - "description": "Basic astronomy utilities for the AAS WorldWide Telescope framework.", + "description": "Basic astronomy utilities for the WorldWide Telescope framework.", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -15,7 +15,7 @@ }, "homepage": "https://worldwidetelescope.org/home/", "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "main": "./dist/src/index.js", diff --git a/docs/engine/config.toml b/docs/engine/config.toml index eedc2321..8d8993fd 100644 --- a/docs/engine/config.toml +++ b/docs/engine/config.toml @@ -1,6 +1,6 @@ base_url = "//docs.worldwidetelescope.org/webgl-reference/1/" title = "WWT WebGL Engine Reference Manual" -description = "The AAS WorldWide Telescope WebGL Engine reference manual." +description = "The WorldWide Telescope WebGL Engine reference manual." theme = "wwtguide" [extra] diff --git a/docs/engine/engine-pinia-index.md b/docs/engine/engine-pinia-index.md index b7566003..561e221b 100644 --- a/docs/engine/engine-pinia-index.md +++ b/docs/engine/engine-pinia-index.md @@ -1,4 +1,4 @@ -This package turns the [AAS WorldWide Telescope][wwt] rendering engine, +This package turns the [WorldWide Telescope][wwt] rendering engine, [@wwtelescope/engine], into a well-behaved web app component using [Vue], [Pinia], and [TypeScript]. diff --git a/docs/engine/research-app-messages-index.md b/docs/engine/research-app-messages-index.md index abfeb1dd..b6f4ad0e 100644 --- a/docs/engine/research-app-messages-index.md +++ b/docs/engine/research-app-messages-index.md @@ -1,4 +1,4 @@ -This package defines messages for controlling the AAS WorldWide Telescope +This package defines messages for controlling the WorldWide Telescope [research app]. The only implementation code that it contains are [TypeScript] [type guard functions]. diff --git a/docs/research-app/config.toml b/docs/research-app/config.toml index 27cb71bb..8f9a6d03 100644 --- a/docs/research-app/config.toml +++ b/docs/research-app/config.toml @@ -1,6 +1,6 @@ base_url = "//docs.worldwidetelescope.org/research-app/1/" title = "WWT Research Application Manual" -description = "The AAS WorldWide Telescope research app manual." +description = "The WorldWide Telescope research app manual." theme = "wwtguide" [extra] diff --git a/docs/research-app/content/embedding.md b/docs/research-app/content/embedding.md index ad65a8c9..ebe47fe2 100644 --- a/docs/research-app/content/embedding.md +++ b/docs/research-app/content/embedding.md @@ -38,7 +38,7 @@ version of the app. If you’re hand-coding HTML, you might write: allowfullscreen frameborder="0" > -

ERROR: cannot display AAS WorldWide Telescope research app!

+

ERROR: cannot display WorldWide Telescope research app!

``` diff --git a/embed-common/package.json b/embed-common/package.json index a6f1da1d..358127ff 100644 --- a/embed-common/package.json +++ b/embed-common/package.json @@ -1,5 +1,5 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" @@ -21,7 +21,7 @@ "@wwtelescope/engine-types": "thiscommit:2021-01-15:pai0eoTh" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "main": "./dist/src/index.js", diff --git a/embed-creator/package.json b/embed-creator/package.json index e2422c12..bcd44eba 100644 --- a/embed-creator/package.json +++ b/embed-creator/package.json @@ -1,5 +1,5 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" @@ -17,7 +17,7 @@ "vue": "^3", "vue-clipboard3": "^2.0.0" }, - "description": "An web app for creating AAS WorldWide Telescope embeds", + "description": "A web app for creating WorldWide Telescope embeds", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -42,7 +42,7 @@ "@wwtelescope/embed-common": "manual:workspace:>=0.2.0" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "name": "@wwtelescope/embed-creator", @@ -57,4 +57,4 @@ "serve": "vue-cli-service serve" }, "version": "0.0.0-dev.0" -} +} \ No newline at end of file diff --git a/embed-creator/public/index.html b/embed-creator/public/index.html index 5aa2a9fc..b0246694 100644 --- a/embed-creator/public/index.html +++ b/embed-creator/public/index.html @@ -5,11 +5,11 @@ - AAS WorldWide Telescope Embed Creator + WorldWide Telescope Embed Creator
diff --git a/embed-creator/src/Creator.vue b/embed-creator/src/Creator.vue index 2e313be1..e1aa984c 100644 --- a/embed-creator/src/Creator.vue +++ b/embed-creator/src/Creator.vue @@ -19,7 +19,7 @@

- Wecome to the AAS WorldWide Telescope embed creator tool! This + Wecome to the WorldWide Telescope embed creator tool! This site helps you create HTML code that you can use to embed WWT in your own websites.

diff --git a/embed/package.json b/embed/package.json index bb5d81c5..9a60b2bd 100644 --- a/embed/package.json +++ b/embed/package.json @@ -1,5 +1,5 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" @@ -16,7 +16,7 @@ "vue": "^3", "vue3-popper": "^1.5.0" }, - "description": "The AAS WorldWide Telescope as an embeddable iframe.", + "description": "The WorldWide Telescope as an embeddable iframe.", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -44,7 +44,7 @@ "@wwtelescope/engine-pinia": "thiscommit:2022-11-10:R3G9gH3" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "name": "@wwtelescope/embed", diff --git a/embed/public/index.html b/embed/public/index.html index 2d2d7e99..7c3d8d39 100644 --- a/embed/public/index.html +++ b/embed/public/index.html @@ -5,11 +5,11 @@ - AAS WorldWide Telescope + WorldWide Telescope
diff --git a/embed/src/Embed.vue b/embed/src/Embed.vue index 0244d44a..594c185e 100644 --- a/embed/src/Embed.vue +++ b/embed/src/Embed.vue @@ -158,7 +158,7 @@

Powered by AAS WorldWide TelescopeWorldWide Telescope WWT Logo", + "author": "The WorldWide Telescope Team ", "bugs": { "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" @@ -9,7 +9,7 @@ "@wwtelescope/engine": "workspace:0.0.0-dev.0", "@wwtelescope/engine-types": "workspace:0.0.0-dev.0" }, - "description": "Helpful extensions to the AAS WorldWide Telescope engine.", + "description": "Helpful extensions to the WorldWide Telescope engine.", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -25,7 +25,7 @@ "@wwtelescope/engine-types": "57d0450658d758832a11f628e890c061ad331ec2" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "main": "./dist/src/index.js", diff --git a/engine-pinia/package.json b/engine-pinia/package.json index bca0de5c..6dcea27c 100644 --- a/engine-pinia/package.json +++ b/engine-pinia/package.json @@ -1,5 +1,5 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "browser": "dist/index.umd.js", "bugs": { "email": "hello@worldwidetelescope.org", @@ -13,7 +13,7 @@ "pinia": "^2.0.22", "vue": "^3" }, - "description": "The AAS WorldWide Telescope WebGL engine wrapped into a Vue/Pinia component", + "description": "The WorldWide Telescope WebGL engine wrapped into a Vue/Pinia component", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -36,7 +36,7 @@ "@wwtelescope/engine-types": "thiscommit:2022-11-29:OIQ6vzL" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "main": "./dist/index.common.js", diff --git a/engine-types/package.json b/engine-types/package.json index d67b52df..74b08965 100644 --- a/engine-types/package.json +++ b/engine-types/package.json @@ -1,10 +1,10 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, - "description": "Types used by the AAS WorldWide Telescope.", + "description": "Types used by WorldWide Telescope.", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -15,7 +15,7 @@ }, "homepage": "https://worldwidetelescope.org/home/", "keywords": [ - "AAS WorldWide Telescope", + "WorldWide Telescope", "worldwide-telescope" ], "license": "MIT", @@ -34,4 +34,4 @@ "type": "module", "types": "./dist/src/index.d.ts", "version": "0.0.0-dev.0" -} +} \ No newline at end of file diff --git a/engine/package.json b/engine/package.json index f50d9d1d..6f539462 100644 --- a/engine/package.json +++ b/engine/package.json @@ -1,5 +1,5 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "browser": "./src/index.js", "bugs": { "email": "hello@worldwidetelescope.org", @@ -10,7 +10,7 @@ "pako": "^1.0.11", "uuid": "^8.3.2" }, - "description": "The AAS WorldWide Telescope WebGL engine", + "description": "The WorldWide Telescope WebGL engine", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -36,7 +36,7 @@ "@wwtelescope/engine-types": "57d0450658d758832a11f628e890c061ad331ec2" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "main": "./src/index.js", diff --git a/research-app-messages/package.json b/research-app-messages/package.json index 2c1bce40..535cf3a6 100644 --- a/research-app-messages/package.json +++ b/research-app-messages/package.json @@ -1,10 +1,10 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" }, - "description": "Data structures for messages sent to the AAS WorldWide Telescope research app.", + "description": "Data structures for messages sent to the WorldWide Telescope research app.", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -15,7 +15,7 @@ }, "homepage": "https://worldwidetelescope.org/home/", "keywords": [ - "AAS WorldWide Telescope", + "WorldWide Telescope", "worldwide-telescope" ], "license": "MIT", diff --git a/research-app/package.json b/research-app/package.json index d96edbd7..bdb8fd2a 100644 --- a/research-app/package.json +++ b/research-app/package.json @@ -1,5 +1,5 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" @@ -23,7 +23,7 @@ "vue-slider-component": "^4.1.0-beta.2", "vue3-popper": "^1.5.0" }, - "description": "The AAS WorldWide Telescope research app.", + "description": "The WorldWide Telescope research app.", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", @@ -54,7 +54,7 @@ "@wwtelescope/research-app-messages": "thiscommit:2023-02-19:Kuk5Ppd" }, "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "name": "@wwtelescope/research-app", diff --git a/research-app/public/index.html b/research-app/public/index.html index 2d2d7e99..7c3d8d39 100644 --- a/research-app/public/index.html +++ b/research-app/public/index.html @@ -5,11 +5,11 @@ - AAS WorldWide Telescope + WorldWide Telescope

diff --git a/tests/package.json b/tests/package.json index 1ec7d475..876a1df1 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,5 +1,5 @@ { - "author": "The AAS WorldWide Telescope Team ", + "author": "The WorldWide Telescope Team ", "bugs": { "email": "hello@worldwidetelescope.org", "url": "https://github.com/WorldWideTelescope/wwt-webgl-engine/issues" @@ -10,7 +10,7 @@ "browserstack-local": "^1.4.8", "jsdom": "^21.1.0" }, - "description": "Tests for the AAS WorldWide Telescope engine and apps.", + "description": "Tests for the WorldWide Telescope engine and apps.", "devDependencies": { "@types/nightwatch": "^2.3.12", "chromedriver": "^92.0.2", @@ -22,7 +22,7 @@ }, "homepage": "https://worldwidetelescope.org/home/", "keywords": [ - "AAS WorldWide Telescope" + "WorldWide Telescope" ], "license": "MIT", "name": "@wwtelescope/tests", diff --git a/tests/page_objects/researchApp.ts b/tests/page_objects/researchApp.ts index d542014d..7f1b64be 100644 --- a/tests/page_objects/researchApp.ts +++ b/tests/page_objects/researchApp.ts @@ -40,7 +40,7 @@ const researchAppCommands = { }; const researchAppProps = { - title: "AAS WorldWide Telescope", + title: "WorldWide Telescope", builtinUrl: "https://web.wwtassets.org/engine/assets/builtin-image-sets.wtml", hipsUrl: "http://www.worldwidetelescope.org/wwtweb/catalog.aspx?W=hips", }; From 34d3eea094caa79775e7bffc14a0d44bc6534e9c Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 15 Sep 2023 09:42:02 -0400 Subject: [PATCH 4/9] Update sponsorship branding in meta-files (manual cleanups) --- astro/README.md | 3 +-- docs/engine/content/_index.md | 2 +- docs/research-app/content/_index.md | 2 +- embed-common/README.md | 3 +-- embed-creator/README.md | 3 +-- embed/README.md | 3 +-- engine-helpers/README.md | 3 +-- engine-pinia/README.md | 5 ++--- engine-types/README.md | 3 +-- engine/README.md | 16 +++++----------- engine/esm/wwt_control.js | 2 +- research-app-messages/README.md | 3 +-- research-app/README.md | 3 +-- research-app/src/App.vue | 2 +- 14 files changed, 19 insertions(+), 34 deletions(-) diff --git a/astro/README.md b/astro/README.md index 7293ad0a..4a6d1afd 100644 --- a/astro/README.md +++ b/astro/README.md @@ -1,11 +1,10 @@ # @wwtelescope/astro The [@wwtelescope/astro] package provides some basic routines for astronomical -calculations used in the [AAS] [WorldWide Telescope][wwt-home] (WWT) [WebGL +calculations used in the [WorldWide Telescope][wwt-home] (WWT) [WebGL engine] stack. Learn more about WWT [here][wwt-home]. [@wwtelescope/astro]: https://www.npmjs.com/package/@wwtelescope/astro -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ [WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/ diff --git a/docs/engine/content/_index.md b/docs/engine/content/_index.md index 588a0fb6..c4b2311f 100644 --- a/docs/engine/content/_index.md +++ b/docs/engine/content/_index.md @@ -5,7 +5,7 @@ insert_anchor_links = "right" +++ The “[WebGL] engine” is the core renderer that powers the web-based forms of the -[AAS](https://aas.org/) [WorldWide Telescope] software system. While it +[WorldWide Telescope] software system. While it underpins the [WWT web client] application, it is a reusable [TypeScript] framework that can be embedded in webpages or your own applications. Like this! diff --git a/docs/research-app/content/_index.md b/docs/research-app/content/_index.md index 538d6989..c3c08f13 100644 --- a/docs/research-app/content/_index.md +++ b/docs/research-app/content/_index.md @@ -4,7 +4,7 @@ sort_by = "weight" insert_anchor_links = "right" +++ -The [AAS](https://aas.org/) [WorldWide Telescope] “research app” is a web +The [WorldWide Telescope] “research app” is a web application for exploring and analyzing astronomical data. It’s optimized for use inside the [JupyterLab] research environment but can in fact be embedded anywhere that you can render HTML. Like right here! diff --git a/embed-common/README.md b/embed-common/README.md index dd14c71f..e7519559 100644 --- a/embed-common/README.md +++ b/embed-common/README.md @@ -2,14 +2,13 @@ The [@wwtelescope/embed-common] package provides some common types used by both the [@wwtelescope/embed] embeddable viewer and the [@wwtelescope/embed-creator] -UI for creating such viewers. It is part of the the [AAS] [WorldWide +UI for creating such viewers. It is part of the the [WorldWide Telescope][wwt-home] (WWT) [WebGL engine] stack. Learn more about WWT [here][wwt-home]. [@wwtelescope/embed-common]: https://www.npmjs.com/package/@wwtelescope/embed-common [@wwtelescope/embed]: https://www.npmjs.com/package/@wwtelescope/embed [@wwtelescope/embed-creator]: https://www.npmjs.com/package/@wwtelescope/embed-creator -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ [WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/ diff --git a/embed-creator/README.md b/embed-creator/README.md index cf106cfb..243b01d2 100644 --- a/embed-creator/README.md +++ b/embed-creator/README.md @@ -1,14 +1,13 @@ # @wwtelescope/embed-creator The [@wwtelescope/embed-creator] package is a web app giving a user interface -for constructing [AAS] [WorldWide Telescope][wwt-home] (WWT) embeds: +for constructing [WorldWide Telescope][wwt-home] (WWT) embeds: #### https://embed.worldwidetelescope.org/ Learn more about WWT [here][wwt-home]. [@wwtelescope/embed-creator]: https://www.npmjs.com/package/@wwtelescope/embed-creator -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ [WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/ diff --git a/embed/README.md b/embed/README.md index 4276f314..39e4ed24 100644 --- a/embed/README.md +++ b/embed/README.md @@ -1,11 +1,10 @@ # @wwtelescope/embed -The [@wwtelescope/embed] package implements the embedded Web viewer of the [AAS] +The [@wwtelescope/embed] package implements the embeddable Web viewer of the [WorldWide Telescope][wwt-home] (WWT) web framework. Learn more about WWT [here][wwt-home]. [@wwtelescope/embed]: https://www.npmjs.com/package/@wwtelescope/embed -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ For more information, see [the main README of the wwt-webgl-engine diff --git a/engine-helpers/README.md b/engine-helpers/README.md index e35c12c9..0758e4df 100644 --- a/engine-helpers/README.md +++ b/engine-helpers/README.md @@ -2,13 +2,12 @@ The [@wwtelescope/engine-helpers] package provides convenience [TypeScript] layers that build upon the baseline [@wwtelescope/engine] package. It is part of -the [AAS] [WorldWide Telescope][wwt-home] (WWT) [WebGL engine] stack. Learn more +the [WorldWide Telescope][wwt-home] (WWT) [WebGL engine] stack. Learn more about WWT [here][wwt-home]. [@wwtelescope/engine-helpers]: https://www.npmjs.com/package/@wwtelescope/engine-helpers [TypeScript]: https://typescriptlang.org/ [@wwtelescope/engine]: https://www.npmjs.com/package/@wwtelescope/engine -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ [WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/ diff --git a/engine-pinia/README.md b/engine-pinia/README.md index 993174ef..563ad5f2 100644 --- a/engine-pinia/README.md +++ b/engine-pinia/README.md @@ -1,9 +1,9 @@ # @wwtelescope/engine-pinia The [@wwtelescope/engine-pinia] package wraps the core rendering engine of the -[AAS] [WorldWide Telescope][wwt-home] (WWT) stack ([@wwtelescope/engine]) into a +[WorldWide Telescope][wwt-home] (WWT) stack ([@wwtelescope/engine]) into a plugin for the [Pinia] state management library. It is the basis for WWT-powered -web apps such as [the WWT emebd][@wwtelescope/embed] and [the WWT Embed Creator +web apps such as [the WWT embed][@wwtelescope/embed] and [the WWT Embed Creator UI][@wwtelescope/embed-creator]. Learn more about WWT [here][wwt-home]. [@wwtelescope/engine-pinia]: https://www.npmjs.com/package/@wwtelescope/engine-pinia @@ -11,7 +11,6 @@ UI][@wwtelescope/embed-creator]. Learn more about WWT [here][wwt-home]. [@wwtelescope/embed]: https://www.npmjs.com/package/@wwtelescope/embed [@wwtelescope/embed-creator]: https://www.npmjs.com/package/@wwtelescope/embed-creator [Pinia]: https://pinia.vuejs.org/ -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ [WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/ diff --git a/engine-types/README.md b/engine-types/README.md index ebfaabf3..aaa87127 100644 --- a/engine-types/README.md +++ b/engine-types/README.md @@ -1,12 +1,11 @@ # @wwtelescope/engine-types The [@wwtelescope/engine-types] package exposes some common [TypeScript] types -relating to the [AAS] [WorldWide Telescope][wwt-home] (WWT) [WebGL engine] +relating to the [WorldWide Telescope][wwt-home] (WWT) [WebGL engine] stack. Learn more about WWT [here][wwt-home]. [@wwtelescope/engine-types]: https://www.npmjs.com/package/@wwtelescope/engine-types [TypeScript]: https://typescriptlang.org/ -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ [WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/ diff --git a/engine/README.md b/engine/README.md index 850af714..ddaf383e 100644 --- a/engine/README.md +++ b/engine/README.md @@ -1,13 +1,11 @@ # @wwtelescope/engine -The [@wwtelescope/engine] package is the core rendering engine in the [AAS] -[WorldWide Telescope][wwt-home] (WWT) [WebGL engine] stack. Learn more about WWT +The [@wwtelescope/engine] package implements the core +[WorldWide Telescope][wwt-home] (WWT) rendering engine. Learn more about WWT [here][wwt-home]. [@wwtelescope/engine]: https://www.npmjs.com/package/@wwtelescope/engine -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ -[WebGL engine]: https://github.com/WorldWideTelescope/wwt-webgl-engine/ For more information, see [the main README of the wwt-webgl-engine repository][main-readme], which contains the source for this package. @@ -24,10 +22,6 @@ tool called [ScriptSharp], which has been unmaintained for a long time. [winclient]: https://github.com/WorldWideTelescope/wwt-windows-client/ [ScriptSharp]: https://github.com/nikhilk/scriptsharp -Currently, the engine is built from the (very human-readable) JS outputs of the -ScriptSharp tool, stored in the `js/` subdirectory here. Code that hasn't yet -been extracted into more idiomatic JS lives in `js/transpiled.js`. - -The directory `csharp_ref` contains the C# code that was used as the basis for -the JS at the time of the switch away from ScriptSharp. To avoid confusion, -these files will be removed as they are fully superseded by idiomatic JS. +Now, the engine is built from pure JavaScript written using ES6 module syntax, +using code derived from the ScriptSharp outputs. Its overall structure and form +closely tracks the original C# code. diff --git a/engine/esm/wwt_control.js b/engine/esm/wwt_control.js index fa79b29b..bb877586 100644 --- a/engine/esm/wwt_control.js +++ b/engine/esm/wwt_control.js @@ -199,7 +199,7 @@ WWTControl.initControl6 = function (DivId, startRenderLoop, startLat, startLng, if (gl != null) { set_useGlVersion2(true); } else { - console.warn('This browser does not support WebGL 2.0. Some features will work suboptimally. To get the full AAS WWT experience, consider using the latest version of Chrome, Firefox or Edge. In case you would like to use Safari, we recommend that you enable WebGL 2.0'); + console.warn('This browser does not support WebGL 2.0. Some features will work suboptimally. To get the full WWT experience, consider using the latest version of Chrome, Firefox or Edge. In case you would like to use Safari, we recommend that you enable WebGL 2.0'); gl = canvas.getContext('webgl'); } diff --git a/research-app-messages/README.md b/research-app-messages/README.md index 38f6a451..9129bc8f 100644 --- a/research-app-messages/README.md +++ b/research-app-messages/README.md @@ -1,8 +1,7 @@ # `@wwtelescope/research-app-messages` -Data structures defining UI control commands that can be sent to the [AAS] +Data structures defining UI control commands that can be sent to the [WorldWide Telescope][wwt-home] (WWT) web application for astronomical research. Learn more about WWT [here][wwt-home]. -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ diff --git a/research-app/README.md b/research-app/README.md index e3b0c8a6..3e0d1b2a 100644 --- a/research-app/README.md +++ b/research-app/README.md @@ -1,7 +1,6 @@ # `@wwtelescope/research-app` -The [AAS] [WorldWide Telescope][wwt-home] (WWT) web application for astronomical +The [WorldWide Telescope][wwt-home] (WWT) web application for astronomical research. Learn more about WWT [here][wwt-home]. -[AAS]: https://aas.org/ [wwt-home]: https://worldwidetelescope.org/home/ diff --git a/research-app/src/App.vue b/research-app/src/App.vue index 87c048af..71c79525 100644 --- a/research-app/src/App.vue +++ b/research-app/src/App.vue @@ -345,7 +345,7 @@ v-if="!hideAllChrome" @keydown.stop > - To get the full AAS WWT experience, consider using the latest version of + To get the full WWT experience, consider using the latest version of Chrome, Firefox or Edge. In case you would like to use Safari, we recommend that you enable WebGL 2.0 Date: Fri, 15 Sep 2023 10:27:02 -0400 Subject: [PATCH 5/9] embed: update sponsor logo to NumFOCUS --- embed/src/Embed.vue | 8 ++++---- embed/src/assets/logo_aas.png | Bin 12783 -> 0 bytes embed/src/assets/logo_nf.png | Bin 0 -> 1029 bytes 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 embed/src/assets/logo_aas.png create mode 100644 embed/src/assets/logo_nf.png diff --git a/embed/src/Embed.vue b/embed/src/Embed.vue index 594c185e..5a296a7b 100644 --- a/embed/src/Embed.vue +++ b/embed/src/Embed.vue @@ -157,14 +157,14 @@

Powered by - WorldWide Telescope - WWT Logo - AAS LogoNumFOCUS Logo

diff --git a/embed/src/assets/logo_aas.png b/embed/src/assets/logo_aas.png deleted file mode 100644 index 753d31d261c95dfa29d520c8ba8f2c642c2d0333..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12783 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 B##jIV diff --git a/embed/src/assets/logo_nf.png b/embed/src/assets/logo_nf.png new file mode 100644 index 0000000000000000000000000000000000000000..c31afde1548ff8360744018d6ccccd2b4df177c7 GIT binary patch literal 1029 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7e6l0AZa85pY67#JE_7#My5g&JNk zFq9fFFuY1&V6d9Oz#v{QXIG#N0|TRAfKP}kPys{xREkjN45;?*ISdn*gV=qGKxEJS z{~qf9{f&QzSbqw$2O^MQ$8@0Ve^1R1VfH`-66sy=C)gUog_D1Str&XegJj#Megvz8 zYHy$V9R8Vo)2{`(vK4YvLaw6Sj?L-%ZuGl1ILCNs26 z`4H{^G4o@%!~g&PrCp=f1H&Y^B*-tAK_qte@kbxE=X~jYer$`<#XAkAYK5oMiqSdq>hQ+5w=Vvy zJ*A{9w()RI%C?(3fW|W>dAqwrG4Ecw2*_bC@$_|Nf6mFzt1E1`s`@@qI?vO^F~s6@ zYj9@xAqO5FjttHAQ@mOa0!3JD99#q(`9uTy9!C88FJI`rP^6;tv!ebTRhCW zOV6j3TfEt3ySlY3_rF6^-lc>8%-+Q?Y&!k6>}2cLAJL{RfLRjxr#w3?2FFcoZr=B4+Yk_APOV*-; zzqg#>)U})6vdwZKucwc|HUU1(KfbT+`M+{S9Q9wT|N8Um==f{bpI1e`+GWjE`h525 zdF7rjGhT%iSM6R^9yhKl6iqDQCY6@$3dhhH8mxL`h0wNvc(HQ7VvPFfuSQ)-|xyH8c$| zG`2D^u`)H&HZZUS6G7^>bP0l+XkKF$12d literal 0 HcmV?d00001 From 300df823bc905a493ca36841b7fe952726140efb Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 15 Sep 2023 10:29:15 -0400 Subject: [PATCH 6/9] embed-creator: update copyright line --- embed-creator/src/Creator.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embed-creator/src/Creator.vue b/embed-creator/src/Creator.vue index e1aa984c..245150da 100644 --- a/embed-creator/src/Creator.vue +++ b/embed-creator/src/Creator.vue @@ -437,8 +437,8 @@ Back to top

- Copyright 2020 - American Astronomical Society. + Copyright 2023 + WWT contributors.

From f32ed676b2e245c317ff48f30cf5c41b77277e2f Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 15 Sep 2023 10:36:18 -0400 Subject: [PATCH 7/9] docs: update the Zola theme --- docs/engine/themes/wwtguide | 2 +- docs/research-app/themes/wwtguide | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/engine/themes/wwtguide b/docs/engine/themes/wwtguide index 13c43a8f..25f9a42e 160000 --- a/docs/engine/themes/wwtguide +++ b/docs/engine/themes/wwtguide @@ -1 +1 @@ -Subproject commit 13c43a8f5e536cbe6a1e5361d84bf7be73fcbfa4 +Subproject commit 25f9a42e83fb12d8db680452ce477b7417514cda diff --git a/docs/research-app/themes/wwtguide b/docs/research-app/themes/wwtguide index 13c43a8f..25f9a42e 160000 --- a/docs/research-app/themes/wwtguide +++ b/docs/research-app/themes/wwtguide @@ -1 +1 @@ -Subproject commit 13c43a8f5e536cbe6a1e5361d84bf7be73fcbfa4 +Subproject commit 25f9a42e83fb12d8db680452ce477b7417514cda From 1d19e55fba307b622828967ee9811bc0a9ba6798 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 15 Sep 2023 11:36:58 -0400 Subject: [PATCH 8/9] Require the latest engine in all dependent packages This way it can be nice and clear as to which package versions use the new pure-JS, ESM-based core engine. --- embed-creator/package.json | 2 +- embed/package.json | 2 +- engine-helpers/package.json | 2 +- engine-pinia/package.json | 2 +- engine-types/package.json | 2 +- research-app/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/embed-creator/package.json b/embed-creator/package.json index bcd44eba..a2a28f77 100644 --- a/embed-creator/package.json +++ b/embed-creator/package.json @@ -57,4 +57,4 @@ "serve": "vue-cli-service serve" }, "version": "0.0.0-dev.0" -} \ No newline at end of file +} diff --git a/embed/package.json b/embed/package.json index 9a60b2bd..11d7c4cb 100644 --- a/embed/package.json +++ b/embed/package.json @@ -40,7 +40,7 @@ "homepage": "https://worldwidetelescope.org/home/", "internalDepVersions": { "@wwtelescope/embed-common": "manual:workspace:>=0.2.0", - "@wwtelescope/engine": "1dded843ee47f132873d8b264bdba50badfea25f", + "@wwtelescope/engine": "thiscommit:2023-09-15:u5a68Lm", "@wwtelescope/engine-pinia": "thiscommit:2022-11-10:R3G9gH3" }, "keywords": [ diff --git a/engine-helpers/package.json b/engine-helpers/package.json index 5146a99d..375e440d 100644 --- a/engine-helpers/package.json +++ b/engine-helpers/package.json @@ -21,7 +21,7 @@ "homepage": "https://worldwidetelescope.org/home/", "internalDepVersions": { "@wwtelescope/astro": "manual:workspace:>=0.1.0", - "@wwtelescope/engine": "thiscommit:2023-06-08:wiuLDxn", + "@wwtelescope/engine": "thiscommit:2023-09-15:QN4FSax", "@wwtelescope/engine-types": "57d0450658d758832a11f628e890c061ad331ec2" }, "keywords": [ diff --git a/engine-pinia/package.json b/engine-pinia/package.json index 6dcea27c..bb0159f4 100644 --- a/engine-pinia/package.json +++ b/engine-pinia/package.json @@ -31,7 +31,7 @@ "homepage": "https://worldwidetelescope.org/home/", "internalDepVersions": { "@wwtelescope/astro": "thiscommit:2022-11-29:pfBFAzl", - "@wwtelescope/engine": "thiscommit:2023-06-08:jlRxuZ3", + "@wwtelescope/engine": "thiscommit:2023-09-15:tnfPTUa", "@wwtelescope/engine-helpers": "thiscommit:2023-06-08:51W7HwZ", "@wwtelescope/engine-types": "thiscommit:2022-11-29:OIQ6vzL" }, diff --git a/engine-types/package.json b/engine-types/package.json index 74b08965..076ac7a9 100644 --- a/engine-types/package.json +++ b/engine-types/package.json @@ -34,4 +34,4 @@ "type": "module", "types": "./dist/src/index.d.ts", "version": "0.0.0-dev.0" -} \ No newline at end of file +} diff --git a/research-app/package.json b/research-app/package.json index bdb8fd2a..7017f93e 100644 --- a/research-app/package.json +++ b/research-app/package.json @@ -47,7 +47,7 @@ "homepage": "https://worldwidetelescope.org/home/", "internalDepVersions": { "@wwtelescope/astro": "7cb232125428a91bd8fd10be24fec904e3589cce", - "@wwtelescope/engine": "thiscommit:2022-04-04:M9auxuE", + "@wwtelescope/engine": "thiscommit:2023-09-15:8Z0O5N5", "@wwtelescope/engine-helpers": "263bedcc26dd2d13d03ba68daece76aa5e16f145", "@wwtelescope/engine-pinia": "thiscommit:2022-11-10:R3G9gH3", "@wwtelescope/engine-types": "263bedcc26dd2d13d03ba68daece76aa5e16f145", From da66c8c097ca1091a57c1496ddd43f6868e82ab1 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 15 Sep 2023 11:43:52 -0400 Subject: [PATCH 9/9] README.md: add some notes about build challenges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 909b977a..04fd21ed 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ workshops, and a variety of other needs. ## Developers’ quick start 1. Check out this repository to a machine with [Node.js] and [Yarn]. + 1. Builds with versions of Node.js around 18.17 may fail with [an Invalid URL + error](https://github.com/nodejs/node/issues/48855). + 1. There have also been reports of builds that hang on Linux with Node 20.x. 1. `git submodule update --init` 1. `yarn install` 1. `yarn lint` (uses [ESLint])