Ticket #1334 (closed: wontfix)
Implement HFIR/SANS reduction
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Iteration 25 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Stuart Campbell |
Description
Use the available set of Mantid algorithms to do reduction of HFIR/SANS data.
Change History
comment:8 Changed 10 years ago by Mathieu Doucet
Russell: Could you be more precise? The logs seem to indicate the same test failures before and after my changes.
comment:10 Changed 10 years ago by Mathieu Doucet
comment:11 Changed 10 years ago by Mathieu Doucet
comment:12 Changed 10 years ago by Mathieu Doucet
comment:13 Changed 10 years ago by Mathieu Doucet
comment:14 Changed 10 years ago by Russell Taylor
comment:15 Changed 10 years ago by Mathieu Doucet
comment:16 Changed 10 years ago by Mathieu Doucet
comment:17 Changed 10 years ago by Mathieu Doucet
comment:18 Changed 10 years ago by Mathieu Doucet
comment:19 Changed 10 years ago by Mathieu Doucet
comment:20 Changed 10 years ago by Mathieu Doucet
comment:21 Changed 10 years ago by Mathieu Doucet
comment:22 Changed 10 years ago by Mathieu Doucet
comment:23 Changed 10 years ago by Mathieu Doucet
comment:24 Changed 10 years ago by Mathieu Doucet
comment:25 Changed 10 years ago by Mathieu Doucet
comment:26 Changed 10 years ago by Mathieu Doucet
comment:27 Changed 10 years ago by Mathieu Doucet
comment:28 Changed 10 years ago by Mathieu Doucet
comment:29 Changed 10 years ago by Mathieu Doucet
comment:30 Changed 10 years ago by Mathieu Doucet
- Status changed from new to verify
- Resolution set to invalid
- Component set to Mantid
This ticket is becoming too general. I'm closing it and all further improvements will have their own ticket.
comment:31 Changed 10 years ago by Mathieu Doucet
- Status changed from verify to reopened
- Resolution invalid deleted
comment:33 Changed 10 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
comment:35 Changed 10 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
comment:36 Changed 10 years ago by Janik Zikovsky
I go to the Interfaces menu -> HFIR/SANS reduction and I get this error
AttributeError: "'QFile' object has no attribute 'rfind'" in file 'posixpath.py' at line 119
and nothing opens... This is on Ubuntu 10.10, debug compiled version of MantidPlot.
comment:37 Changed 10 years ago by Mathieu Doucet
comment:38 Changed 10 years ago by Janik Zikovsky
- Status changed from verifying to verify
- Tester Janik Zikovsky deleted
There may be some local issue - (did not use installer since I'm on ubuntu) so i'll let someone else test this.
comment:39 Changed 10 years ago by Peter Peterson
- Status changed from verify to verifying
- Tester set to Peter Peterson
comment:40 Changed 10 years ago by Peter Peterson
- Status changed from verifying to reopened
- Resolution fixed deleted
"Interfaces->HFIR_reduction" still generates the error message:
AttributeError: "'QFile' object has no attribute 'rfind'" in file 'posixpath.py' at line 119
on ubuntu with
>>> print sys.version 2.6.6 (r266:84292, Sep 15 2010, 16:41:53) [GCC 4.4.5]
comment:41 Changed 10 years ago by Mathieu Doucet
Which version of PyQt?
comment:42 Changed 10 years ago by Peter Peterson
According to the package manager my version of python-qt4-dev is 4.7.4-0ubuntu1
comment:43 Changed 10 years ago by Peter Peterson
The continuation of this saga is going on #1847.
comment:45 Changed 10 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to wontfix
comment:46 Changed 10 years ago by Stuart Campbell
- Status changed from verify to verifying
- Tester changed from Peter Peterson to Stuart Campbell
comment:47 Changed 10 years ago by Stuart Campbell
- Status changed from verifying to closed
Works ok on ubuntu 10.04 which has python-qt4-dev 4.7.2
comment:48 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2181
(In [4928]) Prototype python code for HFIR/SANS reduction [in progress]. Re #1334