File: 259.latex

package info (click to toggle)
python-casacore 3.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,488 kB
  • sloc: python: 4,170; cpp: 1,549; makefile: 67
file content (22 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\documentclass[11pt]{article}
\usepackage{hyperref}
\usepackage[dvips]{graphicx, color}
%%-----------------------------------------------------------------------------

\begin{document}

\title{NOTE 259: pyrap binding to casacore}
\author{Ger van Diepen, ASTRON Dwingeloo}
\date{November 10, 2006}
\maketitle
\begin{abstract}
pyrap is a Python binding to casacore classes using Boost.Python.
It consists of a set of standard converters and bindings to the classes.
As much as possible the bindings are the same as in glish.
\end{abstract}
%%---------------------------------------------------------------------------

\tableofcontents
\newpage      
\input{pyrap.tex}
\end{document}