NDTS-GUI: Difference between revisions

From Network for Advanced NMR
Jump to navigationJump to search
No edit summary
Line 28: Line 28:
or  
or  


<code>echo $DESKTOP_SESSION</code>  
<code>echo $DESKTOP_SESSION</code>


Creating the launcher
Creating the launcher script:
 
<code>[Desktop Entry]
Type=Application
Exec=/opt/nan-dtdaemon/nan_gui
Hidden=false
NoDisplay=false
Name=NAN GUI
Comment=DTDaemon graphical interface
X-GNOME-Autostart-enabled=true</code>

Revision as of 17:19, 4 June 2025

Overview

NDTS installations on the spectrometer workstation are comprised of the daemon which runs as a service and the NDTS graphical user interface (NDTS-GUI) which provides status information and allows users to make changes to harvesting status, NAN user, and metadata that will be associated with datasets. NDTS is designed to automatically harvest datasets as they complete when harvesting is set to "on", but datasets can also be manually harvested through the NDTS-GUI.

Mapping NAN users to spectrometer workstation users

Datasets harvested need to be associated with a NAN user to allow the datasets to be visible from the Dataset Browser. This is primarily done through the NDTS-GUI where the NAN user may be changed (if the facility manager settings permit the action). By default the NAN user mapped to the spectrometer workstation is selected. The mapping is controlled by the NMR facility manager through a user management page on the NAN portal facility dashboard.

NDTS harvesting defaults

From the Facility Dashboard facility managers use the Manage Facility Users tool to add NAN users to their facility, map those users to spectrometer workstation accounts, set default harvesting settings, and decide how to handle cases where the spectrometer workstation user is not mapped to a NAN user.

When the NDTS-GUI is launched, or when the NAN user selected within the NDTS-GUI is changed, the default settings defined in the Manage Facility Users tool on the NAN web portal are refreshed to the default settings.

If the NDTS-GUI is not running, than NDTS harvesting falls back to the default settings defined in the Manage Facility Users tool

Launching the NDTS-GUI

As the harvesting settings will default to the settings defined in the Manage Facility Users tool it is important that the NDTS-GUI is running at all times so that the harvesting status is visible, and users have the ability to make changes before data collection to ensure proper harvesting and metadata. For this reason, once started the NDTS-GUI has the close button disabled to avoid accidental closing of the application. Users should also setup the NDTS GUI to launch automatically when logging in graphically to the spectrometer workstation.

Manually launch the NDTS-GUI

While it is better to automatically launch the NAN-GUI upon login, it may be launched manually with the command

/opt/nan-dtdaemon/nan_gui

Automatically Launch the NAN-GUI

The exact procedure will depend on which desktop environment you are using and whether you are setting up automatic launching for a single user account or as a system-wide setting for all users.

Checking which desktop environment you are using

echo $XDG_CURRENT_DESKTOP

or

echo $DESKTOP_SESSION

Creating the launcher script:

[Desktop Entry] Type=Application Exec=/opt/nan-dtdaemon/nan_gui Hidden=false NoDisplay=false Name=NAN GUI Comment=DTDaemon graphical interface X-GNOME-Autostart-enabled=true