|
|||||
|---|---|---|---|---|---|
The NAOS Preparation Software |
|||||
|
The NAOS PS consists of:
Current Version: JNPS-1.101
The NAOS Preparation Software to be used for Period 81 is version 1.101. This release introduces new embedded PSF data that allows to use new features of the NACO ETC.
Important note: to be able to connect to the NAOS PS server with this version, please make sure to set up the file .jnpscf in your home directory, so that the server's URL reads:
server.name=www.eso.org/observing/etc/naosps
Users having observing runs for Period 80 must use JNPS-1.98, for compatibility reasons with the OB validation script and the PS central server. It can be found on this page.
Until further notice, ESO will only officially support JNPS under the following operating systems:
If you wish to install and run JNPS under a different operating system, you do so at your own risk.
If you do not have access to a workstation running one of the officially support operating systems, please send e-mail to usd-help@eso.org .
Please follow these steps:
gunzip -c jnps-1.101.tar.gz | tar xvf -This creates a directory structure that starts with:
jnps-1.101/
the NAOS PS will work with versions 1.5 and later of Java. If you already have a usable version of Java on your computer, go to the next step. (Hint: if you are using P2PP on your machine, then you already have a correct version of Java.)
Otherwise, download the following tarball:
... and uncompress it on your machine:
gunzip -c jre1.5.0_06-Linux.tar.gz | tar xvf -This creates a directory structure that starts with:
jre/
make sure that the java executable is accessible, setting your PATH variable
appropriately. For example, if you have downloaded one of the above Java tarballs into your home directory,
then you will need to set the PATH variable in this way:
setenv PATH ${HOME}/jre/bin:${PATH}export PATH=${HOME}/jre/bin:${PATH}proxy.enable=trueFor example, with a proxy server named web-proxy.eso.org using port 3120, the $HOME/.jnpscf file should contain the following:
proxy.name=[yourProxyServerName]
proxy.port=[yourProxyServerPort]
proxy.enable=true
proxy.name=web-proxy.eso.org
proxy.port=3120
cd jnps-1.101/bin
setenv PATH ${PATH}:${PWD}
rehash
cd jnps-1.101/bin
export PATH=${PATH}:${PWD}
hash -r
jnpsIf the JNPS main panel appears, then you have successfully installed JNPS. You can delete the compressed TAR file.
Warning: Make sure you are really running JNPS 1.101. The JNPS version is listed at the top of the main window.
For a list of the changes in this release, see the list at the top of the PS FAQ page.
Here is an example PATH line:$HOME/.tcshrc
$HOME/.cshrc
$HOME/.login
setenv PATH ${HOME}/jnps-1.101/bin:${HOME}/jre/bin:${PATH}export PATH=${HOME}/jnps-1.101/bin:${HOME}/jre/bin:${PATH}|
|
||
|
|
||