Ignore:
Timestamp:
03/24/09 12:33:56 (15 years ago)
Author:
Malte Marquarding
Message:

Fix for Ticket #90; treating integer as double columns now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/linecatalog.py

    r1259 r1534  
    11"""
    2 A representation of a spectra line catalog.
     2A representation of a spectral line catalog.
    33
    44Author: Malte Marquarding
     
    3434            else:
    3535                raise IOError(msg)
     36
     37    def __repr__(self):
     38        return lcbase.summary(self, -1)
    3639
    3740    def summary(self):
Note: See TracChangeset for help on using the changeset viewer.