Difference between revisions of "DS9"

From UFRC
Jump to navigation Jump to search
Line 5: Line 5:
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
+
|{{#vardefine:exe|1}}            <!--ADDITIONAL INFO-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
Line 34: Line 34:
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
  
WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY
+
This is a GUI software. Follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs
 +
 
 +
Basic usage:
 +
module load gui
 +
launch_gui_session --module saoimageds9 -e ds9
 +
 
 +
Connect with xpra locally using the xpra command
 +
xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu:3713
  
 
|}}
 
|}}

Revision as of 18:27, 27 February 2018

Description

DS9 website  

SAOImage DS9 is an astronomical imaging and data visualization application. DS9 supports FITS images and binary tables, multiple frame buffers, region manipulation, and many scale algorithms and colormaps. It provides for easy communication with external analysis tasks and is highly configurable and extensible via XPA and SAMP.

Environment Modules

Run module spider DS9 to find out what environment modules are available for this application.

System Variables

  • HPC_{{#uppercase:DS9}}_DIR - installation directory
  • HPC_{{#uppercase:DS9}}_BIN - executable directory


Additional Information

This is a GUI software. Follow the instructions at https://wiki.rc.ufl.edu/doc/GUI_Programs

Basic usage:

module load gui
launch_gui_session --module saoimageds9 -e ds9

Connect with xpra locally using the xpra command

xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu:3713