Ticket #4861 (closed: fixed)
Access events' tof and pulse times from Python
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description (last modified by Janik Zikovsky) (diff)
testers:
el = ws.getEventList(1) times = el.getPulseTimes() tofs = el.getTofs()
Change History
comment:2 Changed 9 years ago by Janik Zikovsky
Refs #4861 EventList methods to get pulse times
accessible from python via getPulseTimes and getTofs.
Also a minor change to LoadEventNexus when missing metadata.
Changeset: a442c669009a3afbe23edd4e65c283a058e449b2
comment:3 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.