Changeset 3061 in Sophya


Ignore:
Timestamp:
Aug 14, 2006, 8:20:08 PM (19 years ago)
Author:
cmv
Message:

un oeu de texte cmv 14/8/2006

Location:
trunk/SophyaLib/Manual
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Manual/modifs.tex

    r3050 r3061  
    273273
    274274\section{HiStats}
    275 \subsection{Classe HistoErr }
    276 Ajout classe HistoErr (Septembre-Octobre 2004)
     275\subsection{Classe Histo,HProf,HistoErr,Histo2D }
     276\noindent
     277- Aout 2006 : refonte profonde des allocations memoire et delete de
     278 Histo,HProf,HistoErr,Histo2D pour faciliter la gestion des IO FITS. \\
     279- Sept 2004 : Ajout classe HistoErr.
     280C'est un Histo qui garde le nombre d'entr\'ees dans chaque bin) \\
    277281
    278282\subsection{NTuple}
     
    495499\end{verbatim}
    496500
    497 \item[\rond] Tests et vŽrifications des polynomes de Legendre CMV ???
     501\item[\rond] {\bf Fin 2004} : Tests et vŽrifications des polynomes de Legendre.
     502La classe LambdaLMBuilder donne les bons r\'esultats mais calcule les Plm
     503pour tous les $l,m$.
     504Introduction d'une routine (C-like) ``HarmSph\_array\_teta'' qui calcule
     505les Plm pour $m$ fix\'e et $l\in [0,l_{max}]$ comme ce qui est fait
     506dans la GSL... (la routine GSL ne marche pas corectement).
    498507\end{itemize}
    499508
     
    794803
    795804\section{FitsIOServer}
    796 Juin 2006 : \\
     805\noindent
     806- Aout 2006 : \\
     807Ecriture/Lecture des classes Histo,HProf,HistoErr,Histo2D dans fichier FITS.
     808Les Histo2D et leurs projections 1D associ\'ees sont lus et \'ecrits
     809sur plusieurs HDU cons\'ecutifs. \\
     810- Juin 2006 : \\
    797811Ajout verification/correction noms de colonne lors de lecture FITS / DataTable,
    798812et remplacement throw par un warning lors de lecture fits-healpix avec $nbcols > 1$ \\[1mm]
    799 Septembre-Novembre 2005 : Refondation totale du module
     813- Septembre-Novembre 2005 : Refondation totale du module
    800814\begin{itemize}
    801815\item[\rond] Amelioration du programme PrgUtil/scanppf -
     
    845859\end{itemize}
    846860
    847 \section{IFFTW}
    848 Juillet 2007 : Passage a FFTW 3 \\
    849 Nov 2005 : Correction du bug dans le cas de FFT-1D Backward(complex -> reel)
     861\section{IFFTW}
     862\noindent
     863- Juillet 2007 : Passage a FFTW 3 \\
     864- Nov 2005 : Correction du bug dans le cas de FFT-1D Backward(complex -> reel)
    850865in(1).imag() pouvait etre ecrase.
    851866
  • trunk/SophyaLib/Manual/piahelp.tex

    r3043 r3061  
    20032003\begin{verbatim}
    20042004Specific plot for 2D histogrammes
    2005  h/plot/2d nameh2d show        : infos on 2D histogramme
     2005 h/plot/2d nameh2d show        : infos on 2D histogramme projections
    20062006 h/plot/2d nameh2d h    [dopt] : plot 2D histogramme
    20072007 h/plot/2d nameh2d px   [dopt] : plot X projection
     
    20112011 h/plot/2d nameh2d sx n [dopt] : plot X slice number n
    20122012 h/plot/2d nameh2d sy n [dopt] : plot Y slice number n
    2013                       n < 0 means Show Info
    2014 \end{verbatim}
     2013                      n < 0 means Show Info\end{verbatim}
     2014\piacommand{h/2d/geth} \label{hZ2dZgeth}
     2015\begin{verbatim}
     2016Get histo projections, bandes and slices
     2017 h/2d/geth nameh2d         : infos on 2D histogramme projections
     2018 h/2d/geth h nameh2d px    : copy X projection into histo h
     2019 h/2d/geth h nameh2d py    : copy Y projection into histo h
     2020 h/2d/geth h nameh2d bx n  : copy X band number n into histo h
     2021 h/2d/geth h nameh2d by n  : copy Y band number n into histo h
     2022 h/2d/geth h nameh2d sx n  : copy X slice number n into histo h
     2023 h/2d/geth h nameh2d sy n  : copy Y slice number n into histo h
     2024  Related commands: h/plot/2d\end{verbatim}
    20152025\piacommand{h/put\_vec} \label{hZputZvec}
    20162026\begin{verbatim}
  • trunk/SophyaLib/Manual/sophya.tex

    r3048 r3061  
    11771177may be applied onto profile histograms.
    11781178
     1179\subsubsection{Histograms HistoErr}
     1180\index{HistoErr}
     1181The {\bf HistoErr} are histograms where the number of entries for each bin is kept.
     1182Various methods to deal with the computation of the mean in each bin
     1183are provided.
     1184
    11791185\subsection{Data tables (tuples)}
    11801186\begin{figure}[hbt]
Note: See TracChangeset for help on using the changeset viewer.