Ticket #8572 (closed: fixed)
SaveHKL histogram column
Reported by: | Vickie Lynch | Owned by: | Vickie Lynch |
---|---|---|---|
Priority: | major | Milestone: | Release 3.1 |
Component: | Diffraction | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
Currently the histogram column is numbered from 1 to number of runs * number of banks. Histograms should be numbers by banks only.
Change History
comment:2 Changed 7 years ago by Vickie Lynch
- Status changed from inprogress to verify
- Resolution set to fixed
To Test: LoadIsawPeaks(Filename=r'/SNS/users/vel/Tara/NLF_100K_Hexagonal_P.integrate',OutputWorkspace='new') SaveHKL( InputWorkspace='new', ScalePeaks=0.1, AppendFile=False, LinearScatteringCoef=0.232,
LinearAbsorptionCoef=0.076, Radius=0.067, MinDSpacing=0.5, MinWavelength=0.4, MaxWavelength=3.5, Filename="test.hkl" )
comment:3 Changed 7 years ago by Vickie Lynch
- Status changed from verify to reopened
- Resolution fixed deleted
comment:4 Changed 7 years ago by Vickie Lynch
- Status changed from reopened to inprogress
Refs #8572 all options to sort available
Changeset: b7de48c91664588f0a9dea917e07cea91534ed18
comment:5 Changed 7 years ago by Vickie Lynch
- Status changed from inprogress to verify
- Resolution set to fixed
To Test:
LoadIsawPeaks(Filename=r'/SNS/users/vel/Tara/NLF_100K_Hexagonal_P.integrate',OutputWorkspace='new') SaveHKL( InputWorkspace='new', ScalePeaks=0.1, AppendFile=False, LinearScatteringCoef=0.232,LinearAbsorptionCoef=0.076, Radius=0.067, MinDSpacing=0.5, MinWavelength=0.4, MaxWavelength=3.5, Filename="bank.hkl",SortBy="Bank" ) SaveHKL( InputWorkspace='new', ScalePeaks=0.1, AppendFile=False, LinearScatteringCoef=0.232,LinearAbsorptionCoef=0.076, Radius=0.067, MinDSpacing=0.5, MinWavelength=0.4, MaxWavelength=3.5, Filename="run.hkl",SortBy="RunNumber" ) SaveHKL( InputWorkspace='new', ScalePeaks=0.1, AppendFile=False, LinearScatteringCoef=0.232,LinearAbsorptionCoef=0.076, Radius=0.067, MinDSpacing=0.5, MinWavelength=0.4, MaxWavelength=3.5, Filename="both.hkl",SortBy="both Bank and RunNumber" )
comment:6 Changed 7 years ago by Vickie Lynch
- Status changed from verify to reopened
- Resolution fixed deleted
comment:7 Changed 7 years ago by Vickie Lynch
- Status changed from reopened to inprogress
Refs #8572 empty string for default
Changeset: 7953adaf54439533e4d286d691c67841cd3df59d
comment:8 Changed 7 years ago by Vickie Lynch
- Status changed from inprogress to verify
- Resolution set to fixed
To Test:
LoadIsawPeaks(Filename=r'/SNS/users/vel/Tara/NLF_100K_Hexagonal_P.integrate',OutputWorkspace='new') SaveHKL( InputWorkspace='new', ScalePeaks=0.1, AppendFile=False, LinearScatteringCoef=0.232,LinearAbsorptionCoef=0.076, Radius=0.067, MinDSpacing=0.5, MinWavelength=0.4, MaxWavelength=3.5, Filename="bank.hkl",SortBy="Bank" ) SaveHKL( InputWorkspace='new', ScalePeaks=0.1, AppendFile=False, LinearScatteringCoef=0.232,LinearAbsorptionCoef=0.076, Radius=0.067, MinDSpacing=0.5, MinWavelength=0.4, MaxWavelength=3.5, Filename="run.hkl",SortBy="RunNumber" ) SaveHKL( InputWorkspace='new', ScalePeaks=0.1, AppendFile=False, LinearScatteringCoef=0.232,LinearAbsorptionCoef=0.076, Radius=0.067, MinDSpacing=0.5, MinWavelength=0.4, MaxWavelength=3.5, Filename="both.hkl")
comment:9 Changed 7 years ago by Andrei Savici
- Status changed from verify to closed
Merge remote-tracking branch 'origin/feature/8572_SaveHKL_histo'
Full changeset: d1aaef26fcdf6f41384478995d11315ef29cfdb3
comment:12 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 9416
Refs #8572 histogram column by banks
Changeset: 8884d5774e238f877aa0195257539b65f8027174