Changes between Version 1 and Version 2 of HetProcedures/CamraProcedures


Ignore:
Timestamp:
Nov 25, 2019 9:48:53 PM (4 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/CamraProcedures

    v1 v2  
    1 LRS2 and Virus (camra) Procedures
     1== LRS2 and Virus (camra) Procedures ==
    22
     3  * '''Installing new spectrograph configuration files'''
     4    * When the spectrograph arrives on site, verify the spectrograph unit number and the controller number.
     5    * In your working copy of trunk, do `svn up`.
     6    * Check in the direcotry `./camra/etc/` to verify that the configuration files have been checked in. The files should be `spectro-nnn.conf` and `cntl-mmm.conf` where `nnn` is the spectrograph unit number and `mmm` is the controller number.
     7    * Look at the `spectro-nnn.conf` file and verify that the `controller-id` value matches the delivered controller.
     8    * Edit the file `virus_server.conf`,
     9      * Add `spectro-nnn.conf` to the list `spectrograph-configs` if it is not already in the list,
     10      * Add `cntl-mmm.conf` to the list `controller-configs` if it is not already in the list.
     11    * Commit the changes to `virus_server.conf` to the svn repository into trunk.
     12    * Install the new configurations in the operational directories,
     13      * Use the `het_release` script with the `instruments_config` target
     14      * I have a script in `/home/liberty/jrf/HetDevel/jrfwork/doinstall` that does this but you will have to change the user name for your account on hetdex-pr.as.utexas.edu.
     15      * The install process requires your password to run `sudo` during the installation process.
     16      * See ??? for more information about the installation process.
    317
    418  * '''To clear out the ram disk on lrs2 or vdas'''