Changeset 3061 in Sophya
- Timestamp:
- Aug 14, 2006, 8:20:08 PM (19 years ago)
- Location:
- trunk/SophyaLib/Manual
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/modifs.tex
r3050 r3061 273 273 274 274 \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. 280 C'est un Histo qui garde le nombre d'entr\'ees dans chaque bin) \\ 277 281 278 282 \subsection{NTuple} … … 495 499 \end{verbatim} 496 500 497 \item[\rond] Tests et vrifications des polynomes de Legendre CMV ??? 501 \item[\rond] {\bf Fin 2004} : Tests et vrifications des polynomes de Legendre. 502 La classe LambdaLMBuilder donne les bons r\'esultats mais calcule les Plm 503 pour tous les $l,m$. 504 Introduction d'une routine (C-like) ``HarmSph\_array\_teta'' qui calcule 505 les Plm pour $m$ fix\'e et $l\in [0,l_{max}]$ comme ce qui est fait 506 dans la GSL... (la routine GSL ne marche pas corectement). 498 507 \end{itemize} 499 508 … … 794 803 795 804 \section{FitsIOServer} 796 Juin 2006 : \\ 805 \noindent 806 - Aout 2006 : \\ 807 Ecriture/Lecture des classes Histo,HProf,HistoErr,Histo2D dans fichier FITS. 808 Les Histo2D et leurs projections 1D associ\'ees sont lus et \'ecrits 809 sur plusieurs HDU cons\'ecutifs. \\ 810 - Juin 2006 : \\ 797 811 Ajout verification/correction noms de colonne lors de lecture FITS / DataTable, 798 812 et remplacement throw par un warning lors de lecture fits-healpix avec $nbcols > 1$ \\[1mm] 799 Septembre-Novembre 2005 : Refondation totale du module813 - Septembre-Novembre 2005 : Refondation totale du module 800 814 \begin{itemize} 801 815 \item[\rond] Amelioration du programme PrgUtil/scanppf - … … 845 859 \end{itemize} 846 860 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) 850 865 in(1).imag() pouvait etre ecrase. 851 866 -
trunk/SophyaLib/Manual/piahelp.tex
r3043 r3061 2003 2003 \begin{verbatim} 2004 2004 Specific 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 2006 2006 h/plot/2d nameh2d h [dopt] : plot 2D histogramme 2007 2007 h/plot/2d nameh2d px [dopt] : plot X projection … … 2011 2011 h/plot/2d nameh2d sx n [dopt] : plot X slice number n 2012 2012 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} 2016 Get 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} 2015 2025 \piacommand{h/put\_vec} \label{hZputZvec} 2016 2026 \begin{verbatim} -
trunk/SophyaLib/Manual/sophya.tex
r3048 r3061 1177 1177 may be applied onto profile histograms. 1178 1178 1179 \subsubsection{Histograms HistoErr} 1180 \index{HistoErr} 1181 The {\bf HistoErr} are histograms where the number of entries for each bin is kept. 1182 Various methods to deal with the computation of the mean in each bin 1183 are provided. 1184 1179 1185 \subsection{Data tables (tuples)} 1180 1186 \begin{figure}[hbt]
Note:
See TracChangeset
for help on using the changeset viewer.