You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

The LICOS system is designed to record, package and transfer LAT data in a flight-like manner. This design goal is achieved by incorporating data-handling software developed for the Instrument Science Operations Center. This software implements the conventions for data transfer documented in the GLAST Operations Data Products ICD.

External Dependencies

The ISOC software, like LICOS, is implemented primarily as a set of Python modules, and therefore has the same dependencies on the Python interpreter as LICOS. As of 30 August 2005, both packages are targeted to run on Python 2.4.1. For the Mobile Rack system, we assume that Python 2.4.1 is installed under /usr/local. The following is the complete list of supporting packages, in addition to Python, required for proper operation of the ISOC software. I've indicated which dependencies, to the best of my knowledge, are shared between LICOS and the ISOC software.

RedHat Enterprise Linux 4 Packages

The following packages from the RHEL4 distribution must be installed:

  • postgresql-7.4.7-2.RHEL4.1
  • postgresql-server-7.4.7-2.RHEL4.1
  • postgresql-devel-7.4.7-2.RHEL4.1
  • postgresql-libs-7.4.7-2.RHEL4.1

Building Distribution RPM's

Installing and Configuring

Command-Line Tools

  • No labels