-
Notifications
You must be signed in to change notification settings - Fork 8
Home
The instrument script repository provides a common repository for creating instrument scripts at ISIS. This wiki contains some documentation for the scripts and the process for editing those scripts.
There is a single code repository which contains the code for all instruments; this allows maximum amount of sharing of code. However the great power comes great responsibility; if you make an edit that could effect more than just your instrument think carefully. When you get the current code make sure you are getting changes that you want. To help separate out the code from things you care about and things you don't
Scripts which are used on a single instrument held in instrument/<instrument name>
Scripts which needs to be shared between a small number of instruments usually based on a technique held in techniques/<technique name>
Scripts which could be useful on all instruments held in general/<module name>
How to download the latest version of the code onto your instrument.
How, when and why to edit this wiki.
How to contribute to the code.