From 62433aa674efceae5796efd3b8e94af4499345f7 Mon Sep 17 00:00:00 2001 From: Kuo-Song Wang Date: Fri, 14 Feb 2025 14:52:07 +0800 Subject: [PATCH 1/4] update for v5-beta release --- index.html | 99 +++++++++++++++++++----------------------------------- 1 file changed, 34 insertions(+), 65 deletions(-) diff --git a/index.html b/index.html index cb0d652..ad99337 100644 --- a/index.html +++ b/index.html @@ -226,10 +226,10 @@

Cube Analysis and Rendering Tool for Astronomy, --> New - release: v4.1 + release: v5.0-beta.1
January 2024 + style="color:rgb(10, 68, 140);font-weight: bold;font-size:18px; background-color: rgba(255, 255, 255, 0.5);;">Feburary 2025 @@ -580,7 +580,7 @@

v4.1

-

We now host the CARTA RPMs on the We host the CARTA RPMs on the Fedora Copr service.
If you have previously @@ -601,7 +601,7 @@

v4.1

-

We now host the CARTA RPMs on the We host the CARTA RPMs on the Fedora Copr service.
If you have previously @@ -751,17 +751,17 @@

v4.1

href="https://github.com/CARTAvis/carta/releases" target="_blank">https://github.com/CARTAvis/carta/releases.

- - -
From e6d442251a35f97af9784cc2d03071aae78b7840 Mon Sep 17 00:00:00 2001 From: Kuo-Song Wang Date: Wed, 26 Feb 2025 16:18:47 +0800 Subject: [PATCH 2/4] update for v5-beta release --- index.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index ad99337..d55c2a6 100644 --- a/index.html +++ b/index.html @@ -715,7 +715,7 @@

v4.1

10.14.

With Docker installed and running on your system, simply enter the following command in your terminal:
- docker run -ti -p 3002:3002 -v $PWD:/images -v $HOME/.carta:/home/cartauser/.carta cartavis/carta:latest
+ docker run --rm -ti -p 3002:3002 -v $PWD:/images -v $HOME/.carta:/home/cartauser/.carta cartavis/carta:latest
It will download the latest version of CARTA from Docker Hub and run it using your current directory ($PWD) in the CARTA file-browser. A unique URL will be displayed in the terminal. @@ -761,7 +761,7 @@

v5.0-beta.1

  • Ubuntu Linux: 22.04 LTS (Jammy Jellyfish) and 24.04 LTS (Noble Numbat) for amd64 and aarch64 architectures
  • Red Hat Enterprise Linux: 8 and 9 for x86_64 and aarch64 architectures
  • -
  • macOS: 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma) and 15 (Sequoia) for Intel and Apple Silicon +
  • macOS: 12 (Monterey), 13 (Ventura), 14 (Sonoma) and 15 (Sequoia) for Intel and Apple Silicon architectures
  • @@ -832,7 +832,7 @@

    v5.0-beta.1

    -

    We officially support macOS 11 (Big Sur), 12 (Monterey), 13 (Ventura), 14 (Sonoma) and 15 (Sequoia) through We officially support macOS 12 (Monterey), 13 (Ventura), 14 (Sonoma) and 15 (Sequoia) through Homebrew.

    If you do not already have it, you may install Homebrew using the following command (root access is required):
    @@ -908,7 +908,7 @@

    v5.0-beta.1

    environment variable:
    APPIMAGE_EXTRACT_AND_RUN=1 ./carta-v5.0.0-beta.1-$(arch).AppImage
    DOWNLOAD - x86_64 DOWNLOAD - aarch64 @@ -925,9 +925,10 @@

    v5.0-beta.1

    10.14.

    With Docker installed and running on your system, simply enter the following command in your terminal:
    - docker run -ti -p 3002:3002 -v $PWD:/images cartavis/carta:beta
    + docker run --rm -ti -p 3002:3002 -v $PWD:/images -v $HOME/.carta-beta:/home/cartauser/.carta-beta cartavis/carta:beta
    It will download the v5.0.0-beta.1 version of CARTA from Docker Hub and run it using - your current directory ($PWD) in the CARTA file-browser. A unique URL will + your current directory ($PWD) in the CARTA file-browser. You may replace + $PWD by the path where your images reside. A unique URL will be displayed in the terminal. Copy & Paste the unique URL into your local web browser in order to access the CARTA frontend interface. @@ -957,9 +958,9 @@

    v5.0-beta.1

    For more information, please refer to the beta release note.

    -

    In case of any issues encountered during the installation, please contact the CARTA - helpdesk.

    +

    In case of any issues encountered during the installation, please use this google + form to report. Thank you.

    From 8a43de7e9937cc3bd9956741ff961613301faa96 Mon Sep 17 00:00:00 2001 From: Kuo-Song Wang Date: Wed, 26 Feb 2025 17:14:10 +0800 Subject: [PATCH 3/4] update feature lists --- index.html | 44 ++++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index d55c2a6..7d98c5a 100644 --- a/index.html +++ b/index.html @@ -401,7 +401,7 @@

    Release plan

    -

    Current release

    +

    Current release v4.1

    The current release is v4.1 (a maintenance release based on v4.0 to address core library update and critical bugs), released on 23rd of January 2024. v4.0 was released on 12th of September 2023, with the following features: @@ -432,21 +432,23 @@

    Current release

    -

    Next release

    +

    Next release v5-beta / v5-stable

    -

    The next release will be v5.0 (Q3 2024) with the planned main new features (details TBD):

    +

    The next stable release will be v5.0-stable (Q2 2025) with the following major new features

      -
    • Full support of workspace
    • -
    • Full support of workspace sharing (carta-controller only)
    • -
    • RGB image blender
    • -
    • Channel-map view
    • -
    • Image source finder
    • -
    • Spectral line query enhancement
    • -
    • Catalog visualization enhancement
    • -
    • Python scripting interface (long-term effort)
    • +
    • Multi-color image blending
    • +
    • Channel map view (raster only)
    • +
    • HiPS2FITS image query
    • +
    • Dynamic layout
    • +
    • Image coordinate grid / flexiable offset coordinate grid
    • +
    • Position-velocity map generation along a polyline
    • +
    • New design of the in-app help
    - +

    See the detailed changelogs of v5-beta for the full list.

    +
    @@ -457,23 +459,29 @@

    Next release

    -

    Future releases

    +

    Future releases v6+

    This is a non-exclusive list of features we would like to add in subsequent releases, but they are not 100% decided upon yet and depend on feedback from users, resourcing etc.:

      -
    • Collaborative tools
    • -
    • Volume (pseudo 3D) rendering
    • +
    • Time-domain astronomy tools
    • +
    • Full support of workspace
    • +
    • Full support of workspace sharing (carta-controller only)
    • +
    • Collaboration tools (carta-controller only)
    • +
    • Full support of channel map view
    • +
    • Volumetric (pseudo 3D) rendering
    • Profile, histogram, and image fitting tools
    • VO service (image and catalog)
    • -
    • Smart layout
    • New moment image generator
    • +
    • Region spectral profiler performance boost
    • +
    • Image source finder
    • +
    • Spectral line query enhancement
    • +
    • Catalog visualization enhancement
    • Python scripting interface (long-term effort)
    - -
    +

    From 372bb64862efc759b3af9036e4196c6fa0ab3dd8 Mon Sep 17 00:00:00 2001 From: Kuo-Song Wang Date: Wed, 26 Feb 2025 21:54:26 +0800 Subject: [PATCH 4/4] update controller manual URL --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7d98c5a..4e3b80f 100644 --- a/index.html +++ b/index.html @@ -779,7 +779,7 @@

    v5.0-beta.1

    To deploy CARTA at your institution as a web-based application for multiple users, - please refer to the CARTA controller documentation.

    To start CARTA, please refer to the user manual