Ticket #119 (closed: fixed)

Opened 12 years ago

Last modified 5 years ago

Attempt to load a default geometry from the RAW file if no xml definition available

Reported by: Nick Draper Owned by: Anders Markvardsen
Priority: major Milestone: Iteration 8
Component: Keywords:
Cc: Blocked By:
Blocking: Tester:

Description

LoadRaw should

  • Extract the intrument name from the file
  • Attempt to load the file from the instrument definition directory (should be defined in the config file)
  • If not present then ti should use the L2 and 2theta values available in the RAW file to place detectors in a best guess position. This will allow the units change code to work without an instrument definition.

Change History

comment:1 Changed 12 years ago by Anders Markvardsen

  • Status changed from new to assigned

comment:2 Changed 12 years ago by Anders Markvardsen

(In [961]) Added class to load instrument info from ISIS raw file. Refs #119.

comment:3 Changed 12 years ago by Anders Markvardsen

(In [1003]) Used g_log.information to return info to user about the assumptions made when loading a raw file, and introducing a default L1=10m. Refs #119.

comment:4 Changed 12 years ago by Anders Markvardsen

(In [1014]) Changed LoadRaw such that it tries 1st to load instrument def from XML file and as 2nd choice from raw file. Refs #119.

comment:5 Changed 12 years ago by Anders Markvardsen

(In [1015]) Changed to allow XML instrument def filenames to allow both the forms: +++_definition and +++_Definition. Refs #119.

comment:6 Changed 12 years ago by Nick Draper

(In [1028]) re #119 Parent detectors correctly from samplepos and improve log message with an example.

comment:7 Changed 12 years ago by Nick Draper

  • Status changed from assigned to closed
  • Resolution set to fixed

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 967

Note: See TracTickets for help on using tickets.