Files
sics/site_ansto/instrument/config
Douglas Clowes 507ddafb2a Merge branch 'RELEASE-3_1' into RELEASE-3_2
Conflicts:
	sics/site_ansto/instrument/bilby/config/chopper/sct_astrium_chopper.tcl
	sics/site_ansto/instrument/hipd/wombat_configuration.tcl
	sics/site_ansto/instrument/pelican/pelican_configuration.tcl
2014-08-06 13:53:18 +10:00
..
2014-07-02 12:28:41 +10:00
2012-11-15 13:40:07 +11:00

This directory contains common configuration files shared by the instrument specific configurations.
How to add a new configuration section

  mkdir config/newcomp
Create the common config file, eg
  config/newcomp/newcomp_common.tcl

Create the instrument specific config file which sources the common config
  hrpd/config/newcomp/newcomp.tcl

Add the path for the common config file to the common config list
  hrpd/config/INSTCFCOMMON.TXT

DON'T FORGET TO ADD THE NEW FILES AND DIRECTORIES TO CVS