Changeset 166


Ignore:
Timestamp:
May 5, 2010 5:25:45 PM (14 years ago)
Author:
jemian
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dc2mda/src/pythonlib/mda.py

    r158 r166  
    423423                print "   each dimension (e.g., dim[1]) has the following fields: "
    424424                print "      time      - date & time at which scan was started: %s" % (dim[1].time)
    425                 print "      name - name of scan record that acquired this dimension: '%s'" % (dim[1].name)
     425                print "      name      - name of scan record that acquired this dimension: '%s'" % (dim[1].name)
    426426                print "      curr_pt   - number of data points actually acquired: %d" % (dim[1].curr_pt)
    427427                print "      npts      - number of data points requested: %d" % (dim[1].npts)
     
    668668        # Now we have to repack all the scan offsets
    669669        if (rank > 1): # 2D scan
    670                 print "m.scan.pLowerScans", m.scan.pLowerScans
    671670                p.reset()
    672671                p.pack_farray(m.scan.npts, m.scan.pLowerScans, p.pack_int)
Note: See TracChangeset for help on using the changeset viewer.