Changeset 1434 in Sophya for trunk/SophyaLib/Manual
- Timestamp:
- Mar 6, 2001, 5:59:02 PM (25 years ago)
- Location:
- trunk/SophyaLib/Manual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/defsophya.sty
r1411 r1434 34 34 { 35 35 \vspace{1cm} 36 \makebox[160mm][c]{\includegraphics[width= 6cm]{blue_sophya_400.eps}}36 \makebox[160mm][c]{\includegraphics[width=8cm]{blue_sophya_400.eps}} 37 37 % \hspace{7mm} \raisebox{6mm}{\rule{100 mm}{0.5 mm} } 38 38 % \makebox[40 mm]{\bf Sophya } … … 75 75 \vfill 76 76 \hfill 77 \framebox[\textwidth]{\hspace{0.5cm} \bf Sophya Note #1 77 \framebox[\textwidth]{\hspace{0.5cm} \bf Sophya Note #1 (V1.1) 78 78 \hspace{1cm} \today } \\ 79 79 } -
trunk/SophyaLib/Manual/sophya.tex
r1414 r1434 53 53 We have decided to use as much as possible available 54 54 numerical analysis libraries, encapsulating them whenever 55 possible. 56 57 The SOPHYA design and implementation has been carried out 58 with the specific goal of providing the general framework for 59 the Planck-HFI data processing software. However, most of the 60 packages presented here have a more general scope than the CMB analysis 61 and Planck mission problem. 62 The source directory tree 55 possible. Although some the modules in SOPHYA have been 56 designed with the specific goal of providing the general framework for 57 the Planck-HFI data processing software, most of the 58 packages presented here have a more general scope than the 59 CMB analysis and Planck mission problem. This documents 60 presents only a brief overview of the class library, 61 mainly from the user's point of view. A more complete description 62 can be found in the reference manual, available from our 63 web site: \\ 64 {\bf http://www.sophya.org}. 65 66 The source directory tree 63 67 \footnote{ CVS: cvsserver.lal.in2p3.fr:/exp/eros/CVSPlanck} 64 68 is organised into a number of modules. … … 104 108 \item[] {\bf PrgUtil/} Various utility programs (runcxx, scanppf, scanfits, \ldots) 105 109 \item[] {\bf PMixer/} skymixer and related programs 106 \item[] {\bf ProgPI/} 110 \item[] {\bf ProgPI/} interactive analysis tool - It should be noted that 107 111 this module uses the SOPHYA class library and is based on {\bf PI} 108 112 which is a C++ library defining a complete GUI program … … 115 119 \end{itemize} 116 120 121 Modules containing examples and demo programs: 122 \begin{itemize} 123 \item[] {\bf Examples/} Sample SOPHYA codes and example programs and 124 makefiles (auto\_makefile and ex\_makefile). 125 \item[] {\bf DemoPIApp/} Sample exripts and programs for (s)piapp 126 interactive analysis tools. 127 \end{itemize} 117 128 \newpage 118 129 … … 120 131 Basic usage of Sophya classes are described in in the following sections. 121 132 Complete Sophya documentation can be found at our web site: \\ 122 {\bf http:// hfi-l2.in2p3.fr}.133 {\bf http://www.sophya.org}. 123 134 124 135 \subsection{Environment variables} … … 168 179 {\tt trivial.cc }. 169 180 \begin{verbatim} 170 csh> cp \$DPCBASEREP/Include/makefile_auto makefile 181 csh> cp Examples/auto_makefile makefile 182 csh> cp Examples/ex1.cc trivial.cc 171 183 csh> make trivial 172 184 \end{verbatim} 173 185 This command should compile the {\tt trivial.cc} file, 174 and link it against the sophya libraries. The object and executable 175 file names are: \\ 176 {\tt \$HOME/`uname`-\$EROSCXX/Objs/trivial.o} \\ 177 {\tt \$HOME/`uname`-\$EROSCXX/Exec/trivial}. 178 \par 179 The file {\tt \$DPCBASEREP/Include/makefile\_example} provides another 186 and link it against the sophya libraries. 187 The file {\tt \$DPCBASEREP/Include/ex\_makefile} provides another 180 188 example makefile. 181 189 … … 190 198 \begin{verbatim} 191 199 csh> runcxx -h 192 SOPHYA Version 0.9 Revision 97 (V_Oct2000) -- Nov 9 2000 16:20:52cxx200 SOPHYA Version 1.1 Revision 0 (V_Fev2001) -- Feb 28 2001 11:19:17 cxx 193 201 runcxx : compiling and running of a piece of C++ code 194 202 Usage: runcxx [-compopt CompileOptions] [-linkopt LinkOptions]
Note:
See TracChangeset
for help on using the changeset viewer.