THEMIS Team Members

From JMARS Wiki

(Redirected from As a THEMIS Team Member)
Jump to: navigation, search

The THEMIS Team Release is available to the members of the THEMIS mission operations and science teams for use in planning and analyzing observations made by the THEMIS instrument aboard Mars Odyssey. In addition to the standard layers available in the Public Release, it includes the THEMIS ROI Layer and the THEMIS Planning Layer. Once new team members have registered for a THEMIS JMARS account, they will be able to download the JMARS THEMIS Team Release.


Contents


[edit] What Can JMARS Do For Me?

  • Mission Planners
  • Plan IR and VIS observations for the THEMIS camera
  • View "Regions of Interest" (ROIs) submitted by THEMIS team members
  • Locate previously acquired observations
  • Planetary Geologists
  • Simultaneously view datasets from TES, THEMIS and other Mars-orbiting instruments
  • Submit "Regions of Interest" (ROIs) for areas you would like imagery
  • Determine the extent/quality of THEMIS coverage of a particular area
  • Locate previously acquired observations


[edit] JMARS System Requirements

The JMARS client is designed to be small, but it can accumulate a lot of data from the server with heavy use. The minimum recommended system requirements are:

  • Java Runtime 1.5 or later (required)
  • A 24 bit video sub-system (required)
  • DSL, Cable, T-1 or better network connection (128Kbps) (recommended)
  • 512MB of RAM (recommended)
  • Display capable of a resolution of 1024x768 (recommended)


[edit] Get a JMARS Account

  1. Before downloading JMARS, go to: http://jmars.asu.edu/internal/register.php to register for an account.
  2. Fill out the registration form. A confirmation email will be sent to the email address you provide.
  3. Your JMARS account will be activated as soon as your participation on the THEMIS Team has been confirmed.
  4. After registration, release notes, new versions of the software, and account changes can be made at the THEMIS Team Members Area.


[edit] Edit Your JMARS Account

  1. To edit your JMARS profile information, go to: http://jmars.asu.edu/edit_profile.html
  2. To change your JMARS password, go to: http://jmars.asu.edu/internal/pass_request.php


[edit] Download and Install JMARS

  • For Internal Users
If you are planning to use JMARS in the Mars Space Flight Facility, it is already available on all Linux machines.
  • For External Users
  1. Go to: THEMIS Team Members Area and login using your JMARS users name and password.
  2. Click on the "Download JMARS" to download the THEMIS Team Release


[edit] Starting JMARS

  1. For Internal Users
Open a terminal window and type:
>jmars 


  1. For External Users
Change to the directory with the jmars.jar file (which you have already downloaded) and type:
>java -jar jmars.jar 
If you would like to open JMARS from a different directory, you can replace "jmars.jar" with "path/jmars.jar".


[edit] Starting JMARS with Additional Arguments

The startup behavior of JMARS can be modified by including additional command line arguments. (Note: Only one command line argument can be used at a time.)

  1. Specify the Starting Position
By default, JMARS starts with the Viewing Window centered at 0E, 0N. This staring location can be changed by addition latitude and longitude arguments to the jmars command:
>jmars "Longitude" "Latitude"
  • "Longitude" - The value is assumed to be East Longitude unless a "W" is used after the numerical value. (ie. 120W)
  • "Latitude" - The value is assumed to be North Latitude unless a "S" is used after the numerical value. (ie. 120S)


  1. Starting with Session Files
Session files allow users to restart JMARS in a previously saved configuration by specifying a startup file:
>jmars "path/session_file_name.jmars"


[edit] Starting JMARS with Flags

The startup behavior of JMARS can also be modified by including any of the following command line flags. Unlike the command line arguments above, multiple command line flags can be used at a time and they can be used in conjunction with command line arguments.

  1. Clean
The "clean" flag will clear out the map tile cache before startup.
>jmars clean


  1. Slideshow
The "slideshow" flag will enable the JMARS slideshow mode.
>jmars slideshow
See the Slideshow Mode wiki page for more information.


  1. Version
The "version" flag will list some information about the JMARS version being used. The "Version" flag will list much more detailed information about the JMARS version being used.
>jmars version
>jmars Version


  1. Help
The "-help" flag will list the available command line arguments and flags in the terminal window.
>jmars -help