Ticket #9492: 9492.py

File 9492.py, 203 bytes (added by Arturs Bekasovs, 6 years ago)

Script to create test workspaces

Line 
1tof_counts = Load("emu00006473.nxs")
2tof_counts2 = Load("emu00006475.nxs", EntryNumber=1)
3
4tof_myunits = CloneWorkspace("tof_counts")
5tof_myunits.setYUnit("MyUnit")
6
7dspacing_counts = Load("PG3_733.nxs")