Changeset 166
- Timestamp:
- May 5, 2010 5:25:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dc2mda/src/pythonlib/mda.py
r158 r166 423 423 print " each dimension (e.g., dim[1]) has the following fields: " 424 424 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) 426 426 print " curr_pt - number of data points actually acquired: %d" % (dim[1].curr_pt) 427 427 print " npts - number of data points requested: %d" % (dim[1].npts) … … 668 668 # Now we have to repack all the scan offsets 669 669 if (rank > 1): # 2D scan 670 print "m.scan.pLowerScans", m.scan.pLowerScans671 670 p.reset() 672 671 p.pack_farray(m.scan.npts, m.scan.pLowerScans, p.pack_int)
Note: See TracChangeset
for help on using the changeset viewer.