#261 closed defect (fixed)
Default number of bins in Phi average is not ideal
Reported by: | Adrian Rennie | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | SasView 3.1.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | Plotting/Graphing Enhancements |
Description
20 is a poor default choice as it gives 18 degree bins. Something that was divisible by 4 and 6 would be better (most likely symmetries). Thus 36 would probably be good, but that may be too fine a division for most data. 18 is a good compromise - 20 degree bins including bins centered on 0, 90, 180 and 270 degrees.
Change History (3)
comment:1 Changed 10 years ago by butler
- Work Package set to Plotting/Graphing Enhancements
comment:2 Changed 10 years ago by gonzalezm
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 9 years ago by butler
- Milestone changed from SasView Next Release +1 to SasView 3.1.0
Note: See
TracTickets for help on using
tickets.
Done! Default number of bins is 36 now and the first bin is defined to be centred at 0. File ring_testdata.txt changed correspondingly in order to pass the unit test.