-
Notifications
You must be signed in to change notification settings - Fork 4
Adding a New Instrument
-
Contact Christopher Moreton-Smith to give you permission to write to the
\\isis\inst$\NDX<instrument>\user\scripts\autoreductionfolder. This is where the autoreduction scripts,reduce.pyandreduce_vars.py, should be stored. -
Add the instrument name to the
ceph_instrumentslist in the settings.py file in the AutoreductionProcessor folder on the analysis machine. This means the reduced data will stored on the CEPH (this will soon be the only option so this step will be redundant). -
Add the instrument to the EndOfRunMonitor.py instruments list so new runs from this instrument will be picked up.
-
There’s a samba share hosted by the
autoreduce.isis.cclrc.ac.ukmachine(/home/autoreduce/InstrumentFiles/)that is used to hold calibration files that are used in the autoreduction process by mantid. The folder mantid looks at is defined in the mantid properties file/home/isisautoreduce/.mantid/Mantid.user.properties. -
If the reduction script requires the user of the Mantid built in scripts, (for example the diffraction instruments use the isis_powder module), then add the location of the module to the PYTHONPATH with
export PYTHONPATH="${PYTHONPATH}:/opt/Mantid/scripts/Diffraction/"