Changeset 3302 in Sophya for trunk/SophyaLib/Manual
- Timestamp:
- Aug 17, 2007, 6:01:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/piapp.tex
r3294 r3302 72 72 \vspace{1cm} 73 73 \begin{center} 74 {\bf \Large piapp Version: 4. 0 (V\_Sep2006) }74 {\bf \Large piapp Version: 4.1 (V\_Aug2007) } 75 75 \end{center} 76 76 \titrebp{5} … … 778 778 %%%%%%%%%%%%%%% Section 4 : I/O 779 779 \newpage 780 \section{Data formats and I/O} 780 \section{Data formats and input-output (I/O)} 781 The data file formats recognized by piapp are the ones supported by the 782 SOPHYA library or its extension. 781 783 \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 785 datatables 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} 788 Data is usually read from FITS files as vectors, images, cubes or tables. 789 A subset of SOPHYA objects can be exported in FITS format. 790 \item[\bul] PPF (Portable Persistence file Format) is the native SOPHYA 791 data format. 792 \item[\bul] PostScript - All graphic output produced by piapp can be exported 793 as postscript (.ps) or encapsulated postscript (.eps) files. 794 \end{itemize} 795 796 \subsection{text files} 797 ASCII files (see {\tt ntfrascii} \myppageref{ntfrascii} and 783 798 {\tt newnt} \myppageref{newnt} command) 784 \item[\bul] FITS format files, through \menubar{File/Open-Fits}. 799 \subsection{FITS and PPF} 800 FITS format files, through \menubar{File/Open-Fits}. 785 801 (see also (see {\tt openfits} \myppageref{openfits}) command. 786 \item[\bul]PPF (Portable Persistence file Format) files through802 PPF (Portable Persistence file Format) files through 787 803 menu \menubar{File/Open-PPF}. PPF files are the native persistence 788 format in Sophya (or PEIDA++). 789 \end{itemize} 804 format in Sophya 805 \subsection{Graphic export in postscript} 806 See the menu under \menubar{PostScript} 790 807 791 808 %%%%%%%%%%%%%%% Section 5 : analyse a la paw
Note:
See TracChangeset
for help on using the changeset viewer.