Ticket #4586 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Colorfill plot gives large gap for MARI when converted to DeltaE

Reported by: Martyn Gigg Owned by: Martyn Gigg
Priority: major Milestone: Release 2.0
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Russell Taylor

Description

The script below converts a MARI file to SpectrumNo/DeltaE and plots a 2D plot.

There is a large white gap at the bottom that should not be there.

from DirectEnergyConversion import setup_reducer

reducer = setup_reducer('MARI')
ei = 11
reducer.energy_bins = [-11,0.05,11]
# Disable auto save
reducer.save_formats = []
reducer.map_file = 'mari_res.map'

mono_run = 11015
white = 11060
# Diagnostics
reducer.diagnose(white, sample=mono_run)
delta_e = reducer.convert_to_energy(mono_run=mono_run, ei=ei, white_run=white)
m = importMatrixWorkspace(delta_e.getName())
m.plotGraph2D()

Change History

comment:1 Changed 9 years ago by Nick Draper

  • Owner set to Martyn Gigg
  • Status changed from new to assigned

comment:2 Changed 9 years ago by Martyn Gigg

  • Status changed from assigned to accepted

comment:3 Changed 9 years ago by Martyn Gigg

Refs #4586. Fix GroupDetectors to set spectrum no sequentially

Changeset: 6d7d5d7c56d52a00a07317f4e24c4e8711a51f15

comment:4 Changed 9 years ago by Martyn Gigg

  • Status changed from accepted to verify
  • Resolution set to fixed

comment:5 Changed 9 years ago by Martyn Gigg

Refs #4586. Fix if None is passed as filename

Changeset: 1e088d81afc516a5d17b5d16da19506fe1231698

comment:6 Changed 9 years ago by Martyn Gigg

Refs #4586. System test result update.

Changeset: 5dcf1d4f78b7d6c6543614a69df883f9bb6fcea9

comment:7 Changed 9 years ago by Martyn Gigg

Refs #4586. Fix if None is passed as filename

Changeset: 1e088d81afc516a5d17b5d16da19506fe1231698

comment:8 Changed 9 years ago by Martyn Gigg

Refs #4586. Fix Convert to Energy diag tab.

Changeset: 4314646585bcf7a914af0203da15df44f5dc7e66

comment:9 Changed 9 years ago by Russell Taylor

  • Status changed from verify to verifying
  • Tester set to Russell Taylor

comment:10 Changed 9 years ago by Russell Taylor

  • Status changed from verifying to closed

No 'large white gap' in sight.

comment:11 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 5433

Note: See TracTickets for help on using tickets.