Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 646 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 646 Bytes

fp-scripts

Interim scripts for running focal-plane + bot

Scripts have been imported "as-is" to get feedback from Jim et al.

Current organization

  • lib/ -- Scripts intended to be on the CCS "jython path", so installed in ~/ccs/etc or /lsst/ccs/prod/etc
  • examples -- Example configuration file
  • bot-data.py -- Example top-level script

Can be run as

ccs-script bot-data.py examples/aaron.cfg

or if ccs-script is on your PATH

./bot-data.py examples/main.cfg

When one needs to change which subsystem talks to, the following line should be enabled

CCS.aliases = {'focal-plane': 'ts8-fp', 'bot-bench': 'ts8-bench' }