Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The list of acronyms are available here: Acronyms and Definitions

How can I use maser4py program on the roc2-dev.obspm.fr server?

The maser4py is installed on the roc2-dev.obspm.fr server.

To load it, run the command:

source /opt/roc/virtualenvs/maser4py/bin/activate

To check if the program works you can enter:

maser --version

Which will return the version of the program.

To get help:

maser --help

Warning

The maser4py module requires NASA CDF library to be installed to work. You can install and load a local copy on your home from https://cdf.gsfc.nasa.gov/. Or you can load the default version installed on the roc2-dev.obspm.fr server, by running the command:

source /opt/roc/lib/cdf/current/bin/definition.B

(Assuming BASH shell).