IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2004, 8:01:40 AM (22 years ago)
Author:
harman
Message:

Removed unnecessary test files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/mainpage.dox

    r2111 r2117  
    1 /** @mainpage psModule Module Processing Library
     1/** @mainpage psModule Image Processing Library
    22
    33
    44@section intro Introduction
    55This library contains the Pan-STARRS Image Processing Pipeline (IPP) image processing modules. These modules
    6 use the functionality of the Pan-STARRS Library (psLib) to perform more complex tasks. Modules were constructed to
    7 support each of the required processing stages, and are listed in this document according to the particular processing
    8 stage for which they will primarily be used. To preserve space, globally-visible structures and functions are
    9 prefixed with pm, for Pan-STARRS Modules.
     6use the functionality of the Pan-STARRS Library (psLib) to perform more complex tasks associated with image
     7processing. Modules were constructed to support each of the required processing stages, and are listed according
     8to the particular processing  stage for which they will primarily be used. To preserve space, globally-visible
     9structures and functions are prefixed with pm, an abbreviation for Pan-STARRS Modules.
    1010
    1111Modules in this release include:
     
    1717
    1818
    19 The installed code for psModule consists of header files and binary libraries in
    20 the form of static (libpsmodule.a) and shared (libpsmodule.so or libpsmodule.dylib,
    21 depending on operating system.)
     19The installed code for psModule consists of header files and a static binary library (libpsmodule.a).
    2220
    2321@section extinstall Required 3rd Party Libraries
Note: See TracChangeset for help on using the changeset viewer.