Ticket #5473 (closed: worksforme)
Unable to add Facility via Facilities.xml
Reported by: | Peter Parker | Owned by: | Peter Parker |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
To reproduce:
- Add the following to Facilities.xml:
<facility name="FACILITY" FileExtensions=".nxs,.raw"> <instrument name="INST"> <technique>Technique</technique> </instrument> </facility>
- Create a new instrument definition file for "INST". Simply copy and paste the IRIS definition for example, and change "IRIS" to INST in the file name as well as inside the file itself.
- Start up Mantid. The new Facility/Instrument will not appear as a choice in View->Preferences->Mantid.
Change History
comment:1 Changed 8 years ago by Nick Draper
- Owner set to Peter Parker
- Status changed from new to assigned
comment:2 Changed 8 years ago by Roman Tolchenov
There is supported.facilities property in Mantid.properties file which has to be updated for a facility to be seen. I am not sure that we need this property because it is only used in two places to fill in combo boxes.
comment:4 Changed 8 years ago by Peter Parker
- Status changed from accepted to verify
- Resolution set to worksforme
Closed as per Roman's comment.
comment:5 Changed 8 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
Note: See
TracTickets for help on using
tickets.