My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
TablesHowTo  
Use of pyrap.tables comparing it to the old glish usage
Featured
Updated Nov 20, 2008 by Malte.Marquarding

Introduction

This page describes how to use pyrap.tables comparing it to the old glish usage

Note

pyrap_tables are 0-based, glish tables are 1-based

Usage

The usage is mostly the same as glish. Also see glish table docs

python glish notes
from pyrap.tables import * include 'table.g'
t = table('xyz') t := table('xyz')
t.nrows() t.nrows()
t.getcell("mycolumn", 0) t.getcell("mycolumn", 1) get the first row's cell


Sign in to add a comment
Powered by Google Project Hosting