Changeset 1290


Ignore:
Timestamp:
11/06/06 15:01:29 (17 years ago)
Author:
mar637
Message:

More on ticket #81. scantable.stats now returns value as a list of length scantable.nrow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release2.1.1/python/scantable.py

    r1289 r1290  
    345345            print "--------------------------------------------------"
    346346            print out
    347         else:
    348             retval = { 'axesnames': ['scanno', 'beamno', 'ifno', 'polno', 'cycleno'],
    349                        'axes' : axes,
    350                        'data': statvals}
    351         return retval
     347        #else:
     348            #retval = { 'axesnames': ['scanno', 'beamno', 'ifno', 'polno', 'cycleno'],
     349            #           'axes' : axes,
     350            #           'data': statvals}
     351        return statvals
    352352
    353353    def stddev(self, mask=None):
Note: See TracChangeset for help on using the changeset viewer.