Versions Compared

Key

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

...

The software and infrastructure that specifically supports support ASP consist of

  • Oracle database tables. These contain the configuration information (i.e., thresholds, response functions to use, information from external catalogs) and science results that will be made available to the public and to the collaboration.
  • ScienceTools build. This is a specific release version of the ScienceTools package against which the compiled parts of the ASP code are built and which provides the exectuables that are driven in the ASP scripts.
  • ASP package. This is a collection of subpackages, comprising python scripts, compiled C++ code, and xml pipeline task definitions, that are the core of the ASP functionality. Everything is under CVS control, and are tracked using the same tagging conventions and organization as other elements of the ground software system (e.g., ScienceTools, GlastRelease, etc.). The specific versions of the various sub-packages are defined in the ASP checkout package, which in turn is tagged and defines a release version.
  • ASP Data Viewer web application. This is the interface that presents the analysis results to the collaboration and the public.
  • External software pacakges. Most external packages are available through the ScienceTools external libraries. The following are ASP-specific:
    • CMT v18r...
    • cx_Oracle
    • pylab

...