Ticket #10927 (new)
Instrument View - a few Python control commands not working
Reported by: | Federico M Pouzols | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
It looks like some commands are not working well. I loaded the MAR11001 file and tried to follow the examples given in http://www.mantidproject.org/MantidPlot:_Instrument_View#Python_control. I found that for example:
- The method selectTool has no effect (for both the mask and pick tabs).
- In the last example of the wiki page, about the instrument tree tab, InstrumentWindowRenderTab.FULL3D is used, but the InstrumentWindowRenderTab class is not available in my command line. I can only see InstrumentWindow, InstrumentWindowMaskTab and InstrumentWindowPickTab.
Change History
Note: See
TracTickets for help on using
tickets.
Just a note, MantidPlotInstrumentViewTest.py passes but doesn't check these details.