Changeset 2117 for trunk/psModules/src/mainpage.dox
- Timestamp:
- Oct 14, 2004, 8:01:40 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/mainpage.dox (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/mainpage.dox
r2111 r2117 1 /** @mainpage psModule Module Processing Library1 /** @mainpage psModule Image Processing Library 2 2 3 3 4 4 @section intro Introduction 5 5 This 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 to7 support each of the required processing stages, and are listed in this document according to the particular processing8 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.6 use the functionality of the Pan-STARRS Library (psLib) to perform more complex tasks associated with image 7 processing. Modules were constructed to support each of the required processing stages, and are listed according 8 to the particular processing stage for which they will primarily be used. To preserve space, globally-visible 9 structures and functions are prefixed with pm, an abbreviation for Pan-STARRS Modules. 10 10 11 11 Modules in this release include: … … 17 17 18 18 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.) 19 The installed code for psModule consists of header files and a static binary library (libpsmodule.a). 22 20 23 21 @section extinstall Required 3rd Party Libraries
Note:
See TracChangeset
for help on using the changeset viewer.
