|
|||||
|---|---|---|---|---|---|
The NAOS Preparation Software |
|||||
|
The NAOS PS consists of:
Current Version: JNPS-1.102
The NAOS Preparation Software to be used for the remainder of Period 81 (from 20 June 2008 through 30 September 2008) and for Period 82 is version 1.102. 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 normal (non-DDT) observing runs for Period 81 and who still must prepare OBs should contact the User Support Department.
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.102.tar.gz | tar xvf -This creates a directory structure that starts with:
jnps-1.102/
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.102/bin
setenv PATH ${PATH}:${PWD}
rehash
cd jnps-1.102/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.102. 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.102/bin:${HOME}/jre/bin:${PATH}export PATH=${HOME}/jnps-1.102/bin:${HOME}/jre/bin:${PATH}|
|
||
|
|
||