![[ ESO ]](/images/eso-logo.gif) |
|
The FPOSS tool
|
|
|
What is FPOSS ?
The Fibre Positioner Observation Support
Software (FPOSS) is the fibre configuration program for the
preparation of FLAMES observations.
It takes as input a file containing a list of target objects and
generates a configuration in which as many fibres as possible are
allocated to targets, allowing for the various instrumental
constraints and any specified target priorities. It produces a file
containing a list of allocations of fibres to targets, the so-called
target setup file. This file needs to be included in one or more
Observation Blocks (OBs) created with P2PP.
Current Version: FPOSS-1.41
Users preparing OBs for period 81 can use FPOSS-1.41.
Supported Platforms
FPOSS is available for Linux Redhat 9.
FPOSS Installation
Unix Installation Procedure
To install FPOSS, you will need to retrieve the tarball for your
operating system, unpack and install it, and start the FPOSS executable.
Please follow these steps:
- Move to the directory where you want to install FPOSS.
- Download the following tarball:
- Unpack the tarball
gunzip -c fposs-1.41.Linux.tar.gz | tar xvf -
This creates a directory structure that starts with:
FPOSS/
Move to the FPOSS bin directory and add it to your Unix PATH
tcsh users:
cd FPOSS/bin
setenv PATH ${PATH}:${PWD}
rehash
bash users:
cd FPOSS/bin
export PATH=${PATH}:${PWD}
Move to your working directory and execute FPOSS
cd $HOME/[working-directory]
configure
If the FPOSS three main panels appear you have successfully installed FPOSS.
You can delete the compressed TAR file.
Suggestion: Update Your Unix PATH Definitions
If you update the PATH definition in one of your rc or login files, you
can run FPOSS by simplying typing configure next time you login.
tcsh users must update one of the following files
$HOME/.tcshrc
$HOME/.cshrc
$HOME/.login
with the following PATH line:
setenv PATH ${PATH}:${HOME}/FPOSS/bin
bash users must update the following file
$HOME/.bashrc
with the following PATH line:
export PATH=${PATH}:${HOME}/FPOSS/bin
FPOSS Users' Manual