Changeset 1534 for trunk/python
- Timestamp:
- 03/24/09 12:33:56 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/linecatalog.py
r1259 r1534 1 1 """ 2 A representation of a spectra line catalog.2 A representation of a spectral line catalog. 3 3 4 4 Author: Malte Marquarding … … 34 34 else: 35 35 raise IOError(msg) 36 37 def __repr__(self): 38 return lcbase.summary(self, -1) 36 39 37 40 def summary(self):
Note:
See TracChangeset
for help on using the changeset viewer.