Opened 14 years ago
Closed 14 years ago
#124 closed bug (fixed)
Qx and Qy from the live cursor readout are incorrrect
Reported by: | anonymous | Owned by: | srkline |
---|---|---|---|
Priority: | major | Milestone: | SANSReduction_5.1_Release |
Component: | SANS Reduction | Keywords: | |
Cc: | Blocking: | ||
Task: |
Description
pixel size is incorrectly passed as 5 mm (from the header), the function CalcQX and CalcQY are expecting pixel size in cm.
Function RawWindowHook?(s) seems to be the culprit. The setting of the Axes on the image are done correctly, though, passing the size in cm.
Make sure that passed values are in cm for everything except the wavelength (A)
Change History (1)
comment:1 Changed 14 years ago by srkline
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed - I found this bug before anyone else. All of the q-values were 10x high, as I forgot to convert to cm from the mm stored in the file header. Only affected the readout of the 2D image, and QxQyASCII output.