Changeset 3302 in Sophya for trunk/SophyaLib/Manual


Ignore:
Timestamp:
Aug 17, 2007, 6:01:16 PM (18 years ago)
Author:
ansari
Message:

Debut de la section I/O ds piapp.tex , Reza 17/08/2007

File:
1 edited

Legend:

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

    r3294 r3302  
    7272\vspace{1cm}
    7373\begin{center}
    74 {\bf \Large piapp Version: 4.0 (V\_Sep2006) }
     74{\bf \Large piapp Version: 4.1 (V\_Aug2007) }
    7575\end{center}
    7676\titrebp{5}
     
    778778%%%%%%%%%%%%%%% Section 4 :   I/O
    779779\newpage
    780 \section{Data formats and I/O}
     780\section{Data formats and input-output (I/O)}
     781The data file formats recognized by piapp are the ones supported by the
     782SOPHYA library or its extension.
    781783\begin{itemize}
    782 \item[\bul] ASCII files (see {\tt ntfrascii} \myppageref{ntfrascii} and
     784\item[\bul] ASCII files - Data can be imported from ascii (text) files as
     785datatables or arrays. These objects can also be exported as text files.
     786\item[\bul] FITS files - FITS is a popular format used in particular in astronomy.
     787\href{http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html}
     788Data is usually read from FITS files as vectors, images, cubes or tables.
     789A subset of SOPHYA objects can be exported in FITS format.
     790\item[\bul] PPF (Portable Persistence file Format) is the native SOPHYA
     791data format.
     792\item[\bul] PostScript - All graphic output produced by piapp can be exported
     793as postscript (.ps) or encapsulated postscript (.eps) files.
     794\end{itemize}
     795
     796\subsection{text files}
     797ASCII files (see {\tt ntfrascii} \myppageref{ntfrascii} and
    783798{\tt newnt} \myppageref{newnt} command)
    784 \item[\bul] FITS format files, through \menubar{File/Open-Fits}.
     799\subsection{FITS and PPF}
     800FITS format files, through \menubar{File/Open-Fits}.
    785801(see also (see {\tt openfits} \myppageref{openfits}) command.
    786 \item[\bul] PPF (Portable Persistence file Format) files through
     802PPF (Portable Persistence file Format) files through
    787803menu \menubar{File/Open-PPF}. PPF files are the native persistence
    788 format in Sophya (or PEIDA++).
    789 \end{itemize}
     804format in Sophya
     805\subsection{Graphic export in postscript}
     806See the menu under \menubar{PostScript}
    790807
    791808%%%%%%%%%%%%%%% Section 5 :   analyse a la paw
Note: See TracChangeset for help on using the changeset viewer.