Changeset 1434 in Sophya for trunk/SophyaLib/Manual


Ignore:
Timestamp:
Mar 6, 2001, 5:59:02 PM (25 years ago)
Author:
ansari
Message:

Rajout de documentation - modif fichier .sty - Reza 6/3/2001

Location:
trunk/SophyaLib/Manual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Manual/defsophya.sty

    r1411 r1434  
    3434{
    3535\vspace{1cm}
    36 \makebox[160mm][c]{\includegraphics[width=6cm]{blue_sophya_400.eps}}
     36\makebox[160mm][c]{\includegraphics[width=8cm]{blue_sophya_400.eps}}
    3737% \hspace{7mm} \raisebox{6mm}{\rule{100 mm}{0.5 mm} }
    3838% \makebox[40 mm]{\bf Sophya }
     
    7575\vfill
    7676\hfill
    77 \framebox[\textwidth]{\hspace{0.5cm} \bf Sophya Note  #1
     77\framebox[\textwidth]{\hspace{0.5cm} \bf Sophya Note  #1 (V1.1)
    7878\hspace{1cm} \today } \\
    7979}
  • trunk/SophyaLib/Manual/sophya.tex

    r1414 r1434  
    5353We have decided to use as much as possible available
    5454numerical 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
     55possible. Although some the modules in SOPHYA have been
     56designed with the specific goal of providing the general framework for
     57the Planck-HFI data processing software, most of the
     58packages presented here have a more general scope than the
     59CMB analysis and Planck mission problem. This documents
     60presents only a brief overview of the class library,
     61mainly from the user's point of view. A more complete description
     62can be found in the reference manual, available from our
     63web site: \\
     64{\bf http://www.sophya.org}.
     65
     66The source directory tree
    6367\footnote{ CVS: cvsserver.lal.in2p3.fr:/exp/eros/CVSPlanck}
    6468is organised into a number of modules.
     
    104108\item[] {\bf PrgUtil/} Various utility programs (runcxx, scanppf, scanfits, \ldots)
    105109\item[] {\bf PMixer/} skymixer and related programs
    106 \item[] {\bf ProgPI/}  interactive analysis tool - It should be noted that
     110\item[] {\bf ProgPI/} interactive analysis tool - It should be noted that
    107111this module uses the SOPHYA class library and is based on {\bf PI}
    108112which is a C++ library defining a complete GUI program
     
    115119\end{itemize}   
    116120
     121Modules containing examples and demo programs:
     122\begin{itemize}
     123\item[] {\bf Examples/} Sample SOPHYA codes and example programs and
     124makefiles (auto\_makefile and ex\_makefile).
     125\item[] {\bf DemoPIApp/} Sample exripts and programs for (s)piapp
     126interactive analysis tools.
     127\end{itemize}   
    117128\newpage
    118129
     
    120131Basic usage of Sophya classes are described in in the following sections.
    121132Complete Sophya documentation can be found at our web site: \\
    122 {\bf http://hfi-l2.in2p3.fr}.
     133{\bf http://www.sophya.org}.
    123134
    124135\subsection{Environment variables}
     
    168179{\tt trivial.cc }.
    169180\begin{verbatim}
    170 csh> cp \$DPCBASEREP/Include/makefile_auto makefile
     181csh> cp Examples/auto_makefile makefile
     182csh> cp Examples/ex1.cc trivial.cc
    171183csh> make trivial
    172184\end{verbatim}
    173185This 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
     186and link it against the sophya libraries.
     187The file {\tt \$DPCBASEREP/Include/ex\_makefile} provides another
    180188example makefile.
    181189
     
    190198\begin{verbatim}
    191199csh> runcxx -h
    192 SOPHYA Version  0.9 Revision 97 (V_Oct2000) -- Nov  9 2000 16:20:52 cxx
     200SOPHYA Version  1.1 Revision 0 (V_Fev2001) -- Feb 28 2001 11:19:17 cxx
    193201 runcxx : compiling and running of a piece of C++ code
    194202   Usage: runcxx [-compopt CompileOptions] [-linkopt LinkOptions]
Note: See TracChangeset for help on using the changeset viewer.